Commit Graph

33172 Commits

Author SHA1 Message Date
Andy Wilkinson
8155e09b8f Upgrade to Infinispan 12.0.1.Final
Closes gh-25328
2021-02-17 13:57:40 +00:00
Andy Wilkinson
9f8b539783 Upgrade to HikariCP 4.0.2
Closes gh-25327
2021-02-17 13:57:39 +00:00
Andy Wilkinson
20689e40fe Upgrade to FreeMarker 2.3.31
Closes gh-25326
2021-02-17 13:57:39 +00:00
Andy Wilkinson
ccc7e74ee4 Upgrade to Caffeine 2.9.0
Closes gh-25325
2021-02-17 13:57:39 +00:00
Andy Wilkinson
5d52411291 Upgrade to Artemis 2.17.0
Closes gh-25324
2021-02-17 13:57:39 +00:00
Andy Wilkinson
41ebf0174a Merge branch '2.4.x' 2021-02-17 13:56:28 +00:00
Andy Wilkinson
a91f32d14e Temporarily work around breaking API change in Spring Data Couchbase
See gh-25002
2021-02-17 13:47:50 +00:00
Andy Wilkinson
82c11a53de Merge branch '2.4.x' 2021-02-17 12:47:49 +00:00
Andy Wilkinson
d922d0f859 Upgrade to Micrometer 1.6.4
Closes gh-25291
2021-02-17 12:47:15 +00:00
Andy Wilkinson
d47fa4e062 Merge branch '2.4.x' 2021-02-17 12:45:17 +00:00
Andy Wilkinson
ad50391de5 Merge branch '2.3.x' into 2.4.x 2021-02-17 12:45:04 +00:00
Andy Wilkinson
43c923b3d5 Upgrade to Micrometer 1.5.11
Closes gh-25285
2021-02-17 12:25:56 +00:00
Andy Wilkinson
2f83a6714b Rework DataSource initialization
Previously, DataSource initialization was triggered via a
BeanPostProcessor or a schema created event from JPA. This caused
numerous problems with circular dependencies, bean lifecycle, etc and
added significant complexity.

This commit reworks DataSource initialization to remove the use of a
BeanPostProcessor entirely. In its place, DataSource initialization is
now driven by an InitializingBean with dependency relationships
between beans ensuring that initialization has been performed before
the DataSource is used. This aligns with the approach that's worked
well with Flyway and Liquibase.

More changes are planned to further simplify DataSource initialization.
The changes in this commit are a foundation for those changes. Any new
public API in this commit is highly likely to change before the next
GA.

Fixes gh-13042
Fixes gh-23736
2021-02-17 12:10:22 +00:00
Stephane Nicoll
b3d73a1d06 Merge pull request #25316 from chaundhyan
* pr/25316:
  Polish "Group jdbc-related batch properties beneath spring.batch.jdbc"
  Group jdbc-related batch properties beneath spring.batch.jdbc

Closes gh-25316
2021-02-17 11:30:21 +01:00
Stephane Nicoll
9bc4f8ede1 Polish "Group jdbc-related batch properties beneath spring.batch.jdbc"
See gh-25316
2021-02-17 11:29:35 +01:00
Mukul Chaundhyan
d093807f95 Group jdbc-related batch properties beneath spring.batch.jdbc
See gh-25316
2021-02-17 10:22:21 +01:00
Andy Wilkinson
9a3889baec Align with breaking change in Spring Data MongoDB
See gh-25004
2021-02-16 15:14:54 +00:00
Stephane Nicoll
2f17bd6543 Upgrade to Spring Framework 5.3.4
Closes gh-25293
2021-02-16 15:17:18 +01:00
Stephane Nicoll
37bd17690d Merge branch '2.4.x' 2021-02-16 15:16:45 +01:00
Stephane Nicoll
44d765bd00 Upgrade to Spring Framework 5.3.4
Closes gh-24998
2021-02-16 15:16:00 +01:00
Stephane Nicoll
cae3f1e295 Merge branch '2.3.x' into 2.4.x 2021-02-16 15:15:43 +01:00
Stephane Nicoll
32f6719ec1 Upgrade to Spring Framework 5.2.13
Closes gh-25281
2021-02-16 15:15:13 +01:00
Stephane Nicoll
696179762d Align default values for Cassandra's throttling properties
Closes gh-25149
2021-02-16 15:08:32 +01:00
Stephane Nicoll
0ba1d5fcfb Merge pull request #25314 from izeye
* pr/25314:
  Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension

Closes gh-25314
2021-02-16 14:33:03 +01:00
izeye
9f0f7d59ef Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension
See gh-25314
2021-02-16 14:32:47 +01:00
Andy Wilkinson
ed03ac19bc Polish 2021-02-16 13:09:35 +00:00
Stephane Nicoll
c2b85c1a0e Merge branch '2.4.x'
Closes gh-25313
2021-02-16 13:51:12 +01:00
Stephane Nicoll
f6b5964258 Merge branch '2.3.x' into 2.4.x
Closes gh-25312
2021-02-16 13:50:55 +01:00
Stephane Nicoll
8cc513e9e8 Merge pull request #25265 from melburne
* pr/25265:
  Update copyright of changed files
  Fix incorrect detection of Amazon Redshift

Closes gh-25265
2021-02-16 13:50:26 +01:00
Stephane Nicoll
0da7822e27 Update copyright of changed files
See gh-25265
2021-02-16 13:50:15 +01:00
melburne
2163c96205 Fix incorrect detection of Amazon Redshift
See gh-25265
2021-02-16 13:50:15 +01:00
Andy Wilkinson
accd3c0946 Merge branch '2.4.x'
Closes gh-25311
2021-02-16 12:44:47 +00:00
Andy Wilkinson
0dbf907f73 Merge branch '2.3.x' into 2.4.x
Closes gh-25310
2021-02-16 12:43:20 +00:00
Andy Wilkinson
e15c5d36f2 Merge pull request #25279 from eddumelendez
* gh-25279:
  Polish "Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used"
  Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used

Closes gh-25279
2021-02-16 12:08:21 +00:00
Andy Wilkinson
78941c32c4 Polish "Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used"
See gh-25279
2021-02-16 12:08:08 +00:00
Eddú Meléndez
c55200d19a Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used
See gh-25279
2021-02-16 12:06:09 +00:00
Andy Wilkinson
5618646fc7 Merge branch '2.4.x'
Closes gh-25308
2021-02-16 11:30:25 +00:00
Andy Wilkinson
b86351d0cf Merge branch '2.3.x' into 2.4.x
Closes gh-25307
2021-02-16 11:30:03 +00:00
Andy Wilkinson
08802d3afa Merge pull request #25299 from robert-smith-911
* gh-25299:
  Polish "Encourage use of maven-publish plugin in Gradle docs"
  Encourage use of maven-publish plugin in Gradle docs

Closes gh-25299
2021-02-16 11:29:43 +00:00
Andy Wilkinson
a2adb877ee Polish "Encourage use of maven-publish plugin in Gradle docs"
See gh-25299
2021-02-16 11:22:47 +00:00
Robert Smith
c0a5245a3e Encourage use of maven-publish plugin in Gradle docs
See gh-25299
2021-02-16 11:19:27 +00:00
Andy Wilkinson
6fa03fb776 Merge branch '2.4.x' 2021-02-16 11:09:35 +00:00
Andy Wilkinson
176949f5bb Merge branch '2.3.x' into 2.4.x 2021-02-16 11:09:14 +00:00
Andy Wilkinson
29af4b953f Add dependency management for new hibernate-micrometer module
Fixes gh-25277
2021-02-16 11:09:02 +00:00
Andy Wilkinson
d13df2e103 Merge branch '2.4.x'
Closes gh-25306
2021-02-16 10:37:16 +00:00
Andy Wilkinson
c3cdfec9cb Merge branch '2.3.x' into 2.4.x
Closes gh-25305
2021-02-16 10:37:05 +00:00
Andy Wilkinson
f907dc2f58 Add dependency management for new hibernate-micrometer module
Fixes gh-25277
2021-02-16 10:36:30 +00:00
Andy Wilkinson
9628df87ff Merge branch '2.4.x'
Closes gh-25304
2021-02-16 10:34:54 +00:00
Andy Wilkinson
55e3ca66e2 Replace native image system property with call to NativeDetector
Closes gh-25303
2021-02-16 10:34:34 +00:00
Stephane Nicoll
488c313586 Upgrade to Reactor 2020.0.4
Closes gh-25301
2021-02-16 08:51:42 +01:00