Andy Wilkinson
d43a75f0b7
Upgrade to Log4j2 2.8.2
...
Closes gh-8854
8 years ago
Andy Wilkinson
cb34189c66
Upgrade to Htmlunit 2.26
...
Closes gh-8853
8 years ago
Andy Wilkinson
7ce8fd3524
Upgrade to Byte Buddy 1.6.12
...
Closes gh-8852
8 years ago
Andy Wilkinson
d427e51452
Upgrade to Rxjava2 2.0.8
...
Closes gh-8851
8 years ago
Andy Wilkinson
edd3c4514d
Upgrade to Javax Mail 1.6.0-rc1
...
Closes gh-8850
8 years ago
Andy Wilkinson
3aae48e3b1
Upgrade to Couchbase Client 2.4.4
...
Closes gh-8849
8 years ago
Andy Wilkinson
62fcae3d5e
Upgrade to Logback 1.2.3
...
Closes gh-8848
8 years ago
Andy Wilkinson
b16fcf8269
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
ddd3f8ee6e
Upgrade to Narayana 5.5.6.Final
...
Closes gh-8847
8 years ago
Andy Wilkinson
18f0e95442
Upgrade to Ehcache3 3.2.2
...
Closes gh-8846
8 years ago
Andy Wilkinson
82b809229e
Upgrade to Undertow 1.4.12.Final
...
Closes gh-8845
8 years ago
Andy Wilkinson
cf169e79b9
Upgrade to Hazelcast 3.7.7
...
Closes gh-8844
8 years ago
Stephane Nicoll
2d169d526a
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
fffb53ccf5
Fix neo4j embedded documentation
...
The neo4j embedded driver no longer embeds the neo4j kernel and users are
expected to add that dependency manually. We don't provide dependency
management for any of them so this commit updates the documentation to
refers to the official documentation.
Closes gh-8567
8 years ago
Andy Wilkinson
fbd296873a
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
13a3f7c0c1
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
54939479fc
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
18e112821f
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
d45d94520e
Upgrade to Jolokia 1.3.6
...
Closes gh-8841
8 years ago
Andy Wilkinson
f8767cc96e
Upgrade to Freemarker 2.3.26-incubating
...
Closes gh-8840
8 years ago
Andy Wilkinson
2300dae88c
Upgrade to Jetty 9.3.18.v20170406
...
Closes gh-8839
8 years ago
Andy Wilkinson
1375dfe102
Upgrade to Aspectj 1.8.10
...
Closes gh-8838
8 years ago
Andy Wilkinson
408b3c81df
Upgrade to Tomcat 8.5.13
...
Closes gh-8837
8 years ago
Andy Wilkinson
fe5e04c963
Upgrade to Hazelcast 3.6.8
...
Closes gh-8836
8 years ago
Andy Wilkinson
d49a41e8cf
Upgrade to Appengine 1.9.51
...
Closes gh-8835
8 years ago
Andy Wilkinson
5f77ef25e4
Upgrade to Jackson 2.8.8
...
Closes gh-8834
8 years ago
Andy Wilkinson
f03daae02c
Revert "Work around https://issues.jboss.org/browse/WFLY-8515 "
...
This reverts commit 874b1f4870
. A
change has been made to Spring Framework to work around the problem.
As a result, this workaround is no longer necessary.
8 years ago
Andy Wilkinson
f0c5372642
Align with Spring Framework 5's new Commons Logging adapter
...
Closes gh-8825
8 years ago
Andy Wilkinson
0186fb2e84
Fail fast when plugin is used with an unsupported version of Gradle
...
Closes gh-8820
8 years ago
Andy Wilkinson
874b1f4870
Work around https://issues.jboss.org/browse/WFLY-8515
8 years ago
Stephane Nicoll
a2a30cd3c0
Merge pull request #8808 from vpavic:upgrade-hazelcast
...
* pr/8808:
Upgrade to Hazelcast 3.8
8 years ago
Vedran Pavic
2667b7f51c
Upgrade to Hazelcast 3.8
...
Closes gh-8808
8 years ago
Andy Wilkinson
ab18901ad0
Ensure that entry is completely configured before putting to the stream
...
Previously, BootZipCopyAction would put the next entry to the stream
and then, in the case of a stored entry, configure its size, CRC32
etc. This had the benefit of being able to copy the entry into the
zip once, capturing its bytes for the calculation of the CRC32 as it
was copied. Unfortunately, while this produced zip files that could
be read by the JVM, other zip tools failed. For example, Go's zip
support that's used by CloudFoundry could not unzip the archive.
This commit updates BootZipCopy action to completely configure the
entry before putting it to the stream. This has the downside of
copying the file twice (once for the CRC32 and once to actually write
it to the zip stream) but this appears to be unavoidable as we have to
produce archives that can be unzipped without problems on all
platforms.
Closes gh-8816
8 years ago
Andy Wilkinson
2f64cdfa98
Include directory entries when copying loader into a Boot archive
...
See gh-8816
8 years ago
Andy Wilkinson
15d6c9d5c7
Merge pull request #8818 from Johnny Lim
...
* gh-8818:
Fix typos in new Gradle plugin
8 years ago
Johnny Lim
8d921d49aa
Fix typos in new Gradle plugin
...
Closes gh-8818
8 years ago
Andy Wilkinson
5bc721f3ad
Polish Gradle plugin's documentation
8 years ago
Phillip Webb
2de7e9c310
Merge branch '1.5.x'
8 years ago
Phillip Webb
3b93bb46e0
Revert accidental call to `.close()`
...
Remove call to `.close()` which was accidentally left in after some
performance testing.
8 years ago
Phillip Webb
ad38776de3
Polish
8 years ago
Andy Wilkinson
5cb1f3209e
Reinstate Verify.java that was removed in 47c0c3c0
8 years ago
Phillip Webb
ddcb5ee328
Polish
8 years ago
Andy Wilkinson
395db8711c
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
df6167dd71
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
9374020b0e
Stop -> from being replaced with → as the latter renders as # in PDF
...
Closes gh-8575
8 years ago
Andy Wilkinson
7f5ca24ff9
Make Maven Central available to Gradle plugin's build
8 years ago
Andy Wilkinson
4a3d389bc3
Merge branch 'gradle-plugin-rewrite'
8 years ago
Andy Wilkinson
01166381a0
Provide separate documentation (API and reference) for Gradle plugin
8 years ago
Andy Wilkinson
47c0c3c0ef
Update samples with Gradle configuration to align with new plugin
8 years ago
Andy Wilkinson
d43b1ae3a5
Polish the Gradle plugin's javadoc
8 years ago