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
Andy Wilkinson
ed2196fd56
Merge pull request #20708 from dreis2211
...
* gh-20708:
Polish GroovyTemplateAutoConfiguration
Closes gh-20708
2020-03-31 11:59:06 +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
e35bf8f456
Merge pull request #20676 from dreis2211
...
* gh-20676:
Polish "Use @DynamicPropertySource for Neo4J and Redis data tests"
Use @DynamicPropertySource for Neo4J and Redis data tests
Closes gh-20676
2020-03-31 11:36:04 +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
1f2a6551b3
Merge pull request #20709 from adutra
...
* pr/20709:
Polish "Use LOCAL_ONE when querying system.local"
Use LOCAL_ONE when querying system.local
Closes gh-20709
2020-03-28 16:03:02 +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
Stephane Nicoll
85c997959e
Merge pull request #20704 from dreis2211
...
* pr/20704:
Fix typos
Closes gh-20704
2020-03-28 08:43:16 +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
Andy Wilkinson
5f69be37bb
Upgrade to Kotlin 1.3.71
...
Closes gh-20700
2020-03-27 10:29:30 +00:00
Andy Wilkinson
c282f01d72
Enhance bomr to handle libraries that use a version property
...
Closes gh-20478
2020-03-27 10:29:30 +00: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
Madhura Bhave
5b5e61f45d
Merge pull request #20681 from az1a
...
* pr/20681:
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
Closes gh-20681
2020-03-26 16:20:49 -07:00
Anastasiia Losieva
a55c3e4ab7
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
...
See gh-20681
2020-03-26 16:20:31 -07:00
Stephane Nicoll
4f4dfd5797
Merge branch '2.2.x'
2020-03-26 13:54:21 +01:00
Spring Buildmaster
cea12904bc
Next development version (v2.2.7.BUILD-SNAPSHOT)
2020-03-26 12:06:29 +00: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
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