Commit Graph

25824 Commits (4cfdcd52e860b71c8140a2b25211c9226c3c7372)
 

Author SHA1 Message Date
Andy Wilkinson 4cfdcd52e8 Upgrade to Micrometer 1.3.7
Closes gh-20777
5 years ago
Andy Wilkinson f88080bead Upgrade to Maven Javadoc Plugin 3.2.0
Closes gh-20776
5 years ago
Andy Wilkinson 7f6cd6eef4 Upgrade to MariaDB 2.6.0
Closes gh-20775
5 years ago
Andy Wilkinson b61e0c223b Upgrade to Liquibase 3.8.8
Closes gh-20774
5 years ago
Andy Wilkinson 797cf62bb7 Upgrade to Kotlin Coroutines 1.3.5
Closes gh-20773
5 years ago
Andy Wilkinson e384b3d00f Upgrade to JUnit Jupiter 5.6.1
Closes gh-20772
5 years ago
Andy Wilkinson 07df272243 Upgrade to Johnzon 1.2.4
Closes gh-20771
5 years ago
Andy Wilkinson 6d7b63364b Upgrade to Janino 3.1.2
Closes gh-20770
5 years ago
Andy Wilkinson a7bb340f1c Upgrade to Infinispan 10.1.5.Final
Closes gh-20769
5 years ago
Andy Wilkinson 1aa6b38306 Upgrade to Hibernate 5.4.13.Final
Closes gh-20768
5 years ago
Andy Wilkinson 6bb39ffdfa Upgrade to Flyway 6.3.2
Closes gh-20767
5 years ago
Andy Wilkinson 2fdc9dddb5 Upgrade to Elasticsearch 7.6.2
Closes gh-20766
5 years ago
Andy Wilkinson e2e5dfad49 Upgrade to Commons Lang3 3.10
Closes gh-20765
5 years ago
Andy Wilkinson cc83fa3bd8 Upgrade to Cassandra Driver 4.5.1
Closes gh-20764
5 years ago
Andy Wilkinson c4c7a67b63 Upgrade to Byte Buddy 1.10.9
Closes gh-20763
5 years ago
Andy Wilkinson 972f474fc4 Upgrade to AppEngine SDK 1.9.79
Closes gh-20762
5 years ago
Andy Wilkinson e9b944804f Upgrade to ActiveMQ 5.15.12
Closes gh-20761
5 years ago
Madhura Bhave a4025f3ccb Merge branch '2.2.x' 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 0b8b986ba0 Merge branch '2.2.x' 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 71f7bd6ce6 Merge branch '2.2.x' 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
Andy Wilkinson 84e16d55ea Raise the minimum supported version of Gradle 6 to 6.3
Closes gh-20532
5 years ago
Scott Frederick ac949d7851 Document remote Docker configuration
This commit adds documentation for the configuration required to
use a remote Docker daemon with the `build-image` Maven goal or the
`bootBuildImage` Gradle task.

See gh-20538
5 years ago
Madhura Bhave 9ebad0dfe5 Merge branch '2.2.x'
Closes gh-20753
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 b0837d398c Upgrade to Spring HATEOAS 1.1.0.M3
Closes gh-20751
5 years ago
Andy Wilkinson 9bdf4a75e8 Configure Gradle's Test Retry plugin
Closes gh-20144
5 years ago
Andy Wilkinson 33e6ab7a68 Upgrade to Spring Session Dragonfruit-RC2
Closes gh-20490
5 years ago
Andy Wilkinson b779846688 Upgrade to Spring Data Neumann-RC1
Closes gh-20748
5 years ago
Andy Wilkinson 6eb08ad9bb Merge branch '2.2.x'
Closes gh-20744
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 c19c9b8dd6 Merge pull request #20580 from Phoosha
* gh-20580:
  Polish "Improve handling of non-existent path in disk space health check"
  Improve handling of non-existent path in disk space health check

Closes gh-20580
5 years ago
Andy Wilkinson f238812cea Polish "Improve handling of non-existent path in disk space health check"
See gh-20580
5 years ago
Andreas Born db565cfc3a Improve handling of non-existent path in disk space health check
See gh-20580
5 years ago
Stephane Nicoll 960ab159e4 Document how to initialize a database with R2DBC
This commit adds a section to the reference guide on how to initialize
a database using R2DBC. 2 smoke tests are also added to validate this
behaviour with Flyway and Liquibase.

Closes gh-20742
5 years ago
Stephane Nicoll 12123d41e5 Make sure @DataR2dbcTest invokes database migration if necessary
Closes gh-20739
5 years ago
Stephane Nicoll 0616ecfa5c Make sure Liquibase works with only spring-jdbc on the classpath
This commit improves the Liquibase auto-configuration to only rely on
spring-jdbc when a `DataSource` should be created on-the-fly for the
purpose of its initialization.

Previously, a connection pool implementation must be added as well, now
we're fallbacking on `SimpleDriverDataSource` if necessary. This
improves the database initialization use case with R2DBC.

Closes gh-20715
5 years ago
Andy Wilkinson c282f76633 Merge branch '2.2.x'
Closes gh-20741
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