Andy Wilkinson
3fa6f04701
Upgrade to Build Helper Maven Plugin 3.1.0
...
Closes gh-20484
5 years ago
Andy Wilkinson
de59586170
Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j
...
Closes gh-20441
5 years ago
Andy Wilkinson
8282c1b897
Upgrade to Spring Security 5.3.0.RELEASE
...
Closes gh-20482
5 years ago
Andy Wilkinson
d50ac8d086
Upgrade to Reactor Bom Dysprosium-SR5
...
Closes gh-20481
5 years ago
Andy Wilkinson
156a67c640
Upgrade to Netty 4.1.47.Final
...
Closes gh-20480
5 years ago
Andy Wilkinson
6f1218494a
Upgrade to Kotlin Coroutines 1.3.4
...
Closes gh-20479
5 years ago
Andy Wilkinson
3dc5a4e38f
Upgrade to Jetty 9.4.27.v20200227
...
Closes gh-20476
5 years ago
Andy Wilkinson
849b23f71d
Upgrade to Jersey 2.30.1
...
Closes gh-20475
5 years ago
Andy Wilkinson
2ec99e7b1c
Upgrade to Jackson Bom 2.10.3
...
Closes gh-20474
5 years ago
Andy Wilkinson
fe4297086b
Upgrade to Dropwizard Metrics 4.1.5
...
Closes gh-20473
5 years ago
Andy Wilkinson
4a0b8bb5ba
Start using Cassandra Driver's bom
...
Fixes gh-20441
5 years ago
Andy Wilkinson
b63a7c4631
Upgrade to XmlUnit2 2.6.4
...
Closes gh-20471
5 years ago
Andy Wilkinson
d8ce02e667
Upgrade to WebJars Locator Core 0.44
...
Closes gh-20470
5 years ago
Andy Wilkinson
485498c5ac
Upgrade to Spring Kafka 2.4.3.RELEASE
...
Closes gh-20469
5 years ago
Andy Wilkinson
22fa5d257a
Upgrade to Spring AMQP 2.2.5.RELEASE
...
Closes gh-20468
5 years ago
Andy Wilkinson
6087fd6b51
Upgrade to SnakeYAML 1.26
...
Closes gh-20467
5 years ago
Andy Wilkinson
662c08acd5
Upgrade to SendGrid 4.4.5
...
Closes gh-20466
5 years ago
Andy Wilkinson
97dd978a91
Upgrade to Selenium HtmlUnit 2.38.0
...
Closes gh-20465
5 years ago
Andy Wilkinson
2620be1e0f
Upgrade to RxJava2 2.2.18
...
Closes gh-20464
5 years ago
Andy Wilkinson
742f584d60
Upgrade to OkHttp3 3.14.7
...
Closes gh-20463
5 years ago
Andy Wilkinson
3d435df37b
Upgrade to Netty tcNative 2.0.29.Final
...
Closes gh-20462
5 years ago
Andy Wilkinson
2fa35fbcbc
Upgrade to Neo4j OGM 3.2.9
...
Closes gh-20461
5 years ago
Andy Wilkinson
77ad8d3a4f
Upgrade to MongoDB 4.0.0
...
Closes gh-20460
5 years ago
Andy Wilkinson
c399323ac4
Upgrade to Mockito 3.3.0
...
Closes gh-20459
5 years ago
Andy Wilkinson
ad1ef31977
Upgrade to Log4j2 2.13.1
...
Closes gh-20458
5 years ago
Andy Wilkinson
fa68cc4ee5
Upgrade to Liquibase 3.8.7
...
Closes gh-20457
5 years ago
Andy Wilkinson
f31e589b07
Upgrade to jOOQ 3.13.1
...
Closes gh-20456
5 years ago
Andy Wilkinson
02ae6458f7
Upgrade to Jetty Reactive HTTPClient 1.1.2
...
Closes gh-20455
5 years ago
Andy Wilkinson
295f063463
Upgrade to Janino 3.1.1
...
Closes gh-20454
5 years ago
Andy Wilkinson
a45cb3d712
Upgrade to Jakarta XML WS 2.3.3
...
Closes gh-20453
5 years ago
Andy Wilkinson
f910fd8ac8
Upgrade to Jakarta XML Bind 2.3.3
...
Closes gh-20452
5 years ago
Andy Wilkinson
e61dcc38d7
Upgrade to Jakarta Activation 1.2.2
...
Closes gh-20451
5 years ago
Andy Wilkinson
911a1912f6
Upgrade to Infinispan 10.1.3.Final
...
Closes gh-20450
5 years ago
Andy Wilkinson
8ac97d6d3e
Upgrade to HttpClient 4.5.12
...
Closes gh-20449
5 years ago
Andy Wilkinson
ee3ff3e094
Upgrade to HtmlUnit 2.38.0
...
Closes gh-20448
5 years ago
Andy Wilkinson
3251c9d2b0
Upgrade to Hibernate 5.4.12.Final
...
Closes gh-20447
5 years ago
Andy Wilkinson
2a8136b56f
Upgrade to FreeMarker 2.3.30
...
Closes gh-20446
5 years ago
Andy Wilkinson
d2ebd77861
Upgrade to Flyway 6.3.0
...
Closes gh-20445
5 years ago
Andy Wilkinson
0cd8197ebf
Upgrade to Couchbase Client 2.7.13
...
Closes gh-20444
5 years ago
Andy Wilkinson
7971bd50ba
Upgrade to Cassandra Driver 4.5.0
...
Closes gh-20443
5 years ago
Andy Wilkinson
707fb929a2
Upgrade to Byte Buddy 1.10.8
...
Closes gh-20442
5 years ago
Stephane Nicoll
f1f662e745
Revert Spring Data Couchbase version override
5 years ago
dreis2211
6036df5f33
Upgrade to Elasticsearch 7.6.1
...
See gh-20423
5 years ago
dreis2211
74ed37efbf
Upgrade to Groovy 2.5.10
...
See gh-20411
5 years ago
Andy Wilkinson
c668798923
Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes
5 years ago
Stephane Nicoll
7d7b1e13a2
Upgrade to Spring Framework 5.2.4.RELEASE
...
Closes gh-20240
5 years ago
Stephane Nicoll
19fbac7d59
Add auto-configuration for Spring Data R2DBC
...
This commit adds auto-configuration support for Spring Data R2DBC. If a
`ConnectionFactory` and Spring Data are available, scanning of reactive
repositories is enabled.
This commit also adds a starter to bring R2DBC and the necessary Spring
Data libraries.
See gh-19988
Co-authored-by: Mark Paluch <mpaluch@pivotal.io>
Co-authored-by: Oliver Drotbohm <odrotbohm@pivotal.io>
5 years ago
Stephane Nicoll
5c174feb65
Add auto-configuration for R2DBC's ConnectionFactory
...
This commit adds auto-configuration for R2DBC. If R2DBC is on the
classpath, a `ConnectionFactory` is created similarly to the algorithm
used to create a `DataSource`.
If an url is specified, it is used to determine the R2DBC driver and
database location. If not, an embedded database is started (with only
support of H2 via r2dbc-h2). If none of those succeed, an exception is
thrown that is handled by a dedicated FailureAnalyzer.
To clearly separate reactive from imperative access, a `DataSource` is
not auto-configured if a `ConnectionFactory` is present. This makes sure
that any auto-configuration that relies on the presence of a
`DataSource` backs off.
There is no dedicated database initialization at the moment but it is
possible to configure flyway or liquibase to create a local `DataSource`
for the duration of the migration. Alternatively, if Spring Data R2DBC
is on the classpath, a `ResourceDatabasePopulator` bean can be defined
with the scripts to execute on startup.
See gh-19988
Co-authored-by: Mark Paluch <mpaluch@pivotal.io>
5 years ago
Stephane Nicoll
e7c265bc3d
Start building against Spring Data Neumann M4 snapshots
...
See gh-20241
5 years ago
Stephane Nicoll
a039f6328d
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20240
5 years ago