- 24 Jan, 2020 16 commits
-
-
Stephane Nicoll authored
Closes gh-19906
-
Stephane Nicoll authored
* pr/19762: Add Gradle Wrapper Validation GitHub Action Closes gh-19762
-
Jonathan Leitschuh authored
See: https://github.com/gradle/wrapper-validation-action See gh-19762
-
Stephane Nicoll authored
* pr/19896: Remove obsolete files Closes gh-19896
-
dreis2211 authored
See gh-19896
-
Stephane Nicoll authored
Closes gh-19904
-
Stephane Nicoll authored
Closes gh-19903
-
Stephane Nicoll authored
Closes gh-19645
-
Stephane Nicoll authored
* pr/19880: Polish "Close TomcatMetrics on shutdown for cleanup" Close TomcatMetrics on shutdown for cleanup Closes gh-19880
-
Stephane Nicoll authored
See gh-19880
-
Johnny Lim authored
See micrometer-metrics/micrometer#1424 See gh-19880
-
Stephane Nicoll authored
Closes gh-19639
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/19776: Test the Gradle Plugin against Gradle 6.1 Closes gh-19776
-
dreis2211 authored
See gh-19776
-
Stephane Nicoll authored
Closes gh-19877
-
- 23 Jan, 2020 24 commits
-
-
Stephane Nicoll authored
See gh-18621
-
Stephane Nicoll authored
See gh-18621
-
Stephane Nicoll authored
The Cassandra v4 driver does not longer have automatic local DC inference from contact points. As a result, the "local-datacenter" property must be set with the default load balancing policy and the contact points must be of that data center. This commit adds a new property for the local datacenter so that it can be specified without the use of a customizer. Closes gh-19779
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-19878
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19830
-
Stephane Nicoll authored
See gh-19830
-
Andy Wilkinson authored
Previously \r\n was used on Windows and \n was used on other platforms. This resulted in different JSON content being written to the archive. As the config's entry name is the SHA-256 hash of its content, it also resulted in the entry name being different. This commit updates the JSON that's written into the archive to use \n line endings, irrespective of the OS on which the image is being built. See gh-19828
-
Andy Wilkinson authored
See gh-19828
-
Andy Wilkinson authored
* gh-19863: Fix TestFailuresPlugin.TestFailure.compareTo() Closes gh-19863
-
Johnny Lim authored
This commit also polishes around it a bit. See gh-19863
-
Andy Wilkinson authored
We build with Java 8, 11, and 13 without specifying target compatibility for the bytecode of the app that's placed in the image. The built image uses Java 11 and when the app is built with Java 13 it fails to start as the Java 11 VM can't read that Java 13 bytecode. This commit configures the app that's placed in the image to be built with target compatibility of 1.8. This allows it to be compiled with all version of Java with which we build and to also be compatible with the JVM that's in the image. See gh-19831
-
Andy Wilkinson authored
Closes gh-19874
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19824
-
Andy Wilkinson authored
https://repo.spring.io/snapshot should only be available when building a BUILD-SNAPSHOT. https://repo.spring.io/milestone should only be available when not building a RELEASE (a BUILD-SNAPSHOT, Mn, or RCn). Closes gh-19700
-
Andy Wilkinson authored
Closes gh-19867
-
Andy Wilkinson authored
Closes gh-19792
-
Andy Wilkinson authored
Closes gh-19831
-
Andy Wilkinson authored
See gh-19847 See gh-19792
-
Stephane Nicoll authored
This commit changes uses of ClassLoader.loadClass to Class.forName for consistency with what was initiated in #19342 and better compatibility with GraalVM. Closes gh-19824
-
Stephane Nicoll authored
* pr/19764: Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1 Closes gh-19764
-
Scott Frederick authored
See gh-19764
-