- 15 Jan, 2020 6 commits
-
-
dreis2211 authored
See gh-19711
-
Madhura Bhave authored
Closes gh-19714
-
Madhura Bhave authored
Closes gh-19713
-
Madhura Bhave authored
* pr/19595: Polish "Limit ChronoField values to their range" Limit ChronoField values to their range Closes gh-19595
-
Madhura Bhave authored
See gh-19595
-
Dmytro Nosan authored
See gh-19595
-
- 14 Jan, 2020 20 commits
-
-
Andy Wilkinson authored
See gh-19710
-
Andy Wilkinson authored
Closes gh-19655
-
Andy Wilkinson authored
See gh-19710
-
Stephane Nicoll authored
-
Andy Wilkinson authored
This reverts commit b34a311d as, having disabled the publishing of Gradle's module metadata (4f75ab5f), the changes are no longer needed. See gh-19609
-
Andy Wilkinson authored
The way in which we deploy the artifacts (publishing to a Maven repository on the filesystem and then using the Concourse artifactory resource to upload them) is incompatible with Gradle's module metadata generation. The metadata contains an entry, url, that contains the name of the artifact. This will be something like spring-boot-gradle-plugin-2.3.0.BUILD-20200114.095038-1.jar. The -1 in the name is derived from the Maven snapshot build number. It's -1 as the local repository to which the artifact is published is empty and has no maven-metadata.xml file. When the artifact is uploaded to Artifactory there is a maven-metadata.xml file so the build number is different. As a result, the module metadata points to a file that doesn't exist. This leads to problems like this when trying to consume the snapshots: Could not find spring-boot-gradle-plugin-2.3.0.BUILD-20200114.095038-1-2.3.0.BUILD-SNAPSHOT.jar (org.springframework.boot:spring-boot-gradle-plugin:2.3.0.BUILD-SNAPSHOT:20200114.101952-123) Gradle has used the maven-metadata.xml file on the server to determine that 2.3.0.BUILD-SNAPSHOT:20200114.101952-123 is the latest version. It has downloaded the .module file with this version but it points to spring-boot-gradle-plugin-2.3.0.BUILD-20200114.095038-1.jar. That file doesn't exist so the build fails. See gh-19609
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19534
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19531
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19530
-
Brian Clozel authored
Closes gh-18827
-
Stephane Nicoll authored
This commit maps 'spring.cache.redis.key-prefix' to the new 'prefixCacheNameWith' method introduced in Spring Data Neumann. This makes sure that the configured prefix includes the cache name. Closes gh-16676
-
Phillip Webb authored
Temporarily disable some tests in `TomcatReactiveWebServerFactoryTests` that fail since the Netty upgrade. See gh-19702
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 13 Jan, 2020 14 commits
-
-
Madhura Bhave authored
Closes gh-19701
-
Madhura Bhave authored
Fixes gh-18207
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-19692
-
Phillip Webb authored
Closes gh-19688
-
Phillip Webb authored
Closes gh-19281
-
Andy Wilkinson authored
-
Brian Clozel authored
* pr/19681: Remove support for deprecated Elasticsearch Jest client Closes gh-19681
-
Scott Frederick authored
Closes #19676
-
Andy Wilkinson authored
Previously, enforcedPlatform dependencies were using to pull in the constraints defined in spring-boot-dependencies and spring-boot-parent and applied them strictly so that the constrained version had to be used. This worked as intended in Spring Boot's own build but incorrectly enforced those same strict version requirements on external consumers of Spring Boot's modules. This commit reworks how Spring Boot defines its internal dependency management so that platform dependencies are exposed to external consumers while enforced platform dependencies are using internally. See gh-19609
-
Stephane Nicoll authored
Closes gh-19653
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19643
-
Stephane Nicoll authored
Closes gh-19693
-