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
Andy Wilkinson
18576373d0
Upgrade to Spring Session Dragonfruit-M2
...
Closes gh-20045
5 years ago
Andy Wilkinson
09fa8255cd
Upgrade to Tomcat 9.0.31
...
Closes gh-20167
5 years ago
Stephane Nicoll
db9f2734fe
Upgrade to Micrometer 1.3.5
...
Closes gh-20166
5 years ago
Stephane Nicoll
4d51a16b11
Upgrade to Liquibase 3.8.6
...
Closes gh-20165
5 years ago
Stephane Nicoll
8212ee49b3
Upgrade to Lettuce 5.2.2.RELEASE
...
Closes gh-20164
5 years ago
Stephane Nicoll
be58d1a310
Upgrade to Infinispan 10.1.2.Final
...
Closes gh-20163
5 years ago
Stephane Nicoll
5f826cdbd2
Upgrade to Hibernate 5.4.11.Final
...
Closes gh-20162
5 years ago
Stephane Nicoll
ca4d5b1333
Upgrade to Flyway 6.2.3
...
Closes gh-20161
5 years ago
Stephane Nicoll
faaf9a7e0c
Upgrade to SendGrid 4.4.4
...
Closes gh-20092
5 years ago
Andy Wilkinson
68f59a0d40
Move dependency management for JNA into spring-boot-parent
...
Previously, dependency management for JNA was provided by
spring-boot-dependencies so it affected users' applications. It was
original added for Elasticsearch but is no longer needed for that
purpose. We use JNA in spring-boot-buildpack-platform which is used
by our Gradle and Maven plugins and should not affect an application's
use of JNA.
This commit moves management of JNA from spring-boot-dependencies into
spring-boot-parent. This means that users' applications will now be
free to use whatever version of JNA meets their needs while still
controlling the version used for image building via Gradle or Maven.
Closes gh-20156
5 years ago
Stephane Nicoll
db1c9f4058
Remove plugin management for infinispan-protocol-parser-generator
...
Closes gh-20155
5 years ago
Stephane Nicoll
cd11b74db7
Remove usage of Infinispan BOM
...
Closes gh-20154
5 years ago
Andy Wilkinson
7970bf2437
Upgrade to Spring Integration 5.3.0.M2
...
Closes gh-20104
5 years ago
Andy Wilkinson
9860f9705c
Upgrade to Spring AMQP 2.2.4.RELEASE
...
Closes gh-20105
5 years ago
Andy Wilkinson
f22aeda0ce
Upgrade to Spring Kafka 2.4.2.RELEASE
...
Closes gh-20107
5 years ago
Andy Wilkinson
2f16898c5f
Upgrade to Spring Data Neumann-M3
...
Closes gh-20103
5 years ago
Andy Wilkinson
5fed25bb43
Upgrade to Spring HATEOAS 1.1.0.M2
...
Closes gh-20142
5 years ago
Stephane Nicoll
d19920ae39
Upgrade to Cassandra Driver 4.4.0
...
Closes gh-20064
5 years ago
Stephane Nicoll
e8b97dbc75
Start building against Spring Kafka 2.4.2 snapshots
...
See gh-20107
5 years ago
Stephane Nicoll
cf06eec174
Start building against Spring AMQP 2.2.4 snapshots
...
See gh-20105
5 years ago
Stephane Nicoll
a053d207d6
Start building against Spring Integration 5.3 M2 snapshots
...
See gh-20104
5 years ago
Stephane Nicoll
2af93b5297
Upgrade to Undertow 2.0.29.Final
...
Closes gh-20096
5 years ago
Stephane Nicoll
5e02227b02
Upgrade to UnboundID LDAPSDK 4.0.14
...
Closes gh-20095
5 years ago
Stephane Nicoll
577c8812c5
Upgrade to Spring Retry 1.2.5.RELEASE
...
Closes gh-20094
5 years ago
Stephane Nicoll
cba97d5f3a
Upgrade to SLF4J 1.7.30
...
Closes gh-20093
5 years ago
Stephane Nicoll
9cf448b754
Upgrade to Selenium HtmlUnit 2.37.0
...
Closes gh-20091
5 years ago
Stephane Nicoll
4c1a1b0e0c
Upgrade to RxJava2 2.2.17
...
Closes gh-20090
5 years ago
Stephane Nicoll
4296dbb792
Upgrade to Prometheus PushGateway 0.8.1
...
Closes gh-20089
5 years ago
Stephane Nicoll
31973ce43d
Upgrade to Postgresql 42.2.10
...
Closes gh-20088
5 years ago
Stephane Nicoll
e63d90b791
Upgrade to Pooled JMS 1.1.1
...
Closes gh-20087
5 years ago
Stephane Nicoll
e3f18a09e4
Upgrade to OkHttp3 3.14.6
...
Closes gh-20086
5 years ago
Stephane Nicoll
42e082c2e2
Upgrade to Neo4j OGM 3.2.8
...
Closes gh-20085
5 years ago
Stephane Nicoll
475cbf39e4
Upgrade to MySQL 8.0.19
...
Closes gh-20084
5 years ago
Stephane Nicoll
d32b9afdd9
Upgrade to Mockito 3.2.4
...
Closes gh-20083
5 years ago
Stephane Nicoll
c50d600bd8
Upgrade to MariaDB 2.5.4
...
Closes gh-20082
5 years ago
Stephane Nicoll
4efdea5fb8
Upgrade to Lombok 1.18.12
...
Closes gh-20081
5 years ago
Stephane Nicoll
7c46b3dd52
Upgrade to Liquibase 3.8.5
...
Closes gh-20080
5 years ago
Stephane Nicoll
7dccc10803
Upgrade to jOOQ 3.12.4
...
Closes gh-20079
5 years ago
Stephane Nicoll
2b99345733
Upgrade to Johnzon 1.2.3
...
Closes gh-20078
5 years ago
Stephane Nicoll
3e0515da2f
Upgrade to Jetty Reactive HTTPClient 1.1.1
...
Closes gh-20077
5 years ago
Stephane Nicoll
acbdf0cd2f
Upgrade to Jetty EL 8.5.49
...
Closes gh-20076
5 years ago
Stephane Nicoll
e0cd00e0d3
Upgrade to HttpCore 4.4.13
...
Closes gh-20075
5 years ago
Stephane Nicoll
7996a32129
Upgrade to HttpClient 4.5.11
...
Closes gh-20074
5 years ago
Stephane Nicoll
616a33367f
Upgrade to HtmlUnit 2.37.0
...
Closes gh-20073
5 years ago
Stephane Nicoll
95c4f1b0c0
Upgrade to HikariCP 3.4.2
...
Closes gh-20072
5 years ago
Stephane Nicoll
f0d2d320c2
Upgrade to Hibernate Validator 6.1.2.Final
...
Closes gh-20071
5 years ago
Stephane Nicoll
da7dbf085e
Upgrade to Hibernate 5.4.10.Final
...
Closes gh-20070
5 years ago
Stephane Nicoll
466dd66c8f
Upgrade to Hazelcast 3.12.6
...
Closes gh-20069
5 years ago
Stephane Nicoll
93d34781fc
Upgrade to Groovy 2.5.9
...
Closes gh-20068
5 years ago
Stephane Nicoll
a7249d20d2
Upgrade to Flyway 6.2.2
...
Closes gh-20067
5 years ago
Stephane Nicoll
ad8fa8f6a0
Upgrade to Elasticsearch 7.5.2
...
Closes gh-20066
5 years ago
Stephane Nicoll
f8087a6f29
Upgrade to Couchbase Client 2.7.12
...
Closes gh-20065
5 years ago
Stephane Nicoll
f0ac9e1389
Upgrade to Caffeine 2.8.1
...
Closes gh-20063
5 years ago
Stephane Nicoll
f883a6cf26
Upgrade to Byte Buddy 1.10.7
...
Closes gh-20062
5 years ago
Stephane Nicoll
730683ce26
Upgrade to Awaitility 4.0.2
...
Closes gh-20061
5 years ago
Stephane Nicoll
c5d38e0b5f
Upgrade to AppEngine SDK 1.9.78
...
Closes gh-20060
5 years ago
Stephane Nicoll
f5d7e77550
Polish "Use Dropwizard metrics BOM to manage dependencies"
...
See gh-20032
5 years ago
dreis2211
68bff6705e
Use Dropwizard metrics BOM to manage dependencies
...
See gh-20032
5 years ago
Andy Wilkinson
7a9462bd37
Upgrade to Spring Security 5.3.0.RC1
...
Closes gh-20046
5 years ago
Andy Wilkinson
bc3ee5b232
Upgrade to RSocket 1.0.0-RC6
...
Closes gh-20048
5 years ago
Andy Wilkinson
ab512edb96
Upgrade to Spring Session Dragonfruit-M1
...
Closes gh-20045
5 years ago
Stephane Nicoll
c4daff7225
Polish "Upgrade to MongoDB Java Driver 4.0 beta1"
...
See gh-19960
5 years ago
Christoph Strobl
d2d6dbdc00
Upgrade to MongoDB Java Driver 4.0 beta1
...
See gh-19960
5 years ago
dreis2211
7de3712e56
Upgrade to AssertJ 3.15.0
...
See gh-19985
5 years ago
Kedar Joshi
0ae075efd5
Upgrade to Flyway 6.2.0
...
See gh-19894
5 years ago
dreis2211
d75de39456
Upgrade to JUnit Jupiter 5.6.0
...
See gh-19907
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
d7e18a714d
Upgrade to Artemis 2.11.0
...
Closes gh-19914
5 years ago
Scott Frederick
8f30cf916f
Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1
...
See gh-19764
5 years ago
Stephane Nicoll
c80e9f7fc4
Upgrade to Spring Integration 5.3.0.M1
...
Closes gh-19650
5 years ago
Phillip Webb
71ce212f7f
Rename spring-boot-layertools
...
Rename `spring-boot-layertools` to `spring-boot-jarmode-layertools`.
Closes gh-19853
5 years ago
Phillip Webb
0209cd3e4c
Polish quote form used in Gradle scripts
...
Replace Gradle single quote strings with the double quote form
whenever possible. The change helps to being consistency to the
dependencies section where mostly single quotes were used, but
occasionally double quotes were required due to `${}` references.
5 years ago
Scott Frederick
ed6fbc6bec
Remove Spring Cloud Connectors auto-config/starter
...
The Spring Cloud Connectors project has been deprecated in favor of the
Java CFEnv project. The Boot auto-configuration and starter that support
Connectors were deprecated in Boot 2.2.
This commit removes the Connectors auto-configuration, starter,
and dependency management.
Closes gh-19798
5 years ago
Phillip Webb
e28338d6cd
Rename spring-boot-cloudnativebuildpack
...
Rename the `spring-boot-cloudnativebuildpack` module to
`spring-boot-buildpack-platform` and update the the package
name to `org.springframework.boot.buildpack.platform`.
Closes gh-19851
5 years ago
Andy Wilkinson
adc6444272
Upgrade to Micrometer 1.3.3
...
Closes gh-19652
5 years ago
Phillip Webb
e513fe4666
Add layertools jarmode
...
Add a new `spring-boot-layertools` module which provides jarmode support
for working with layers. The module works with both classic fat jars,
as well as layered jars.
Closes gh-19849
5 years ago
Phillip Webb
3af4930f75
Add cloudnativebuildpack to dependencies
...
Update the managed dependencies to include the recently added
`spring-boot-cloudnativebuildpack` module.
See gh-19828
5 years ago
Phillip Webb
bfd2ca7fd9
Polish Gradle expression references
...
Expand all expression `$` references to the full `${...}` form.
5 years ago
Stephane Nicoll
4d70f58bc8
Polish "Upgrade to Infinispan 10.1.1.Final"
...
See gh-19790
5 years ago
Scott Frederick
511258f486
Upgrade to Infinispan 10.1.1.Final
...
See gh-19790
5 years ago
Andy Wilkinson
235b74ca12
Merge branch '2.2.x'
...
Closes gh-19814
5 years ago
Stephane Nicoll
4ab19c3cfb
Upgrade to Reactor Dysprosium-SR4
...
Closes gh-19809
5 years ago
Andy Wilkinson
fabd692812
Upgrade to Spring HATEOAS 1.1.0.M1
...
Closes gh-19649
5 years ago
Andy Wilkinson
60fcc4bab1
Upgrade to Spring AMQP 2.2.3.RELEASE
...
Closes gh-19651
5 years ago
Stephane Nicoll
986bef9cba
Upgrade to Spring Data Neumann-M2
...
Closes gh-19588
5 years ago
Phillip Webb
abad00754b
Revert "Upgrade to Spring Data Neumann-M1"
...
This reverts commit e44206e88e
.
5 years ago
Stephane Nicoll
e44206e88e
Upgrade to Spring Data Neumann-M1
...
Closes gh-19588
5 years ago
Stephane Nicoll
7270ca5cf4
Polish "Remove deprecated Joda-Time support"
...
See gh-19699
5 years ago
Stephane Nicoll
e5499ca17a
Upgrade to Spring Framework 5.2.3
...
Closes gh-19534
5 years ago
Scott Frederick
c789592e26
Remove support for deprecated Elasticsearch Jest client
...
Closes #19676
5 years ago
Stephane Nicoll
be79252fbd
Upgrade to Reactor Dysprosium-SR3
...
Closes gh-19653
5 years ago
Andy Wilkinson
550e042ff0
Merge branch '2.2.x'
...
Closes gh-19691
5 years ago
Andy Wilkinson
648e468c86
Build against Spring HATEOAS 1.1.0.M1 snapshots
...
See gh-19649
5 years ago
Stephane Nicoll
ca1710ee56
Upgrade to Apache Cassandra 4.3.1
...
See gh-19588
5 years ago
Stephane Nicoll
d282eb619f
Upgrade to Elasticsearch 7.5.1
...
See gh-19588
5 years ago
Scott Frederick
f268ede3c0
Start building against Spring Data Neumann-M1 snapshots
...
See gh-19588
5 years ago
Andy Wilkinson
c8236a74d8
Upgrade to Spring Security 5.3.0.M1
...
Closes gh-19654
5 years ago
Andy Wilkinson
39d9e486dd
Build against Reactor Dysprosium-SR3 snapshots
...
See gh-19653
5 years ago
Andy Wilkinson
16fe64ded4
Build against Micrometer 1.3.3 snapshots
5 years ago
Andy Wilkinson
3a2f25c6ff
Build against Spring AMQP 2.2.3 snapshots
...
See gh-19651
5 years ago
Andy Wilkinson
7595336184
Build against Spring Integration 5.3.0.M1 snapshots
...
See gh-19650
5 years ago
Andy Wilkinson
f6e9869156
Use version property to set Boot's version in dependencies bom
...
See gh-19608
See gh-19609
5 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
5 years ago