Andy Wilkinson
b1f5f34617
Merge branch '2.4.x'
...
Closes gh-25693
4 years ago
Andy Wilkinson
2560f261cd
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25692
4 years ago
Andy Wilkinson
a832cc9ccd
Polish "Improve error message when no resources exist at a script location"
...
See gh-25620
4 years ago
Yuta Saito
42841b895f
Improve error message when no resources exist at a script location
...
See gh-25620
4 years ago
Andy Wilkinson
17ecf18a15
Upgrade to MongoDB 4.2.2
...
Closes gh-25675
4 years ago
Andy Wilkinson
4a75798acc
Upgrade to Flyway 7.7.0
...
Closes gh-25660
4 years ago
Stephane Nicoll
9b0cdac97a
Add support for external configuration for Cassandra
...
Closes gh-24065
4 years ago
Stephane Nicoll
e517ee8635
Merge branch '2.4.x'
...
Closes gh-25618
4 years ago
izeye
09f4d4b9bf
Polish
...
See gh-25617
4 years ago
Stephane Nicoll
46baf462ac
Start building against Spring Data 2021.0.0-M5 snapshots
...
See gh-25548
4 years ago
Andy Wilkinson
c19e5c9212
Merge branch '2.4.x'
...
Closes gh-25604
4 years ago
Andy Wilkinson
c43ae0b2d3
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25603
4 years ago
maruoovv
b401be1589
Correct javadoc for ON_PARAM
...
See gh-25480
4 years ago
Stephane Nicoll
858c3ec2a7
Merge branch '2.4.x'
...
Closes gh-25570
4 years ago
Stephane Nicoll
d5b1fd5b31
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25569
4 years ago
Stephane Nicoll
c8101f8c9b
Remove host name in R2DBC's embedded H2 url
...
Closes gh-25560
4 years ago
Andy Wilkinson
5863edfdda
Simplify code that makes hal the default json media type
...
See gh-25546
4 years ago
dreis2211
cf8a3b3018
Deprecate FlywayMigrationScriptMissingFailureAnalyzer
...
See gh-25562
4 years ago
Andy Wilkinson
4d97ed19e8
Deprecate support for checking Flyway locations
...
Closes gh-25488
4 years ago
Andy Wilkinson
ed72bca6c8
Provide more pluggable way to indicate DataSource init dependencies
...
Closes gh-17619
Closes gh-25559
4 years ago
Andy Wilkinson
06b751a0dd
Merge branch '2.4.x'
4 years ago
Andy Wilkinson
dace7bb742
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
b76a9951e9
Polish RSocketServerAutoConfiguration
4 years ago
Andy Wilkinson
565dc0cc0f
Merge branch '2.4.x'
...
Closes gh-25556
4 years ago
Andy Wilkinson
ba5c57c1b2
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25555
4 years ago
Andy Wilkinson
84637acbdc
Make embedded RSocket server back off without spring-web
...
Fixes gh-25551
4 years ago
Stephane Nicoll
adaf2fc57c
Merge branch '2.4.x'
...
Closes gh-25536
4 years ago
dreis2211
b85a50b7b6
Suppress rawtypes warning
...
See gh-25531
4 years ago
dreis2211
2575621e06
Fix some illegal reflective access warnings
...
See gh-25531
4 years ago
Andy Wilkinson
6b1bb225b6
Merge branch '2.4.x'
...
Closes gh-25521
4 years ago
Andy Wilkinson
3c84ea9350
Try to stabilize tests that use Neo4jContainer
...
Closes gh-25520
4 years ago
Andy Wilkinson
074744aee7
Increase socket timeout for communicating with Elasticsearch
...
Closes gh-25518
4 years ago
Stephane Nicoll
76d0a7f8ba
Merge branch '2.4.x'
...
Closes gh-25506
4 years ago
dreis2211
89a44f3da4
Fix some assertions
...
See gh-25499
4 years ago
Andy Wilkinson
96ede9b975
Merge branch '2.4.x'
...
Closes gh-25491
4 years ago
Andy Wilkinson
ca414733f3
Reinstate support for placeholders in @EntityScan
...
Fixes gh-25436
4 years ago
Stephane Nicoll
782f838074
Polish
4 years ago
Stephane Nicoll
288bece4e9
Polish contribution
...
See gh-25456
4 years ago
bono007
32caf760b5
Add configuration properties for Flyway's Vault and Conjur support
...
See gh-25456
4 years ago
Stephane Nicoll
e1b1580732
Polish "Allow to configure PersistenceUnitPostProcessor"
...
This commit updates EntityManagerFactoryBuilder so that persistence unit
post processors can be registered and applied when creating an
EntityManagerFactory.
See gh-25443
4 years ago
johnniang
c3c83c8a6c
Allow to configure PersistenceUnitPostProcessor
...
This commit updates EntityManagerFactoryBuilder so that persistence unit
post processors can be registered and applied when creating an
EntityManagerFactory.
See gh-25443
4 years ago
izeye
c823f44e76
Polish
...
See gh-25451
4 years ago
Andy Wilkinson
2a2daae14e
Allow user's WebFluxConfigurers to be ordered after auto-config's
...
Previously, WebFluxAutoConfiguration's WebFluxConfigurer was unordered.
This mean that it had lowest precedence so it was not possible for a
user to provide their own configurer that was guaranteed to run after
the auto-configuration's configurer.
This commit updates the auto-configuration to order its configurer at
0. Any unordered user-defined configurer will now run after the
auto-configuration's configurer.
Closes gh-25302
4 years ago
Stephane Nicoll
9c24ca06ae
Polish
4 years ago
Stephane Nicoll
d9dcfeba5c
Polish "Add more customization options for InfluxDB"
...
See gh-25319
4 years ago
Eddú Meléndez
8be0b87273
Add more customization options for InfluxDB
...
This commit augments the configuration properties that are exposed for
InfluxDB, alongside an `InfluxDbCustomizer` that gives more control.
See gh-25319
4 years ago
Phillip Webb
a1dc107144
Update copyright year of changed files
4 years ago
Andy Wilkinson
06e36b6bbe
Revert "Update code for Spring Data 2021.0.0-M3"
...
This reverts commit 4b0ef67e8e
.
See gh-25004
4 years ago
Andy Wilkinson
6eb51eb2c3
Start building against Spring Data 2020.0.5 snapshots
...
See gh-25002
4 years ago
Stephane Nicoll
064f6eea33
Merge branch '2.4.x'
...
Closes gh-25354
4 years ago