Commit Graph

24911 Commits (741a4f4b2bc9e68373ef5c48273e3fd1081f6ea8)
 

Author SHA1 Message Date
dreis2211 741a4f4b2b Fix links in Maven Plugin documentation
See gh-19952
5 years ago
Stephane Nicoll 02329163a8 Merge pull request #19955 from wonwoo
* pr/19955:
  Register Stackdriver auto-config in `META-INF/spring.factories`

Closes gh-19955
5 years ago
wonwoo 8703c04475 Register Stackdriver auto-config in `META-INF/spring.factories`
See gh-19955
5 years ago
Stephane Nicoll 83b38599b1 Apply consistent timeout for Cassandra integration tests
Closes gh-19802
5 years ago
Madhura Bhave 84ea3d359b Increase timeout for Cassandra tests
Closes gh-19802
5 years ago
Stephane Nicoll 5410148f79 Improve documentation of 'image' parameter of Maven Plugin
Closes gh-19950
5 years ago
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
5 years ago
Andy Wilkinson 43555c9fa0 Configure formatting tasks to use UTF-8 encoding
Closes gh-19947
5 years ago
Stephane Nicoll 2cb6612044 Merge pull request #19894 from kedar-joshi
* pr/19894:
  Polish "Upgrade to Flyway 6.2.0"
  Upgrade to Flyway 6.2.0

Closes gh-19894
5 years ago
Stephane Nicoll ed14173865 Polish "Upgrade to Flyway 6.2.0"
See gh-19894
5 years ago
Kedar Joshi 0ae075efd5 Upgrade to Flyway 6.2.0
See gh-19894
5 years ago
Stephane Nicoll c624708cb7 Merge pull request #19898 from dreis2211
* pr/19898:
  Polish "Introduce appendix section with version properties"
  Introduce appendix section with version properties

Closes gh-19898
5 years ago
Stephane Nicoll 07a1783572 Polish "Introduce appendix section with version properties"
See gh-19898
5 years ago
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
5 years ago
Stephane Nicoll e325b8813b Merge pull request #19936 from dreis2211
* pr/19936:
  Fix broken documentation links

Closes gh-19936
5 years ago
dreis2211 b49e01f67a Fix broken documentation links
See gh-19936
5 years ago
Stephane Nicoll 51f6256035 Merge branch '2.2.x' 5 years ago
Stephane Nicoll 9ca15ee00d Fix broken documentation links
See gh-19936
5 years ago
Stephane Nicoll f0e93f0e1d Migrate Couchbase tests to ApplicationContextRunner 5 years ago
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.
5 years ago
Andy Wilkinson 63b736d1f0 Fix NPE when waiting for named socket path to become available
Fixes gh-19941
5 years ago
Stephane Nicoll ebcb2ac9ae Merge pull request #19789 from grudir
* pr/19789:
  Polish "Add support for Spring Data Couchbase custom type key"
  Add support for Spring Data Couchbase custom type key

Closes gh-19789
5 years ago
Stephane Nicoll af4fdf0d6d Polish "Add support for Spring Data Couchbase custom type key"
See gh-19789
5 years ago
Grudi Radev d1a44dfacd Add support for Spring Data Couchbase custom type key
See gh-19789
5 years ago
Stephane Nicoll 3290313eb7 Fix Docker socket creation on Windows
Closes gh-19908
5 years ago
Andy Wilkinson 3b1745173b Stop caching ~/.m2 across Gradle-based CI tasks
See gh-19931
5 years ago
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
5 years ago
Stephane Nicoll d1867c1b8b Merge branch '2.2.x'
Closes gh-19930
5 years ago
Stephane Nicoll 3b57121c09 Merge pull request #19902 from dreis2211
* pr/19902:
  Upgrade to Testcontainers 1.12.5

Closes gh-19902
5 years ago
dreis2211 56ab129077 Upgrade to Testcontainers 1.12.5
See gh-19902
5 years ago
Stephane Nicoll ac0bb2b7c2 Merge pull request #19907 from dreis2211
* pr/19907:
  Upgrade to JUnit Jupiter 5.6.0

Closes gh-19907
5 years ago
dreis2211 d75de39456 Upgrade to JUnit Jupiter 5.6.0
See gh-19907
5 years ago
Stephane Nicoll 32cb4c1415 Merge branch '2.2.x'
Closes gh-19929
5 years ago
Stephane Nicoll bdf2029c36 Merge branch '2.1.x' into 2.2.x
Closes gh-19928
5 years ago
Stephane Nicoll 1fa093bce5 Merge pull request #19913 from dreis2211
* pr/19913:
  Upgrade CI images to Ubuntu Bionic 20200112

Closes gh-19913
5 years ago
dreis2211 4205d980b7 Upgrade CI images to Ubuntu Bionic 20200112
See gh-19913
5 years ago
Andy Wilkinson 4130638702 Upgrade to SQLite JDBC 3.30.1
Closes gh-19925
5 years ago
Andy Wilkinson 6d9d4fc531 Upgrade to Solr 8.4.1
Closes gh-19924
5 years ago
Andy Wilkinson f4d27f90ba Upgrade to Rabbit AMQP Client 5.8.0
Closes gh-19923
5 years ago
Andy Wilkinson d477084a1e Upgrade to MongoDB 3.12.1
Closes gh-19922
5 years ago
Andy Wilkinson b0831d0b54 Upgrade to Mongo Driver ReactiveStreams 1.13.0
Closes gh-19921
5 years ago
Andy Wilkinson ccabfe7b8c Upgrade to Log4j2 2.13.0
Closes gh-19920
5 years ago
Andy Wilkinson dcbdd0afba Upgrade to JUnit 4.13
Closes gh-19919
5 years ago
Andy Wilkinson 128127820b Upgrade to Jedis 3.2.0
Closes gh-19918
5 years ago
Andy Wilkinson 273dc93e03 Upgrade to InfluxDB Java 2.17
Closes gh-19917
5 years ago
Andy Wilkinson c5ffb25239 Upgrade to Commons Pool2 2.8.0
Closes gh-19916
5 years ago
Andy Wilkinson f7328825ec Upgrade to Commons Codec 1.14
Closes gh-19915
5 years ago
Andy Wilkinson 864093c431 Align Bomr with quoting changes in s-b-dependencies build.gradle 5 years ago
Andy Wilkinson d7e18a714d Upgrade to Artemis 2.11.0
Closes gh-19914
5 years ago
Andy Wilkinson f2c1173c76 Upgrade to Gradle 6.1.1 5 years ago