Andy Wilkinson
d0280f1d81
Upgrade to RxJava2 2.2.21
...
Closes gh-25332
2021-02-17 13:57:40 +00:00
Andy Wilkinson
9cabedfa11
Upgrade to Micrometer 1.6.4
...
Closes gh-25331
2021-02-17 13:57:40 +00:00
Andy Wilkinson
36a898a411
Upgrade to Liquibase 4.3.1
...
Closes gh-25330
2021-02-17 13:57:40 +00:00
Andy Wilkinson
48f8ec1f03
Upgrade to JUnit 4.13.2
...
Closes gh-25329
2021-02-17 13:57:40 +00:00
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
a91f32d14e
Temporarily work around breaking API change in Spring Data Couchbase
...
See gh-25002
2021-02-17 13:47:50 +00:00
Andy Wilkinson
d922d0f859
Upgrade to Micrometer 1.6.4
...
Closes gh-25291
2021-02-17 12:47:15 +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
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
44d765bd00
Upgrade to Spring Framework 5.3.4
...
Closes gh-24998
2021-02-16 15:16:00 +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
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
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
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
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
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
Stephane Nicoll
dcbc3a29aa
Upgrade to Reactor 2020.0.4
...
Closes gh-25286
2021-02-16 08:49:23 +01:00
Stephane Nicoll
98964990d4
Upgrade to Reactor Dysprosium-SR17
...
Closes gh-25280
2021-02-16 08:47:30 +01:00
Stephane Nicoll
9b7581a8ef
Polish "Fix database name detection logic for MariaDB"
...
See gh-25173
2021-02-15 14:24:08 +01:00
anudeepg
053323f58b
Fix database name detection logic for MariaDB
...
See gh-25173
2021-02-15 14:23:26 +01:00
Stephane Nicoll
b50fb824a3
Merge branch '2.4.x'
...
Closes gh-25298
2021-02-15 14:16:01 +01:00
Stephane Nicoll
a9ff33f74f
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25297
2021-02-15 14:15:42 +01:00
Stephane Nicoll
569002e917
Polish "Document Kafka Streams metrics support"
...
See gh-25272
2021-02-15 14:11:34 +01:00
izeye
dff4ca2293
Document Kafka Streams metrics support
...
See gh-25272
2021-02-15 14:07:39 +01:00
Stephane Nicoll
8c0c30e7a8
Polish "Add support to auto-configure javax.jms.ExceptionListener"
...
See gh-25278
2021-02-15 13:58:25 +01:00
Eddú Meléndez
1f00c27c7e
Add support to auto-configure javax.jms.ExceptionListener
...
See gh-25278
2021-02-15 13:56:25 +01:00
Stephane Nicoll
3f9f9a4637
Polish "Start building against Spring Data Neumann-SR7 snapshots"
...
See gh-25282
2021-02-15 13:46:39 +01:00
Stephane Nicoll
a16a2de3c3
Merge branch '2.4.x'
...
Closes gh-25296
2021-02-15 10:13:16 +01:00
Stephane Nicoll
0bc03c7141
Associate application classloader to auto-configured Hazelcast instance
...
Closes gh-24836
2021-02-15 10:08:23 +01:00
Stephane Nicoll
349d755632
Start building against Spring Kafka 2.7.0-M2 snapshots
...
See gh-25295
2021-02-15 08:14:35 +01:00
Stephane Nicoll
56a2634990
Start building against Spring Integration 5.5.0-M2 snapshots
...
See gh-25294
2021-02-15 07:53:12 +01:00
Stephane Nicoll
5576f26115
Start building against Spring Kafka 2.6.6 snapshots
...
See gh-25292
2021-02-15 07:24:17 +01:00
Stephane Nicoll
67e1b64a23
Start building against Micrometer 1.6.4 snapshots
...
See gh-25291
2021-02-15 07:23:45 +01:00
Stephane Nicoll
f8caab121d
Start building against Spring AMQP 2.3.5 snapshots
...
See gh-25290
2021-02-15 07:23:22 +01:00
Stephane Nicoll
8a4f49c30b
Start building against Spring Integration 5.4.4 snapshots
...
See gh-25289
2021-02-15 07:22:43 +01:00
Stephane Nicoll
31a98f90c8
Start building against Reactor 2020.0.4 snapshots
...
See gh-25286
2021-02-15 07:19:53 +01:00
Stephane Nicoll
bab0862fdd
Start building against Micrometer 1.5.11 snapshots
...
See gh-25285
2021-02-15 06:55:42 +01:00
Stephane Nicoll
080bec0b20
Start building against Spring AMQP 2.2.15 snapshots
...
See gh-25284
2021-02-15 06:55:42 +01:00
Stephane Nicoll
1004617d2f
Start building against Spring Integration 5.3.6 snapshots
...
See gh-25283
2021-02-15 06:55:42 +01:00
Stephane Nicoll
f1dda97900
Start building against Spring Data Neumann-SR7 snapshots
...
See gh-25282
2021-02-15 06:55:40 +01:00
Stephane Nicoll
33736e818b
Start building against Spring Framework 5.2.13 snapshots
...
See gh-25281
2021-02-15 06:52:34 +01:00
Stephane Nicoll
2c2fedc156
Start building against Reactor Dysprosium-SR17 snapshots
...
See gh-25280
2021-02-15 06:52:00 +01:00
Stephane Nicoll
ca9b583c7d
Merge branch '2.4.x'
...
Closes gh-25271
2021-02-14 09:37:49 +01:00
Stephane Nicoll
61e9d04c68
Update copyright of changes files
...
See gh-25266
2021-02-14 09:35:36 +01:00
izeye
f48893def5
Polish
2021-02-14 09:34:30 +01:00
Stephane Nicoll
3471adcf09
Merge branch '2.3.x' into 2.4.x
2021-02-14 09:32:21 +01:00
Stephane Nicoll
b7f5f5cac0
Polish
...
See gh-25266
2021-02-14 09:29:48 +01:00
Andy Wilkinson
0a4c26532d
Merge branch '2.4.x'
...
Closes gh-25259
2021-02-12 14:57:18 +00:00
Andy Wilkinson
392be57003
Apply Logback system properties and not just common properties to context
...
Closes gh-24894
2021-02-12 14:34:31 +00:00
Andy Wilkinson
cc4bace12b
Upgrade to Undertow 2.2.4.Final
...
Closes gh-25254
2021-02-12 13:39:14 +00:00
Andy Wilkinson
118b55579a
Upgrade to Tomcat 9.0.43
...
Closes gh-25253
2021-02-12 13:39:14 +00:00
Andy Wilkinson
627d0b713f
Upgrade to Solr 8.8.0
...
Closes gh-25252
2021-02-12 13:39:13 +00:00
Andy Wilkinson
078a7fdd15
Upgrade to Selenium HtmlUnit 2.47.1
...
Closes gh-25251
2021-02-12 13:37:50 +00:00
Andy Wilkinson
387fe4b5bb
Upgrade to Prometheus PushGateway 0.10.0
...
Closes gh-25250
2021-02-12 13:37:49 +00:00
Andy Wilkinson
3c0972e7f9
Upgrade to Spring Security 5.5.0-M2
...
Closes gh-25255
2021-02-12 13:37:49 +00:00
Andy Wilkinson
dadd6241ac
Upgrade to Nimbus JOSE JWT 9.5
...
Closes gh-25249
2021-02-12 13:37:49 +00:00
Andy Wilkinson
e8e8a4c16b
Upgrade to OAuth2 OIDC SDK 9.1
...
Closes gh-25248
2021-02-12 12:13:16 +00:00
Andy Wilkinson
7e228556c7
Upgrade to Netty 4.1.59.Final
...
Closes gh-25247
2021-02-12 12:10:35 +00:00
Andy Wilkinson
a70386b4e3
Upgrade to MSSQL JDBC 9.2.0.jre8
...
Closes gh-25246
2021-02-12 12:10:35 +00:00
Andy Wilkinson
f91c6075c8
Upgrade to MariaDB 2.7.2
...
Closes gh-25245
2021-02-12 12:10:35 +00:00
Andy Wilkinson
80b0c384d6
Upgrade to Lombok 1.18.18
...
Closes gh-25244
2021-02-12 12:10:34 +00:00
Andy Wilkinson
07f74593a5
Upgrade to Liquibase 4.3.0
...
Closes gh-25243
2021-02-12 12:10:34 +00:00
Andy Wilkinson
723bdc77a5
Upgrade to JUnit Jupiter 5.7.1
...
Closes gh-25241
2021-02-12 12:02:23 +00:00
Andy Wilkinson
3e8773cda2
Upgrade to jOOQ 3.14.7
...
Closes gh-25240
2021-02-12 12:02:22 +00:00
Andy Wilkinson
454c4fcd0d
Upgrade to Johnzon 1.2.10
...
Closes gh-25239
2021-02-12 12:02:21 +00:00
Andy Wilkinson
1bd78eb940
Upgrade to Jedis 3.5.1
...
Closes gh-25238
2021-02-12 12:02:19 +00:00
Andy Wilkinson
1f1f510cec
Upgrade to Janino 3.1.3
...
Closes gh-25237
2021-02-12 12:02:18 +00:00
Andy Wilkinson
6fbb67e751
Upgrade to Infinispan 12.0.0.Final
...
Closes gh-25236
2021-02-12 12:02:17 +00:00
Andy Wilkinson
22568d42de
Upgrade to HtmlUnit 2.47.1
...
Closes gh-25235
2021-02-12 12:02:15 +00:00
Andy Wilkinson
16ed1a9668
Upgrade to HikariCP 4.0.1
...
Closes gh-25234
2021-02-12 12:02:14 +00:00
Andy Wilkinson
a1ff05ec12
Upgrade to Hibernate 5.4.28.Final
...
Closes gh-25233
2021-02-12 12:02:13 +00:00
Andy Wilkinson
5dba00fcac
Upgrade to Flyway 7.5.3
...
Closes gh-25232
2021-02-12 12:02:12 +00:00
Andy Wilkinson
0cf846b484
Upgrade to Couchbase Client 3.1.2
...
Closes gh-25231
2021-02-12 12:02:11 +00:00
Andy Wilkinson
bfbdc3bfaf
Upgrade to Byte Buddy 1.10.20
...
Closes gh-25230
2021-02-12 12:02:09 +00:00
Andy Wilkinson
3200d52b15
Upgrade to AssertJ 3.19.0
...
Closes gh-25229
2021-02-12 12:02:08 +00:00
Andy Wilkinson
6e77c27da5
Upgrade to AppEngine SDK 1.9.86
...
Closes gh-25228
2021-02-12 12:02:07 +00:00
Andy Wilkinson
5a21395b0b
Upgrade to Undertow 2.2.4.Final
...
Closes gh-25224
2021-02-12 11:27:00 +00:00
Andy Wilkinson
28fc2b1d52
Upgrade to Tomcat 9.0.43
...
Closes gh-25223
2021-02-12 11:26:59 +00:00
Andy Wilkinson
58c823ef22
Upgrade to Spring Session Bom 2020.0.3
...
Closes gh-25222
2021-02-12 11:26:59 +00:00
Andy Wilkinson
51ca7d67ba
Upgrade to Netty 4.1.59.Final
...
Closes gh-25220
2021-02-12 10:07:00 +00:00
Andy Wilkinson
ca24fd1437
Upgrade to MySQL 8.0.23
...
Closes gh-25219
2021-02-12 10:06:59 +00:00
Andy Wilkinson
5dfe3ccc89
Upgrade to MariaDB 2.7.2
...
Closes gh-25218
2021-02-12 10:06:58 +00:00
Andy Wilkinson
d7cc673ac0
Upgrade to Lombok 1.18.18
...
Closes gh-25217
2021-02-12 10:06:57 +00:00
Andy Wilkinson
d50be39bee
Upgrade to JUnit Jupiter 5.7.1
...
Closes gh-25215
2021-02-12 10:06:54 +00:00
Andy Wilkinson
636a99ecd3
Upgrade to jOOQ 3.14.7
...
Closes gh-25214
2021-02-12 10:06:53 +00:00
Andy Wilkinson
d2630151ce
Upgrade to Johnzon 1.2.10
...
Closes gh-25213
2021-02-12 10:06:51 +00:00
Andy Wilkinson
1c2265feac
Upgrade to Jetty 9.4.36.v20210114
...
Closes gh-25212
2021-02-12 10:06:50 +00:00
Andy Wilkinson
1ceba0910b
Upgrade to Jaybird 3.0.10
...
Closes gh-25211
2021-02-12 10:06:49 +00:00
Andy Wilkinson
7d5484e9d1
Upgrade to Janino 3.1.3
...
Closes gh-25210
2021-02-12 10:06:48 +00:00
Andy Wilkinson
d5cb97984f
Upgrade to Infinispan 11.0.9.Final
...
Closes gh-25209
2021-02-12 10:06:47 +00:00
Andy Wilkinson
8f1bda83be
Upgrade to Hibernate 5.4.28.Final
...
Closes gh-25208
2021-02-12 10:06:46 +00:00
Andy Wilkinson
bd24553f7e
Upgrade to Byte Buddy 1.10.20
...
Closes gh-25207
2021-02-12 10:06:45 +00:00
Andy Wilkinson
fc4c101503
Upgrade to AppEngine SDK 1.9.86
...
Closes gh-25206
2021-02-12 10:06:44 +00:00
Andy Wilkinson
1adc4118da
Upgrade to ActiveMQ 5.16.1
...
Closes gh-25205
2021-02-12 10:06:42 +00:00
Andy Wilkinson
63de8dec1f
Upgrade to Undertow 2.1.6.Final
...
Closes gh-25204
2021-02-12 09:28:27 +00:00
Andy Wilkinson
b1dd3fb827
Upgrade to Tomcat 9.0.43
...
Closes gh-25203
2021-02-12 09:28:26 +00:00
Andy Wilkinson
aaad1613dc
Upgrade to Spring Session Bom Dragonfruit-SR2
...
Closes gh-25202
2021-02-12 09:28:25 +00:00
Andy Wilkinson
13cbc1a80b
Upgrade to Spring Security 5.3.8.RELEASE
...
Closes gh-25201
2021-02-12 09:28:23 +00:00
Andy Wilkinson
8e86957efc
Upgrade to Netty 4.1.59.Final
...
Closes gh-25200
2021-02-12 09:28:22 +00:00
Andy Wilkinson
f728367785
Upgrade to Neo4j OGM 3.2.20
...
Closes gh-25199
2021-02-12 09:28:21 +00:00
Andy Wilkinson
e3bed12a16
Upgrade to MySQL 8.0.23
...
Closes gh-25198
2021-02-12 09:28:20 +00:00
Andy Wilkinson
aa5e33bc83
Upgrade to Lombok 1.18.18
...
Closes gh-25197
2021-02-12 09:28:19 +00:00
Andy Wilkinson
97d4837feb
Upgrade to Johnzon 1.2.10
...
Closes gh-25196
2021-02-12 09:28:18 +00:00
Andy Wilkinson
87404581b9
Upgrade to Jetty 9.4.36.v20210114
...
Closes gh-25195
2021-02-12 09:28:17 +00:00
Andy Wilkinson
05d805ad60
Upgrade to Jaybird 3.0.10
...
Closes gh-25194
2021-02-12 09:28:15 +00:00
Andy Wilkinson
3ada6e9304
Upgrade to Janino 3.1.3
...
Closes gh-25193
2021-02-12 09:28:14 +00:00
Andy Wilkinson
adc601b72c
Upgrade to Hibernate 5.4.28.Final
...
Closes gh-25192
2021-02-12 09:28:13 +00:00
Andy Wilkinson
4b6418f11f
Upgrade to Hazelcast 3.12.12
...
Closes gh-25191
2021-02-12 09:28:12 +00:00
Andy Wilkinson
88afda03a3
Upgrade to Byte Buddy 1.10.20
...
Closes gh-25190
2021-02-12 09:28:11 +00:00
Andy Wilkinson
fa6c749215
Upgrade to AppEngine SDK 1.9.86
...
Closes gh-25189
2021-02-12 09:28:10 +00:00
Andy Wilkinson
da3f0dc1c7
Merge branch '2.4.x'
...
Closes gh-25186
2021-02-11 20:12:43 +00:00
Andy Wilkinson
9ba28a8b99
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25185
2021-02-11 20:12:30 +00:00
Andy Wilkinson
bd64e05203
Instrument AMQP AbstractCF when defined as a ConnectionFactory
...
Fixes gh-25138
2021-02-11 20:09:40 +00:00
Stephane Nicoll
5017d59d56
Merge branch '2.4.x'
...
Closes gh-25184
2021-02-11 13:55:42 +01:00
Stephane Nicoll
75fc896321
Avoid Illegal reflective access warnings with devtools
...
This commit improves RestartClassLoader to use a method introduced in
SmartClassLoader to avoid triggering a warning on Java 11 and later.
See https://github.com/spring-projects/spring-framework/issues/26403
Closes gh-24857
2021-02-11 13:55:10 +01:00
Andy Wilkinson
55c47c8b5d
Merge branch '2.4.x'
...
Closes gh-25183
2021-02-11 10:24:11 +00:00
Andy Wilkinson
698672e1cb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25182
2021-02-11 10:23:20 +00:00
Andy Wilkinson
82dc2dffbd
Select specific CLI distribution in CLI's integration tests
...
Previously, CommandLineInvoker would use the first -bin.zip file found
in build/distributions. If this directory contained multiple zips from
building different versions of Spring Boot, this could result in the
tests being run against the wrong version of the CLI.
This commit updates CommandLineInvoker look for a specific zip in
build/distributions, using the version from gradle.properties to
identify it.
Closes gh-25179
2021-02-11 10:20:30 +00:00
Andy Wilkinson
249b38e07d
Merge branch '2.4.x'
...
Closes gh-25175
2021-02-10 19:42:20 +00:00
Andy Wilkinson
9da3b65ff3
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25174
2021-02-10 19:41:56 +00:00
Stephane Nicoll
b92bb9332b
Polish "Filter properties with a particular prefix"
...
See gh-24718
2021-02-10 17:32:18 +01:00
Andy Wilkinson
708cbd7294
Ignore events from other contexts when waiting for DS init to complete
...
Fixes gh-24966
2021-02-10 15:07:44 +00:00
bono007
ad7c69a9cd
Filter properties with a particular prefix
...
This commit improves the configprops endpoint to allow filtering
properties based on a particular prefix
See gh-24718
2021-02-10 15:30:02 +01:00
Stephane Nicoll
0f9fb13141
Fix formatting
2021-02-10 15:25:41 +01:00
Stephane Nicoll
a2118e985a
Merge branch '2.4.x'
...
Closes gh-25170
2021-02-10 15:17:26 +01:00
Stephane Nicoll
46bc551c2b
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25169
2021-02-10 15:14:21 +01:00
Stephane Nicoll
1524793a92
Fix use of deprecated Cassandra properties in integration tests
...
Closes gh-25148
2021-02-10 15:12:20 +01:00
Andy Wilkinson
514aede91e
Merge branch '2.4.x'
...
Closes gh-25168
2021-02-10 12:20:02 +00:00
Andy Wilkinson
45e6c12cb6
Consider transitives when identifying project dependencies
...
Previously, when building a layered jar, the Gradle plugin only
considered a configuration's direct dependencies when identifying
project dependencies. This resulted in transitive project dependencies
being missed when deciding which dependencies belong in the
application layer.
This commit updates ResolvedDependencies to consider all projects
from the root project when collecting the IDs of local projects. This
ensures that any project dependency, no matter where it appears in the
dependency graph, is successfully identified.
Fixes gh-25163
2021-02-10 12:10:07 +00:00
Stephane Nicoll
d436521472
Merge branch '2.4.x'
...
Closes gh-25167
2021-02-10 10:46:56 +01:00
Stephane Nicoll
7cb1605c11
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25166
2021-02-10 10:45:54 +01:00
Stephane Nicoll
e5098697cb
Polish "Validate Cassandra defaults"
...
See gh-25130
2021-02-10 10:18:28 +01:00
bono007
f71ab69aeb
Validate Cassandra defaults
...
See gh-25130
2021-02-10 10:15:31 +01:00
Stephane Nicoll
d28d82d355
Merge branch '2.4.x'
...
Closes gh-25164
2021-02-10 09:41:28 +01:00
Stephane Nicoll
acc8f3708b
Update copyright of changed file
...
See gh-25150
2021-02-10 09:37:04 +01:00
bono007
4ef82c45ac
Fix defaults for Cassandra's initQueryTimeout and idleTimeout
...
See gh-25150
2021-02-10 09:36:17 +01:00
Madhura Bhave
301e80be8c
Fix raw types error
2021-02-09 14:15:08 -08:00
Madhura Bhave
c05cb21ab7
Add a property to disable the `/actuator` discovery page
...
Closes gh-24693
2021-02-09 11:36:29 -08:00
Andy Wilkinson
3610fe50b7
Always use SimpleDriverDataSource when creating Liquibase DataSource
...
Closes gh-24944
2021-02-09 17:10:03 +00:00
Stephane Nicoll
dca643500a
Polish "Make Scheduler consistent for Spring Integration"
...
See gh-25109
2021-02-09 17:06:43 +01:00
Artem Bilan
c5491cfdd7
Make Scheduler consistent for Spring Integration
...
Currently Spring Integration creates its own `TaskScheduler` bean if one
does not exist in the context yet. When we add `@EnableScheduling`,
Spring Boot auto-configures one for us, but this one comes with slightly
different options than the default in Spring Integration.
This commit makes sure that Spring Integration reuses the
auto-configured TaskScheduler if possible, regardless of the user
opting-in for `@EnabledScheduling`.
See gh-25109
2021-02-09 17:06:43 +01:00
Andy Wilkinson
78e1a812e2
Try to stabilise Cassandra tests by increasing request timeout
...
Closes gh-25146
2021-02-09 15:51:24 +00:00
Andy Wilkinson
6521d39867
Merge branch '2.4.x'
...
Closes gh-25143
2021-02-09 14:12:36 +00:00
Andy Wilkinson
caa9249987
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25142
2021-02-09 14:11:59 +00:00
Andy Wilkinson
7898b6afb0
Remove duplicate publication from spring-boot-docs
...
Fixes gh-25132
2021-02-09 14:10:58 +00:00
Stephane Nicoll
c120f789d5
Merge branch '2.4.x'
...
Closes gh-25141
2021-02-09 15:04:58 +01:00
Stephane Nicoll
9218965104
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25140
2021-02-09 15:04:28 +01:00
dreis2211
4937547b8a
Fix build deprecation warnings about duplicate jar entries
...
See gh-25116
2021-02-09 14:45:58 +01:00
Stephane Nicoll
a9a8d3a167
Merge branch '2.4.x'
...
Closes gh-25137
2021-02-09 09:49:59 +01:00
izeye
63ee99bf75
Polish
...
See gh-25093
2021-02-09 09:48:35 +01:00
Stephane Nicoll
ee59f644ed
Merge branch '2.4.x'
...
Closes gh-25136
2021-02-09 09:45:37 +01:00
Stephane Nicoll
b2818680fd
Polish "Clarify usage of BufferingApplicationStartup"
...
See gh-25075
2021-02-09 09:44:19 +01:00
Oleg Sukhov
853dbc3de3
Clarify usage of BufferingApplicationStartup
...
See gh-25075
2021-02-09 09:21:52 +01:00
Stephane Nicoll
948f61b4ca
Polish contribution
...
See gh-25006
2021-02-09 09:10:56 +01:00
dreis2211
634dd979d1
Migrate from deprecated methods in AbstractWebFluxEndpointHandlerMapping
...
See gh-25006
2021-02-09 09:10:42 +01:00
Phillip Webb
23ebf017c0
Extract code samples from docs
...
See gh-6313
2021-02-04 15:55:35 -08:00
Andy Wilkinson
7a3bd6d44f
Merge branch '2.4.x'
...
Closes gh-25106
2021-02-04 11:44:29 +00:00
Andy Wilkinson
297e3079d0
Fix handling of UriTemplateRequestEntity in TestRestTemplate
...
A change [1] in Spring Framework 5.3 means that getUrl() on a
RequestEntity will throw an UnsupportedOperationException if the
entity was created using a template.
This commit updates TestRestTemplate to check for instances of
UriTemplateRequestEntity and to resolve the URI using the
entity's UriTemplateHandler instead of calling getUrl() directly.
Fixes gh-25097
[1] a0f4d81db7
2021-02-04 10:59:00 +00:00
Andy Wilkinson
d30251092b
Test the Gradle Plugin against 7.0-milestone-1
...
Closes gh-25103
2021-02-04 10:16:48 +00:00
Phillip Webb
0e326d6b0f
Extract some code samples from docs
...
See gh-6313
2021-02-03 18:10:44 -08:00
Phillip Webb
e0392c4558
Add additional dependencies for example code
...
Add additional dependencies useful for the example code.
See gh-6313
2021-02-03 17:53:52 -08:00
Phillip Webb
9f6f2d36df
Polish documented application logged output
...
Update the documented application output based on the latest version.
2021-02-03 17:53:52 -08:00
Phillip Webb
b2a51e4504
Polish asciidoctor formatting
2021-02-03 17:47:36 -08:00
Phillip Webb
ae1be76cce
Add pending-extract attribute to source
...
Add `pending-extract=true` to source blocks to help us identify
those that need to be extracted to a real source file.
See gh-6313
2021-02-03 17:45:40 -08:00
Phillip Webb
073f8c4b23
Polish spring-boot-docs
...
See gh-25089
2021-02-03 16:25:11 -08:00
Phillip Webb
2a85427324
Refine spring-boot-docs package restructure
...
Refine the package restructure started in 91ccc23462
to help provide
a solid foundation for code snippets. This commit renames many of the
classes so that they no longer end in `Example`. It also removes some
of the inner types that were previously used. Many tag comments have
also been moved to ensure that `import` statements are available in
the docs.
Closes gh-25089
2021-02-03 15:47:05 -08:00
Phillip Webb
91ccc23462
Restructure spring-boot-docs packages
...
Restructure the packages in `spring-boot-docs` so that they mirror
the documentation sections. There are now three main packages:
`springbootfeatures`, `productionreadyfeatures` and `howto`. Each
of the main packages has a subpackage named after the section headings.
Example code now uses consistent `// tag::` names and imports are
applied using `[tag=*]` whenever possible.
Test snippets have been moved to `src/main/java` so that only a single
import attribute needs to be defined.
Closes gh-25089
2021-02-02 17:09:45 -08:00
Andy Wilkinson
db781a0d84
Merge branch '2.4.x'
...
See gh-25077
2021-02-02 15:14:18 +00:00
Andy Wilkinson
788a42d694
Merge branch '2.3.x' into 2.4.x
...
See gh-25076
2021-02-02 15:12:27 +00:00
Andy Wilkinson
67479b6380
Add junit-platform-launcher dependency by convention
...
Closes gh-25074
2021-02-02 13:03:21 +00:00
Phillip Webb
d9f3e89395
Merge branch '2.4.x'
2021-02-01 22:11:17 -08:00
Phillip Webb
230b4ab2eb
Merge branch '2.3.x' into 2.4.x
2021-02-01 22:10:52 -08:00
Phillip Webb
630d216430
Update copyright year of changed files
2021-02-01 22:10:24 -08:00
Phillip Webb
d8b849e00d
Fix test that fails when building against SNAPSHOT
...
Update `WarIntegrationTests` do deal with a SNAPSHOT Spring Framwork
dependency.
See gh-23936
2021-02-01 22:09:04 -08:00
Phillip Webb
1eef2e1b46
Merge branch '2.4.x'
2021-02-01 19:47:11 -08:00