Commit Graph

24888 Commits

Author SHA1 Message Date
Grudi Radev
d1a44dfacd Add support for Spring Data Couchbase custom type key
See gh-19789
2020-01-27 11:08:40 +01:00
Stephane Nicoll
3290313eb7 Fix Docker socket creation on Windows
Closes gh-19908
2020-01-27 07:29:16 +01:00
Andy Wilkinson
3b1745173b Stop caching ~/.m2 across Gradle-based CI tasks
See gh-19931
2020-01-26 13:05:17 +00:00
Andy Wilkinson
66d4319abd Deprecate refresh(ApplicationContext) and add refresh(ConfigurableAC)
refresh can only ever be called with a ConfigurableApplicationContext
and we want to evolve the refresh API to reflect that. This commit
takes the first step by overloading refresh(ApplicationContext) with
a new refresh(ConfigurationApplicationContext) method and deprecating
refresh(ApplicationContext). Where the call to refresh is made, the
argument is cast to ApplicationContext to ensure that
refresh(ApplicationContext) is called. This ensures that any existing
override of the method is still effective.

Closes gh-18519
2020-01-26 11:39:58 +00:00
Stephane Nicoll
d1867c1b8b Merge branch '2.2.x'
Closes gh-19930
2020-01-26 08:44:01 +01:00
Stephane Nicoll
3b57121c09 Merge pull request #19902 from dreis2211
* pr/19902:
  Upgrade to Testcontainers 1.12.5

Closes gh-19902
2020-01-26 08:42:44 +01:00
dreis2211
56ab129077 Upgrade to Testcontainers 1.12.5
See gh-19902
2020-01-26 08:42:28 +01:00
Stephane Nicoll
ac0bb2b7c2 Merge pull request #19907 from dreis2211
* pr/19907:
  Upgrade to JUnit Jupiter 5.6.0

Closes gh-19907
2020-01-26 08:40:18 +01:00
dreis2211
d75de39456 Upgrade to JUnit Jupiter 5.6.0
See gh-19907
2020-01-26 08:39:12 +01:00
Stephane Nicoll
32cb4c1415 Merge branch '2.2.x'
Closes gh-19929
2020-01-26 08:37:50 +01:00
Stephane Nicoll
bdf2029c36 Merge branch '2.1.x' into 2.2.x
Closes gh-19928
2020-01-26 08:36:55 +01:00
Stephane Nicoll
1fa093bce5 Merge pull request #19913 from dreis2211
* pr/19913:
  Upgrade CI images to Ubuntu Bionic 20200112

Closes gh-19913
2020-01-26 08:34:47 +01:00
dreis2211
4205d980b7 Upgrade CI images to Ubuntu Bionic 20200112
See gh-19913
2020-01-26 08:34:14 +01:00
Andy Wilkinson
4130638702 Upgrade to SQLite JDBC 3.30.1
Closes gh-19925
2020-01-25 13:23:40 +00:00
Andy Wilkinson
6d9d4fc531 Upgrade to Solr 8.4.1
Closes gh-19924
2020-01-25 13:23:39 +00:00
Andy Wilkinson
f4d27f90ba Upgrade to Rabbit AMQP Client 5.8.0
Closes gh-19923
2020-01-25 13:23:37 +00:00
Andy Wilkinson
d477084a1e Upgrade to MongoDB 3.12.1
Closes gh-19922
2020-01-25 13:23:36 +00:00
Andy Wilkinson
b0831d0b54 Upgrade to Mongo Driver ReactiveStreams 1.13.0
Closes gh-19921
2020-01-25 13:23:35 +00:00
Andy Wilkinson
ccabfe7b8c Upgrade to Log4j2 2.13.0
Closes gh-19920
2020-01-25 13:23:33 +00:00
Andy Wilkinson
dcbdd0afba Upgrade to JUnit 4.13
Closes gh-19919
2020-01-25 13:23:32 +00:00
Andy Wilkinson
128127820b Upgrade to Jedis 3.2.0
Closes gh-19918
2020-01-25 13:23:30 +00:00
Andy Wilkinson
273dc93e03 Upgrade to InfluxDB Java 2.17
Closes gh-19917
2020-01-25 13:23:29 +00:00
Andy Wilkinson
c5ffb25239 Upgrade to Commons Pool2 2.8.0
Closes gh-19916
2020-01-25 13:23:27 +00:00
Andy Wilkinson
f7328825ec Upgrade to Commons Codec 1.14
Closes gh-19915
2020-01-25 13:20:18 +00:00
Andy Wilkinson
864093c431 Align Bomr with quoting changes in s-b-dependencies build.gradle 2020-01-25 13:19:27 +00:00
Andy Wilkinson
d7e18a714d Upgrade to Artemis 2.11.0
Closes gh-19914
2020-01-25 13:13:39 +00:00
Andy Wilkinson
f2c1173c76 Upgrade to Gradle 6.1.1 2020-01-25 09:57:17 +00:00
Andy Wilkinson
bbb3103617 Revert "Add Gradle Wrapper Validation GitHub Action"
This reverts commit 136cdacb40.

Our GitHub billing plan does not support Actions at the moment.
Reverting until that has been resolved.

See gh-19762
2020-01-25 09:56:01 +00:00
Madhura Bhave
1d62debf11 Fix typo 2020-01-24 16:37:48 -08:00
Stephane Nicoll
0bd03fa278 Fix xml syntax in example
Closes gh-19906
2020-01-24 16:01:44 +01:00
Stephane Nicoll
749e781525 Merge pull request #19762 from JLLeitschuh
* pr/19762:
  Add Gradle Wrapper Validation GitHub Action

Closes gh-19762
2020-01-24 14:48:34 +01:00
Jonathan Leitschuh
136cdacb40 Add Gradle Wrapper Validation GitHub Action
See: https://github.com/gradle/wrapper-validation-action
See gh-19762
2020-01-24 14:27:14 +01:00
Stephane Nicoll
4f569d6ee7 Merge pull request #19896 from dreis2211
* pr/19896:
  Remove obsolete files

Closes gh-19896
2020-01-24 14:26:26 +01:00
dreis2211
42e34673a6 Remove obsolete files
See gh-19896
2020-01-24 14:20:21 +01:00
Stephane Nicoll
cb7e8cdbef Merge branch '2.2.x'
Closes gh-19904
2020-01-24 14:18:21 +01:00
Stephane Nicoll
99330325c0 Merge branch '2.1.x' into 2.2.x
Closes gh-19903
2020-01-24 14:16:35 +01:00
Stephane Nicoll
ddcc52a085 Upgrade to Micrometer 1.3.3
Closes gh-19645
2020-01-24 14:11:14 +01:00
Stephane Nicoll
4bcd02a565 Merge pull request #19880 from izeye
* pr/19880:
  Polish "Close TomcatMetrics on shutdown for cleanup"
  Close TomcatMetrics on shutdown for cleanup

Closes gh-19880
2020-01-24 14:09:11 +01:00
Stephane Nicoll
7fd8cce465 Polish "Close TomcatMetrics on shutdown for cleanup"
See gh-19880
2020-01-24 14:07:53 +01:00
Johnny Lim
51dfd528bd Close TomcatMetrics on shutdown for cleanup
See micrometer-metrics/micrometer#1424
See gh-19880
2020-01-24 14:04:13 +01:00
Stephane Nicoll
c3d0b9c43a Upgrade to Micrometer 1.1.10
Closes gh-19639
2020-01-24 13:58:33 +01:00
Stephane Nicoll
31094a8602 Merge branch '2.2.x' 2020-01-24 13:48:33 +01:00
Stephane Nicoll
8dde0a29d0 Merge pull request #19776 from dreis2211
* pr/19776:
  Test the Gradle Plugin against Gradle 6.1

Closes gh-19776
2020-01-24 13:46:39 +01:00
dreis2211
d84ca1149c Test the Gradle Plugin against Gradle 6.1
See gh-19776
2020-01-24 13:46:00 +01:00
Stephane Nicoll
142a0cbb85 Fix warnings in spring-boot-autoconfigure's Kotlin test code
Closes gh-19877
2020-01-24 10:48:11 +01:00
Stephane Nicoll
eb9b1972cf Adapt Cassandra documentation of v4 driver upgrade
See gh-18621
2020-01-23 18:30:55 +01:00
Stephane Nicoll
0a6fa64ff9 Fix default value for spring.data.couchbase.contact-points
See gh-18621
2020-01-23 18:22:40 +01:00
Stephane Nicoll
df7b3839a1 Add local-datacenter property for Cassandra
The Cassandra v4 driver does not longer have automatic local DC inference
from contact points. As a result, the "local-datacenter" property must be
set with the default load balancing policy and the contact points must
be of that data center.

This commit adds a new property for the local datacenter so that it can
be specified without the use of a customizer.

Closes gh-19779
2020-01-23 18:16:05 +01:00
Andy Wilkinson
eb08ad02b9 Correct name of the file added to git after version change in staging 2020-01-23 16:57:13 +00:00
Andy Wilkinson
cbee16318f Fix version references in Maven Plugin's reference documentation
Closes gh-19878
2020-01-23 16:37:18 +00:00