dreis2211
0ee6108427
Harmonize issue title for auto-created Docker upgrade issues
...
See gh-20793
2020-04-01 18:31:50 -07:00
Madhura Bhave
60311af19f
Merge branch '2.1.x' into 2.2.x
2020-03-31 14:00:03 -07:00
Madhura Bhave
1ea8c7b55d
Fix case when pull request already exists
...
If a PR with the given title exists, we clone the existing PR branch so
that it doesn't get overridden by master.
See gh-20530
2020-03-31 13:54:37 -07:00
Madhura Bhave
7b667e50ba
Merge branch '2.1.x' into 2.2.x
2020-03-31 12:07:41 -07:00
Madhura Bhave
9ef56b43bf
Configure image for create pull request task
...
See gh-20530
2020-03-31 12:06:58 -07:00
Madhura Bhave
77e425529d
Merge branch '2.1.x' into 2.2.x
2020-03-31 11:55:47 -07:00
Madhura Bhave
b3906e0466
Fix no such directory error on CI
...
See gh-20530
2020-03-31 11:54:20 -07:00
Madhura Bhave
41255ca8d1
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20752
2020-03-31 10:47:21 -07:00
Madhura Bhave
8c8d7af14d
Merge pull request #20530 from dreis2211
...
* pr/20530:
Polish "Automate Docker update in CI"
Automate Docker updates in CI
Closes gh-20530
2020-03-31 10:46:50 -07:00
Madhura Bhave
e174231d15
Polish "Automate Docker update in CI"
...
See gh-20530
2020-03-31 10:39:42 -07:00
dreis2211
4752d7e91a
Automate Docker updates in CI
...
See gh-20530
2020-03-31 10:39:34 -07:00
Andy Wilkinson
f0338c936b
Merge pull request #20727 from parameswaranvv
...
* gh-20727:
Polish "Make it clear to which type the DataSource properties are bound"
Make it clear to which type the DataSource properties are bound
Closes gh-20727
2020-03-31 12:56:46 +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
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
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
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
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
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
5d56e24da2
Document that Java 14 is a supported version
...
Closes gh-20689
2020-03-27 11:00:42 +01:00
Madhura Bhave
042a02e0da
Update copyright of changed files
2020-03-26 16:34:52 -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
Spring Buildmaster
cea12904bc
Next development version (v2.2.7.BUILD-SNAPSHOT)
2020-03-26 12:06:29 +00:00
Stephane Nicoll
a234dff573
Remove check for deprecated configuration properties
...
See gh-20528
2020-03-26 11:06:47 +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
0c3be4dde5
Upgrade to Spring Integration 5.2.5.RELEASE
...
Closes gh-20672
2020-03-25 19:50:19 +00: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
1b3efb52df
Upgrade to Spring Data Moore SR6
...
Closes gh-20573
2020-03-25 12:01:31 +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
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
089c0471fa
Test the Gradle Plugin against Gradle 6.3
...
Closes gh-20669
2020-03-25 09:57:04 +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
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