Stephane Nicoll
0516520b7e
Polish "Fix scope of CqlSessionBuilder bean"
...
See gh-19899
2020-01-28 14:12:31 +01:00
Dmytro Nosan
c8105413b9
Fix scope of CqlSessionBuilder bean
...
See gh-19899
2020-01-28 13:49:20 +01:00
Stephane Nicoll
2a01c0262b
Merge branch '2.2.x'
...
Closes gh-19958
2020-01-28 11:13:30 +01:00
Stephane Nicoll
9d0918bb2e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19957
2020-01-28 11:13:06 +01:00
Pascal Verdage
930ec51968
Fix typo
...
See gh-19956
2020-01-28 11:12:21 +01:00
dreis2211
741a4f4b2b
Fix links in Maven Plugin documentation
...
See gh-19952
2020-01-28 10:50:36 +01:00
wonwoo
8703c04475
Register Stackdriver auto-config in `META-INF/spring.factories`
...
See gh-19955
2020-01-28 10:49:59 +01:00
Stephane Nicoll
83b38599b1
Apply consistent timeout for Cassandra integration tests
...
Closes gh-19802
2020-01-28 10:46:47 +01:00
Madhura Bhave
84ea3d359b
Increase timeout for Cassandra tests
...
Closes gh-19802
2020-01-27 16:37:50 -08:00
Stephane Nicoll
5410148f79
Improve documentation of 'image' parameter of Maven Plugin
...
Closes gh-19950
2020-01-27 20:56:42 +01:00
Stephane Nicoll
11c5fba355
Remove unnecessary execution-specific configuration in documentation
...
This documentation moves the specific `build-image` execution
configuration example of the Maven plugin documentation to the general
plugin configuration. This makes sure that it works in most cases and
an execution-specific configuration is not required here anyway.
Closes gh-19946
2020-01-27 20:12:00 +01:00
Stephane Nicoll
ed14173865
Polish "Upgrade to Flyway 6.2.0"
...
See gh-19894
2020-01-27 15:20:08 +01:00
Kedar Joshi
0ae075efd5
Upgrade to Flyway 6.2.0
...
See gh-19894
2020-01-27 14:56:04 +01:00
Stephane Nicoll
07a1783572
Polish "Introduce appendix section with version properties"
...
See gh-19898
2020-01-27 14:53:52 +01:00
dreis2211
65394582f6
Introduce appendix section with version properties
...
With the introduction of Gradle we lost the list of version properties
that were previously in the spring-boot-dependencies POM and were also
linked inside the documentation. This commit introduces an appendix
section in the docs and links the appropriate places to the new section
to restore discoverability.
See gh-19898
2020-01-27 14:53:32 +01:00
dreis2211
b49e01f67a
Fix broken documentation links
...
See gh-19936
2020-01-27 14:14:30 +01:00
Stephane Nicoll
51f6256035
Merge branch '2.2.x'
2020-01-27 14:14:07 +01:00
Stephane Nicoll
9ca15ee00d
Fix broken documentation links
...
See gh-19936
2020-01-27 14:13:25 +01:00
Stephane Nicoll
f0e93f0e1d
Migrate Couchbase tests to ApplicationContextRunner
2020-01-27 13:52:49 +01:00
Stephane Nicoll
a1e6a20915
Simplify default value for Spring Data Couchbase's typeKey
...
This commit hard codes the default value so that the annotation
processor picks it up. The default value is tested for consistency so
this is acceptable as providing the default value in the metadata
requires to hard code it anyway.
2020-01-27 13:52:49 +01:00
Andy Wilkinson
63b736d1f0
Fix NPE when waiting for named socket path to become available
...
Fixes gh-19941
2020-01-27 11:38:19 +00:00
Stephane Nicoll
af4fdf0d6d
Polish "Add support for Spring Data Couchbase custom type key"
...
See gh-19789
2020-01-27 11:09:41 +01:00
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
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
dreis2211
56ab129077
Upgrade to Testcontainers 1.12.5
...
See gh-19902
2020-01-26 08:42:28 +01:00
dreis2211
d75de39456
Upgrade to JUnit Jupiter 5.6.0
...
See gh-19907
2020-01-26 08:39:12 +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
d7e18a714d
Upgrade to Artemis 2.11.0
...
Closes gh-19914
2020-01-25 13:13:39 +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
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
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
dreis2211
d84ca1149c
Test the Gradle Plugin against Gradle 6.1
...
See gh-19776
2020-01-24 13:46:00 +01:00