Phillip Webb
01c7623f5d
Polish
2020-04-02 22:08:30 -07:00
Madhura Bhave
577bc1ce88
Fix formatting
2020-04-02 21:51:49 -07:00
Madhura Bhave
c2e95ee7ee
Support both JWT and Opaque token configuration for resource server
...
Closes gh-19426
2020-04-02 19:16:34 -07:00
Madhura Bhave
8659102650
Add configuration options for SAML authentication requests
...
Closes gh-20584
2020-04-02 13:19:56 -07:00
Scott Frederick
6a0d620860
Polish javadoc
2020-04-02 14:48:54 -05:00
Brian Clozel
ffc2cff8de
Override CloudPlatform auto-detection with configuration property
...
This commit adds the new "`spring.main.cloud-platform`" configuration
property. This allows applications to override the auto-detection and
force a specific Cloud Platform. This is useful for testing behavior on
a local machine or force the detection of a particular platform.
This commit also adds a new `CloudPlatform.NONE` value that allows
applications to disable the auto-detection of the Cloud Platform, thus
avoiding issues with false positives.
Closes gh-20553
2020-04-02 20:28:55 +02:00
Stephane Nicoll
f4c68dbc98
Do not set server.port=-1 for non embedded tests
...
Closes gh-16998
2020-04-02 18:12:39 +02:00
Brian Clozel
bbbf8c527d
Polish
...
See gh-20205
2020-04-02 15:16:54 +02:00
wonwoo
a7e57e0909
Configure codec buffer size in ES Reactive Rest client
...
This commit adds a new configuration property
`"spring.data.elasticsearch.client.reactive.max-in-memory-size"`
which configures the maximum amount of memory buffered by the
`WebClient` used by the Reactive ElasticSearch client.
See gh-20205
2020-04-02 15:14:38 +02:00
Stephane Nicoll
2815e6ee2d
Remove deprecated Humio's repository property
...
Closes gh-20808
2020-04-02 11:34:44 +02:00
Andy Wilkinson
1f8ea54c80
Upgrade to Spring Integration 5.3.0.M4
...
Closes gh-20807
2020-04-02 09:10:00 +01:00
Scott Frederick
cc2852ce79
Polish
2020-04-01 18:43:11 -05:00
Scott Frederick
a01c8452cb
Support CNB builder platform API 0.3
...
This commit adds support for Cloud Native Buildpacks builder platform
API 0.3, which is the latest platform API available currently. Support
for platform API 0.1 has been removed, adopting the policy of the pack
CLI to support the current platform API version and one version prior.
Fixes gh-20757
2020-04-01 17:18:46 -05:00
Scott Frederick
bb9e37e119
Use platform API builder image tags
...
CNB builder images are now being tagged in a manner that indicates
the version of the platform API implemented. This allows Spring Boot
to default to a builder tag that guarantees API compatibility while
allowing for updates to bundled buildpacks.
Fixes gh-20171
2020-04-01 16:18:05 -05:00
Phillip Webb
4dad56a491
Restructure and polish docker code
...
Restructure and polish docker code to fix a package tangle and
provide better separation of concerns.
2020-04-01 11:51:33 -07:00
Phillip Webb
5d8d0bb159
Update copyright year of changed files
2020-04-01 11:51:29 -07:00
Phillip Webb
9795262dc1
Polish
2020-04-01 11:20:56 -07:00
Andy Wilkinson
bcac1e9184
Upgrade to Spring Kafka 2.4.5.RELEASE
...
Closes gh-20797
2020-04-01 18:58:54 +01:00
Stephane Nicoll
b9cb1c810b
Merge pull request #20729 from gurbuzali
...
* pr/20729:
Polish "Disable Hazelcast auto-configuration when Jet is present"
Disable Hazelcast auto-configuration when Jet is present
Closes gh-20729
2020-04-01 15:47:53 +02:00
Stephane Nicoll
617786e06f
Polish "Disable Hazelcast auto-configuration when Jet is present"
...
See gh-20729
2020-04-01 15:46:42 +02:00
Andy Wilkinson
e0b3916971
Upgrade to Spring Batch 4.2.2.RELEASE
...
Closes gh-20792
2020-04-01 14:35:27 +01:00
Ali Gurbuz
002a7c6e87
Disable Hazelcast auto-configuration when Jet is present
...
See gh-20729
2020-04-01 15:30:14 +02:00
Stephane Nicoll
dfac3a282b
Add configuration to enable Redis Cluster topology refresh
...
This commit adds two options to enable a refresh of the cluster
topology using Lettuce.
Closes gh-15630
2020-04-01 14:31:29 +02:00
Andy Wilkinson
d8cead5457
Use accessor for in-progress async count added in Tomcat 9.0.33
...
Closes gh-20440
2020-04-01 11:16:54 +01:00
Andy Wilkinson
281f4d4ceb
Clear system property set by log file registration
...
Closes gh-20790
2020-04-01 11:10:16 +01:00
Andy Wilkinson
5c879b2812
Upgrade to Tomcat 9.0.33
...
Closes gh-20789
2020-04-01 09:41:22 +01:00
Andy Wilkinson
375879404d
Upgrade to Spring Security 5.3.1.RELEASE
...
Closes gh-20788
2020-04-01 09:41:20 +01:00
Andy Wilkinson
31831b3440
Upgrade to SendGrid 4.4.6
...
Closes gh-20787
2020-04-01 09:41:19 +01:00
Andy Wilkinson
0ba4157012
Upgrade to RxJava2 2.2.19
...
Closes gh-20786
2020-04-01 09:41:18 +01:00
Andy Wilkinson
dc4b19718e
Upgrade to QueryDSL 4.3.1
...
Closes gh-20785
2020-04-01 09:41:16 +01:00
Andy Wilkinson
02352475a6
Upgrade to Postgresql 42.2.12
...
Closes gh-20784
2020-04-01 09:41:15 +01:00
Andy Wilkinson
cd6054bcf1
Upgrade to Netty tcNative 2.0.30.Final
...
Closes gh-20783
2020-04-01 09:41:14 +01:00
Andy Wilkinson
5d039810e6
Upgrade to Netty 4.1.48.Final
...
Closes gh-20782
2020-04-01 09:41:12 +01:00
Andy Wilkinson
47dbd73a74
Upgrade to Neo4j OGM 3.2.10
...
Closes gh-20781
2020-04-01 09:41:11 +01:00
Andy Wilkinson
095cbf7a41
Upgrade to MongoDB 4.0.1
...
Closes gh-20780
2020-04-01 09:41:09 +01:00
Andy Wilkinson
9ae944474d
Upgrade to Mockito 3.3.3
...
Closes gh-20779
2020-04-01 09:41:08 +01:00
Andy Wilkinson
eeb1090e21
Upgrade to MIMEPull 1.9.13
...
Closes gh-20778
2020-04-01 09:41:07 +01:00
Andy Wilkinson
4cfdcd52e8
Upgrade to Micrometer 1.3.7
...
Closes gh-20777
2020-04-01 09:41:05 +01:00
Andy Wilkinson
f88080bead
Upgrade to Maven Javadoc Plugin 3.2.0
...
Closes gh-20776
2020-04-01 09:41:04 +01:00
Andy Wilkinson
7f6cd6eef4
Upgrade to MariaDB 2.6.0
...
Closes gh-20775
2020-04-01 09:41:03 +01:00
Andy Wilkinson
b61e0c223b
Upgrade to Liquibase 3.8.8
...
Closes gh-20774
2020-04-01 09:41:02 +01:00
Andy Wilkinson
797cf62bb7
Upgrade to Kotlin Coroutines 1.3.5
...
Closes gh-20773
2020-04-01 09:41:00 +01:00
Andy Wilkinson
e384b3d00f
Upgrade to JUnit Jupiter 5.6.1
...
Closes gh-20772
2020-04-01 09:40:59 +01:00
Andy Wilkinson
07df272243
Upgrade to Johnzon 1.2.4
...
Closes gh-20771
2020-04-01 09:40:58 +01:00
Andy Wilkinson
6d7b63364b
Upgrade to Janino 3.1.2
...
Closes gh-20770
2020-04-01 09:40:56 +01:00
Andy Wilkinson
a7bb340f1c
Upgrade to Infinispan 10.1.5.Final
...
Closes gh-20769
2020-04-01 09:40:55 +01:00
Andy Wilkinson
1aa6b38306
Upgrade to Hibernate 5.4.13.Final
...
Closes gh-20768
2020-04-01 09:40:53 +01:00
Andy Wilkinson
6bb39ffdfa
Upgrade to Flyway 6.3.2
...
Closes gh-20767
2020-04-01 09:40:52 +01:00
Andy Wilkinson
2fdc9dddb5
Upgrade to Elasticsearch 7.6.2
...
Closes gh-20766
2020-04-01 09:40:51 +01:00
Andy Wilkinson
e2e5dfad49
Upgrade to Commons Lang3 3.10
...
Closes gh-20765
2020-04-01 09:40:49 +01:00
Andy Wilkinson
cc83fa3bd8
Upgrade to Cassandra Driver 4.5.1
...
Closes gh-20764
2020-04-01 09:40:48 +01:00
Andy Wilkinson
c4c7a67b63
Upgrade to Byte Buddy 1.10.9
...
Closes gh-20763
2020-04-01 09:40:47 +01:00
Andy Wilkinson
972f474fc4
Upgrade to AppEngine SDK 1.9.79
...
Closes gh-20762
2020-04-01 09:40:46 +01:00
Andy Wilkinson
e9b944804f
Upgrade to ActiveMQ 5.15.12
...
Closes gh-20761
2020-04-01 09:40:44 +01:00
Andy Wilkinson
84e16d55ea
Raise the minimum supported version of Gradle 6 to 6.3
...
Closes gh-20532
2020-03-31 19:48:17 +01:00
Scott Frederick
ac949d7851
Document remote Docker configuration
...
This commit adds documentation for the configuration required to
use a remote Docker daemon with the `build-image` Maven goal or the
`bootBuildImage` Gradle task.
See gh-20538
2020-03-31 13:37:55 -05:00
Andy Wilkinson
b0837d398c
Upgrade to Spring HATEOAS 1.1.0.M3
...
Closes gh-20751
2020-03-31 16:22:31 +01:00
Andy Wilkinson
33e6ab7a68
Upgrade to Spring Session Dragonfruit-RC2
...
Closes gh-20490
2020-03-31 14:40:09 +01:00
Andy Wilkinson
b779846688
Upgrade to Spring Data Neumann-RC1
...
Closes gh-20748
2020-03-31 14:38:34 +01:00
Andy Wilkinson
6d7c3da1cf
Polish "Make it clear to which type the DataSource properties are bound"
...
See gh-20727
2020-03-31 12:56:34 +01:00
Param
004ea51b05
Make it clear to which type the DataSource properties are bound
...
See gh-20727
2020-03-31 12:56:13 +01:00
Andy Wilkinson
f238812cea
Polish "Improve handling of non-existent path in disk space health check"
...
See gh-20580
2020-03-31 12:24:10 +01:00
Andreas Born
db565cfc3a
Improve handling of non-existent path in disk space health check
...
See gh-20580
2020-03-31 12:24:10 +01:00
Stephane Nicoll
960ab159e4
Document how to initialize a database with R2DBC
...
This commit adds a section to the reference guide on how to initialize
a database using R2DBC. 2 smoke tests are also added to validate this
behaviour with Flyway and Liquibase.
Closes gh-20742
2020-03-31 13:15:06 +02:00
Stephane Nicoll
12123d41e5
Make sure @DataR2dbcTest invokes database migration if necessary
...
Closes gh-20739
2020-03-31 13:10:37 +02:00
Stephane Nicoll
0616ecfa5c
Make sure Liquibase works with only spring-jdbc on the classpath
...
This commit improves the Liquibase auto-configuration to only rely on
spring-jdbc when a `DataSource` should be created on-the-fly for the
purpose of its initialization.
Previously, a connection pool implementation must be added as well, now
we're fallbacking on `SimpleDriverDataSource` if necessary. This
improves the database initialization use case with R2DBC.
Closes gh-20715
2020-03-31 13:10:37 +02:00
Andy Wilkinson
c282f76633
Merge branch '2.2.x'
...
Closes gh-20741
2020-03-31 11:59:22 +01:00
dreis2211
798e21fd3e
Polish GroovyTemplateAutoConfiguration
...
See gh-20708
2020-03-31 11:58:49 +01:00
Andy Wilkinson
56af3534f0
Merge branch '2.2.x'
...
Closes gh-20740
2020-03-31 11:37:12 +01:00
Andy Wilkinson
ce95fd6825
Polish "Use @DynamicPropertySource for Neo4J and Redis data tests"
...
See gh-20676
2020-03-31 11:31:05 +01:00
dreis2211
d84422a41c
Use @DynamicPropertySource for Neo4J and Redis data tests
...
See gh-20676
2020-03-31 11:31:05 +01:00
Scott Frederick
ed6e54218d
Support remote Docker daemon for building images
...
Prior to this commit, the build plugin goal/task for building images
required a locally running Docker daemon that was accessed via a
non-networked socket or pipe.
This commit adds support for remote Docker daemons at a location
specified by the environment variable `DOCKER_HOST`. Additional
environment variables `DOCKER_TLS_VERIFY` and `DOCKER_CERT_PATH`
are recognized for configuring a secure TLS connection to the daemon.
Fixes gh-20538
2020-03-30 17:06:02 -05:00
Stephane Nicoll
fd05bc2a4a
Expose MongoDB's replica set name
...
Closes gh-20391
2020-03-30 15:39:24 +02:00
Stephane Nicoll
722d37468b
Rationalize RabbitProperties
...
Closes gh-18830
2020-03-30 15:04:52 +02:00
Stephane Nicoll
ef592eaed8
Merge branch '2.2.x'
...
Closes gh-20726
2020-03-30 13:08:16 +02:00
Stephane Nicoll
ac56db703e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20725
2020-03-30 13:02:58 +02:00
Stephane Nicoll
88b7b78344
Make sure that cassandra health check reports version
...
Closes gh-20719
2020-03-30 12:58:41 +02:00
Stephane Nicoll
a7e8829560
Polish
2020-03-29 18:44:48 +02:00
Stephane Nicoll
5ad4de184d
Merge branch '2.2.x'
...
Closes gh-20718
2020-03-29 18:43:35 +02:00
Stephane Nicoll
05f10819c4
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20717
2020-03-29 18:39:17 +02:00
Stephane Nicoll
c9e32aaa47
Use LOCAL_ONE when querying system.local
...
This commit is a follow-up of gh-20709 to apply the same consistency
level to the Cassandra reactive health indicator.
Closes gh-20713
2020-03-29 18:37:30 +02:00
Stephane Nicoll
876371e0fd
Merge branch '2.2.x'
...
Closes gh-20712
2020-03-28 16:09:47 +01:00
Stephane Nicoll
a9a6df2ed4
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20711
2020-03-28 16:05:36 +01:00
Stephane Nicoll
63be1678de
Polish "Use LOCAL_ONE when querying system.local"
...
See gh-20709
2020-03-28 16:02:04 +01:00
Alexandre Dutra
851f631eac
Use LOCAL_ONE when querying system.local
...
The system keyspace has a replication factor of 1 and is local to each
node; it is therefore recommended to query system.local with a
consistency level of ONE or LOCAL_ONE.
Stronger consistency levels may result in an Unavailable error, but this
does not mean that the node is down.
See gh-20709
2020-03-28 16:01:47 +01:00
Stephane Nicoll
49ab5de91c
Polish
...
See gh-20704
2020-03-28 10:37:16 +01:00
Stephane Nicoll
8154e672dd
Polish
...
See gh-20704
2020-03-28 08:45:57 +01:00
dreis2211
674f1e77b5
Fix typos
...
See gh-20704
2020-03-28 08:42:59 +01:00
Stephane Nicoll
7a64b3f761
Restore Cassandra port option
...
This commit restores the port option that was removed in an earlier
milestone. Contact points that do not define a port already are
automatically transformed to include the one configured, with a default
matching Cassandra's default port.
This makes upgrades easier in the case a cluster uses consistent ports
everywhere.
Closes gh-19672
2020-03-27 12:20:40 +01:00
Stephane Nicoll
a4b3d9a800
Upgrade to r2dbc Arabba-SR3
...
Closes gh-20674
2020-03-27 11:35:55 +01:00
Stephane Nicoll
443abd414b
Merge branch '2.2.x'
...
Closes gh-20699
2020-03-27 11:01:00 +01:00
Stephane Nicoll
5d56e24da2
Document that Java 14 is a supported version
...
Closes gh-20689
2020-03-27 11:00:42 +01:00
Madhura Bhave
b66ca0016a
Merge branch '2.2.x'
2020-03-26 16:35:01 -07:00
Madhura Bhave
042a02e0da
Update copyright of changed files
2020-03-26 16:34:52 -07:00
Madhura Bhave
3ad1aa7b32
Merge branch '2.2.x'
...
Closes gh-20694
2020-03-26 16:23:00 -07:00
Anastasiia Losieva
a55c3e4ab7
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
...
See gh-20681
2020-03-26 16:20:31 -07:00
Stephane Nicoll
dfa3939f56
Merge branch '2.2.x'
2020-03-26 11:09:15 +01:00
Stephane Nicoll
a234dff573
Remove check for deprecated configuration properties
...
See gh-20528
2020-03-26 11:06:47 +01:00
Stephane Nicoll
ff15d136db
Merge branch '2.2.x'
...
Closes gh-20687
2020-03-26 10:42:31 +01:00
Stephane Nicoll
ab01c55d8e
Deprecate use of path extensions for request mapping and content negotiation
...
Closes gh-20528
2020-03-26 10:41:08 +01:00