Commit Graph

25734 Commits

Author SHA1 Message Date
Andy Wilkinson
d8f218d863 Upgrade to Gradle Enterprise Plugin 3.2
Closes gh-20677
2020-03-25 20:41:54 +00:00
Andy Wilkinson
4f64b0e03a Merge branch '2.2.x' 2020-03-25 19:55:28 +00:00
Andy Wilkinson
0c3be4dde5 Upgrade to Spring Integration 5.2.5.RELEASE
Closes gh-20672
2020-03-25 19:50:19 +00:00
Madhura Bhave
ad164269e9 Update classpath index to use jar name instead of full path
See gh-20564
2020-03-25 10:46:59 -07:00
Stephane Nicoll
2ceec65b5d Merge branch '2.2.x' 2020-03-25 18:32:40 +01:00
Stephane Nicoll
48f235c2cf Upgrade to Spring Kafka 2.3.7
Closes gh-20574
2020-03-25 18:28:56 +01:00
Stephane Nicoll
f218565e7c Upgrade to Mimepull 1.9.13
Closes gh-20675
2020-03-25 18:20:48 +01:00
Stephane Nicoll
8143f135e6 Merge branch '2.2.x' 2020-03-25 12:06:15 +01:00
Stephane Nicoll
1b3efb52df Upgrade to Spring Data Moore SR6
Closes gh-20573
2020-03-25 12:01:31 +01:00
Stephane Nicoll
f713a9f5ec Merge branch '2.2.x' 2020-03-25 12:00:02 +01:00
Stephane Nicoll
6316d26754 Upgrade to Spring HATEOAS 1.0.4.RELEASE
Closes gh-20232
2020-03-25 11:49:11 +01:00
Stephane Nicoll
b3517a0771 Merge branch '2.2.x'
Closes gh-20671
2020-03-25 11:37:44 +01:00
Stephane Nicoll
009361d38c Merge branch '2.1.x' into 2.2.x
Closes gh-20670
2020-03-25 11:34:51 +01:00
Stephane Nicoll
18353231a0 Do not fail if "spring.datasource.url" cannot be resolved
Previously, a condition checked the value of "spring.datasource.url" to
determine if an embedded database has to be created as a fallback. When
the value is set with an unresolved placeholder, this fails even if
the DataSource is going to created by another mean ultimately.

This commit makes a more conservative check by only checking the
presence of the property rather than its value.

Closes gh-20438
2020-03-25 11:25:47 +01:00
Stephane Nicoll
ffe12f0946 Merge branch '2.2.x' 2020-03-25 09:57:35 +01:00
Stephane Nicoll
089c0471fa Test the Gradle Plugin against Gradle 6.3
Closes gh-20669
2020-03-25 09:57:04 +01:00
Andy Wilkinson
8404ae7f38 Single-thread interaction with Artifactory
There is a regression in repo.spring.io that causes artifacts from
the same module to have SNAPSHOT replaced with different timestamps.
This then breaks dependency resolution in consuming builds. It's a
long-shot, but JFrog have been unable to identify that cause of the
problem so we're going to try using a single thread for uploading
to Artifactory to see if that helps.
2020-03-25 08:48:52 +00:00
Brian Clozel
3f6b18f3ad Merge pull request #20667 from dreis2211
* gradle-6.3:
  Upgrade to Gradle 6.3

Closes gh-20667
2020-03-24 23:28:27 +01:00
dreis2211
3b47411d6f Upgrade to Gradle 6.3 2020-03-24 23:24:38 +01:00
Brian Clozel
9eed719c44 Do not register shutdownHook for WAR deployments
The application context shutdownHook is not needed for WAR deployments,
and we should let the Servlet container handle the application lifecycle
here.

Closes gh-19398
2020-03-24 23:11:18 +01:00
Brian Clozel
87de8a5e15 Fix checkstyle issue 2020-03-24 23:11:05 +01:00
Brian Clozel
cbe83f8db5 Make base path configurable for WebFlux applications
This commit adds the `"spring.webflux.base-path"` configuration
property. Configuring this property will gather all `HttpHandlers` into
a single composite and prefix all requests with a shared base path.

Closes gh-10129
2020-03-24 22:19:19 +01:00
Stephane Nicoll
a03a8ebaff Merge pull request #20662 from mp911de
* pr/20662:
  Polish "Migrate off deprecated Spring Data Cassandra API"
  Migrate off deprecated Spring Data Cassandra API

Closes gh-20662
2020-03-24 18:28:41 +01:00
Stephane Nicoll
97bf3ecf1c Polish "Migrate off deprecated Spring Data Cassandra API"
See gh-20662
2020-03-24 18:28:33 +01:00
Mark Paluch
8355d30456 Migrate off deprecated Spring Data Cassandra API
Configure UserTypeResolver and CodecRegistry on
MappingCassandraConverter. Configure on CassandraMappingContext only the
simple type holder instead of custom conversions.

See gh-20662
2020-03-24 18:28:33 +01:00
Brian Clozel
eb70fd952f Turn LivenessState and ReadinessState into enums
Prior to this commit, `LivenessState` and `ReadinessState` were
immutable classes. This was done in order to have additional behavior
and information in those classes.

Because the current implementation doesn't need this, this commit turns
those classes into simple enums.
Additional state and information can be added to the
`*StateChangedEvent` classes.

See gh-19593
2020-03-24 18:25:52 +01:00
Stephane Nicoll
6aa3461611 Version layers configuration xsd
This commit provides a versioned xsd for the layers configuration of the
Maven plugin. The version starts at `2.3` to match with the Spring Boot
feature release in which this was introduced.

Closes gh-20663
2020-03-24 15:55:30 +01:00
Stephane Nicoll
5c6bc3729e Upgrade to Spring Framework 5.2.5
Closes gh-20571
2020-03-24 14:29:43 +01:00
Stephane Nicoll
9f9bafddb2 Merge branch '2.2.x' 2020-03-24 14:29:11 +01:00
Stephane Nicoll
44a8ff893d Upgrade to Spring Framework 5.2.5
Closes gh-20571
2020-03-24 14:28:15 +01:00
Stephane Nicoll
16d2db68f9 Add dependency management for Jakarta Xml Soap 1.4.2
Closes gh-20661
2020-03-24 13:09:29 +01:00
Dave Syer
5022ec500a Extra detail for Kubernetes probes
Provides a few more concrete details about how probes and Kubernetes
behave, so users can make more informed decisions.

See gh-19593
Closes gh-20660
2020-03-24 13:02:54 +01:00
Stephane Nicoll
0044a22da0 Merge branch '2.2.x' 2020-03-24 12:05:04 +01:00
Stephane Nicoll
b53687535d Upgrade to Maven Dependency Plugin 3.1.2
Closes gh-20658
2020-03-24 12:04:13 +01:00
Stephane Nicoll
9e87b54f09 Upgrade to Xmlunit2 2.6.4
Closes gh-20657
2020-03-24 12:04:13 +01:00
Stephane Nicoll
0bb564dff9 Upgrade to Spring Session Bom Corn-SR2
Closes gh-20656
2020-03-24 12:04:13 +01:00
Stephane Nicoll
d87726a953 Upgrade to Postgresql 42.2.11
Closes gh-20655
2020-03-24 12:04:13 +01:00
Stephane Nicoll
c99ef5df76 Upgrade to Neo4j Ogm 3.2.10
Closes gh-20654
2020-03-24 12:04:13 +01:00
Stephane Nicoll
64ca69305f Upgrade to Liquibase 3.8.8
Closes gh-20653
2020-03-24 12:04:13 +01:00
Stephane Nicoll
67d2b8baa9 Upgrade to Kotlin Coroutines 1.3.5
Closes gh-20652
2020-03-24 12:04:12 +01:00
Stephane Nicoll
059e1cdd13 Upgrade to Kotlin 1.3.71
Closes gh-20651
2020-03-24 12:04:12 +01:00
Stephane Nicoll
468ddee339 Upgrade to Freemarker 2.3.30
Closes gh-20650
2020-03-24 12:04:12 +01:00
Stephane Nicoll
e3bdcae09d Upgrade to Elasticsearch 6.8.7
Closes gh-20649
2020-03-24 12:04:12 +01:00
Stephane Nicoll
ef9d64c1fb Upgrade to Jetty 9.4.27.v20200227
Closes gh-20648
2020-03-24 12:04:12 +01:00
Stephane Nicoll
e1e8528867 Upgrade to Janino 3.1.2
Closes gh-20647
2020-03-24 12:04:12 +01:00
Stephane Nicoll
bd96698ca3 Upgrade to Tomcat 9.0.33
Closes gh-20646
2020-03-24 12:04:12 +01:00
Stephane Nicoll
47e1e273c1 Upgrade to Httpclient 4.5.12
Closes gh-20645
2020-03-24 12:04:12 +01:00
Stephane Nicoll
46ffb4fd88 Upgrade to Activemq 5.15.12
Closes gh-20644
2020-03-24 12:04:12 +01:00
Stephane Nicoll
f244e12ec2 Add dependency management for Jakarta Xml Soap 1.4.2
Closes gh-20659
2020-03-24 12:04:12 +01:00
Stephane Nicoll
505ff7f361 Merge pull request #20628 from dreis2211
* pr/20628:
  Fix typos in HealthEndpointGroupConfigurer

Closes gh-20628
2020-03-24 11:19:07 +01:00