- 07 Apr, 2017 21 commits
-
-
Andy Wilkinson authored
See gh-8853 and cb34189c
-
Andy Wilkinson authored
Closes gh-8860
-
Andy Wilkinson authored
Closes gh-8859
-
Andy Wilkinson authored
Closes gh-8858
-
Andy Wilkinson authored
Closes gh-8857
-
Andy Wilkinson authored
Closes gh-8856
-
Andy Wilkinson authored
Closes gh-8855
-
Andy Wilkinson authored
Closes gh-8854
-
Andy Wilkinson authored
Closes gh-8853
-
Andy Wilkinson authored
Closes gh-8852
-
Andy Wilkinson authored
Closes gh-8851
-
Andy Wilkinson authored
Closes gh-8850
-
Andy Wilkinson authored
Closes gh-8849
-
Andy Wilkinson authored
Closes gh-8848
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8847
-
Andy Wilkinson authored
Closes gh-8846
-
Andy Wilkinson authored
Closes gh-8845
-
Andy Wilkinson authored
Closes gh-8844
-
Stephane Nicoll authored
-
Stephane Nicoll authored
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
-
- 06 Apr, 2017 15 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8841
-
Andy Wilkinson authored
Closes gh-8840
-
Andy Wilkinson authored
Closes gh-8839
-
Andy Wilkinson authored
Closes gh-8838
-
Andy Wilkinson authored
Closes gh-8837
-
Andy Wilkinson authored
Closes gh-8836
-
Andy Wilkinson authored
Closes gh-8835
-
Andy Wilkinson authored
Closes gh-8834
-
https://issues.jboss.org/browse/WFLY-8515Andy Wilkinson authored
This reverts commit 874b1f48. A change has been made to Spring Framework to work around the problem. As a result, this workaround is no longer necessary.
-
Andy Wilkinson authored
Closes gh-8825
-
Andy Wilkinson authored
Closes gh-8820
-
- 05 Apr, 2017 4 commits
-
-
-
Stephane Nicoll authored
* pr/8808: Upgrade to Hazelcast 3.8
-
Vedran Pavic authored
Closes gh-8808
-
Andy Wilkinson authored
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
-