Stephane Nicoll
1960c90d5f
Deprecated PushRegistry's numThreads property
...
This property is a left-over and was never used in Micrometer so this
commit deprecates its use so that it can be removed in the next feature
release.
Closes gh-20835
5 years ago
Stephane Nicoll
4641794fb5
Fix AtlasProperties hierarchy
...
This commit fixes the AtlasProperties hierarchy so that it no longer is
a StepRegistryProperties. The AtlasConfig on the Micrometer side of
things does not share the common config hierarchy either and some
properties have different default and lifecycle.
Closes gh-20843
5 years ago
Madhura Bhave
d7c376adf6
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
d5a3310b91
Fix CI dockerfile
5 years ago
Madhura Bhave
2b862d2409
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
a0a0d28582
Add get-docker-url script to image before executing it
5 years ago
Madhura Bhave
20c04bc63c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20803
5 years ago
Madhura Bhave
bbf05364ff
Merge pull request #20756 from spring-buildmaster
...
* pr/20756:
Upgrade to Docker 19.03.8 in CI
Closes gh-20756
5 years ago
Spring Buildmaster
1566259c02
Upgrade to Docker 19.03.8 in CI
...
See gh-20756
5 years ago
Madhura Bhave
d1ef19615c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20801
5 years ago
Madhura Bhave
5901b3fcd0
Merge pull request #20793 from dreis2211
...
* pr/20793:
Harmonize issue title for auto-created Docker upgrade issues
Closes gh-20793
5 years ago
dreis2211
0ee6108427
Harmonize issue title for auto-created Docker upgrade issues
...
See gh-20793
5 years ago
Madhura Bhave
60311af19f
Merge branch '2.1.x' into 2.2.x
5 years ago
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
5 years ago
Madhura Bhave
7b667e50ba
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
9ef56b43bf
Configure image for create pull request task
...
See gh-20530
5 years ago
Madhura Bhave
77e425529d
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
b3906e0466
Fix no such directory error on CI
...
See gh-20530
5 years ago
Madhura Bhave
41255ca8d1
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20752
5 years ago
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
5 years ago
Madhura Bhave
e174231d15
Polish "Automate Docker update in CI"
...
See gh-20530
5 years ago
dreis2211
4752d7e91a
Automate Docker updates in CI
...
See gh-20530
5 years ago
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
5 years ago
Andy Wilkinson
6d7c3da1cf
Polish "Make it clear to which type the DataSource properties are bound"
...
See gh-20727
5 years ago
Param
004ea51b05
Make it clear to which type the DataSource properties are bound
...
See gh-20727
5 years ago
Andy Wilkinson
ed2196fd56
Merge pull request #20708 from dreis2211
...
* gh-20708:
Polish GroovyTemplateAutoConfiguration
Closes gh-20708
5 years ago
dreis2211
798e21fd3e
Polish GroovyTemplateAutoConfiguration
...
See gh-20708
5 years ago
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
5 years ago
Andy Wilkinson
ce95fd6825
Polish "Use @DynamicPropertySource for Neo4J and Redis data tests"
...
See gh-20676
5 years ago
dreis2211
d84422a41c
Use @DynamicPropertySource for Neo4J and Redis data tests
...
See gh-20676
5 years ago
Stephane Nicoll
ac56db703e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20725
5 years ago
Stephane Nicoll
88b7b78344
Make sure that cassandra health check reports version
...
Closes gh-20719
5 years ago
Stephane Nicoll
05f10819c4
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20717
5 years ago
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
5 years ago
Stephane Nicoll
a9a6df2ed4
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20711
5 years ago
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
5 years ago
Stephane Nicoll
63be1678de
Polish "Use LOCAL_ONE when querying system.local"
...
See gh-20709
5 years ago
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
5 years ago
Stephane Nicoll
5d56e24da2
Document that Java 14 is a supported version
...
Closes gh-20689
5 years ago
Madhura Bhave
042a02e0da
Update copyright of changed files
5 years ago
Madhura Bhave
5b5e61f45d
Merge pull request #20681 from az1a
...
* pr/20681:
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
Closes gh-20681
5 years ago
Anastasiia Losieva
a55c3e4ab7
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
...
See gh-20681
5 years ago
Spring Buildmaster
cea12904bc
Next development version (v2.2.7.BUILD-SNAPSHOT)
5 years ago
Stephane Nicoll
a234dff573
Remove check for deprecated configuration properties
...
See gh-20528
5 years ago
Stephane Nicoll
ab01c55d8e
Deprecate use of path extensions for request mapping and content negotiation
...
Closes gh-20528
5 years ago
Andy Wilkinson
0c3be4dde5
Upgrade to Spring Integration 5.2.5.RELEASE
...
Closes gh-20672
5 years ago
Stephane Nicoll
48f235c2cf
Upgrade to Spring Kafka 2.3.7
...
Closes gh-20574
5 years ago
Stephane Nicoll
f218565e7c
Upgrade to Mimepull 1.9.13
...
Closes gh-20675
5 years ago
Stephane Nicoll
1b3efb52df
Upgrade to Spring Data Moore SR6
...
Closes gh-20573
5 years ago
Stephane Nicoll
6316d26754
Upgrade to Spring HATEOAS 1.0.4.RELEASE
...
Closes gh-20232
5 years ago