Stephane Nicoll
d67089cdfe
Merge branch '2.5.x'
...
Closes gh-27236
2021-07-10 17:38:44 +02:00
Stephane Nicoll
db6eef6ff7
Merge pull request #27229 from dreis2211
...
* pr/27229:
Fix tests for multi-release JARs on JDK 17
Closes gh-27229
2021-07-10 17:38:38 +02:00
dreis2211
dacfe27350
Fix tests for multi-release JARs on JDK 17
...
See gh-27229
2021-07-10 17:38:16 +02:00
Andy Wilkinson
9469bfa8c5
Upgrade to Querydsl 5.0.0.M1
...
Closes gh-26956
2021-07-10 16:23:43 +01:00
Andy Wilkinson
5e240bddac
Merge branch '2.5.x'
...
Closes gh-27235
2021-07-10 12:05:58 +01:00
Andy Wilkinson
a7334deb54
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27234
2021-07-10 12:05:40 +01:00
Andy Wilkinson
57d7ba0836
Switch s-b-server-tests from libs-snapshot to snapshot and milestone
...
Closes gh-27233
2021-07-10 12:04:55 +01:00
Andy Wilkinson
1ac9167406
Merge branch '2.5.x'
2021-07-10 10:45:36 +01:00
Andy Wilkinson
16c4178146
Merge branch '2.4.x' into 2.5.x
2021-07-10 10:44:55 +01:00
Andy Wilkinson
2ce38cdc43
Start using 0.0.15 snapshots of the Artifactory Resource
...
See gh-27232
2021-07-10 10:43:31 +01:00
Scott Frederick
89b49f5ead
Fix system test runtime classpath and build scan notification
...
See gh-25824
2021-07-09 13:21:48 -05:00
Andy Wilkinson
7b0cc3afb5
Merge branch '2.5.x'
...
Closes gh-27227
2021-07-09 15:05:44 +01:00
Andy Wilkinson
1cd3a54e88
Rework Quartz DB init dependencies to use a detector
...
Closes gh-27222
2021-07-09 15:02:15 +01:00
Andy Wilkinson
7a1c923fec
Merge branch '2.5.x'
...
Closes gh-27226
2021-07-09 14:18:18 +01:00
Andy Wilkinson
3de58c2340
Detect JdbcIndexedSessionRepository as depending on DB init
...
Fixes gh-27220
2021-07-09 14:17:23 +01:00
Andy Wilkinson
0b604f5e3b
Merge branch '2.5.x'
...
Closes gh-27224
2021-07-09 13:47:41 +01:00
Stephane Nicoll
7a7901f0c5
Start building against Spring Security 5.6.0-M1 snapshots
...
See gh-27173
2021-07-09 13:48:40 +02:00
Stephane Nicoll
8d4f3e722f
Start building against Micrometer 1.8.0-M1 snapshots
...
See gh-27169
2021-07-09 13:48:39 +02:00
Stephane Nicoll
b20fdd6ea8
Start building against Spring Integration 5.5.2 snapshots
...
See gh-27174
2021-07-09 13:48:39 +02:00
Stephane Nicoll
3191b814e0
Start building against Spring AMQP 2.4.0-M1 snapshots
...
See gh-27171
2021-07-09 13:48:39 +02:00
Stephane Nicoll
4f322411a5
Start building against Spring Data 2021.1.0-M1 snapshots
...
See gh-27170
2021-07-09 13:48:39 +02:00
Stephane Nicoll
1827d559fb
Start building against Spring HATEOAS 1.4.0 snapshots
...
See gh-27185
2021-07-09 13:48:39 +02:00
Stephane Nicoll
cd79a47a3d
Start building against Spring Framework 5.3.9 snapshots
...
See gh-27168
2021-07-09 13:48:39 +02:00
Stephane Nicoll
5981eba4f3
Start building against Reactor 2020.0.9 snapshots
...
See gh-27167
2021-07-09 13:48:39 +02:00
Andy Wilkinson
2ee6712e99
Merge branch 'gh-27221' into 2.5.x
...
Closes gh-27221
2021-07-09 12:37:29 +01:00
Andy Wilkinson
f008228f1a
Polish "Detect JobRepository as depending on DB init"
...
See gh-27221
2021-07-09 12:36:30 +01:00
Henning Pöttker
cf69785393
Detect JobRepository as depending on DB init
...
See gh-27221
2021-07-09 12:36:19 +01:00
Andy Wilkinson
d8d98e615b
Merge branch '2.5.x'
...
Closes gh-27223
2021-07-09 12:22:33 +01:00
Andy Wilkinson
b57edb942e
Merge pull request #27215 from hpoettker
...
* gh-27215:
Polish "Detect AbstractDataSourceInitializers as DB initializers"
Detect AbstractDataSourceInitializers as DB initializers
Closes gh-27215
2021-07-09 12:22:23 +01:00
Andy Wilkinson
94f94f30f5
Polish "Detect AbstractDataSourceInitializers as DB initializers"
...
See gh-27215
2021-07-09 12:05:56 +01:00
Henning Pöttker
433f3d6bc4
Detect AbstractDataSourceInitializers as DB initializers
...
See gh-27215
2021-07-09 12:04:17 +01:00
Andy Wilkinson
ef51b02b06
Merge branch '2.5.x'
2021-07-09 11:14:24 +01:00
Andy Wilkinson
e7cbe4bb08
Merge branch '2.4.x' into 2.5.x
2021-07-09 11:14:14 +01:00
Andy Wilkinson
7b94b40a19
Ensure that Session JDBC schema is in place before DB is accessed
...
Fixes gh-27208
2021-07-09 11:12:52 +01:00
Andy Wilkinson
53862dc865
Merge branch '2.5.x'
2021-07-09 10:32:05 +01:00
Andy Wilkinson
474f142984
Merge branch '2.4.x' into 2.5.x
2021-07-09 10:31:58 +01:00
Andy Wilkinson
4b1b2d6603
Consider Flyway and Liquibase as possible Batch DB initializers
...
This is a follow-on from 3fec4110 which only considered
BatchDataSourceInitializer as a possible initializer of Batch's
database schema. Flyway and Liquibase are now also considered.
Closes gh-27193
2021-07-09 10:29:50 +01:00
Andy Wilkinson
e5d27d3307
Merge branch '2.5.x'
2021-07-09 09:48:55 +01:00
Andy Wilkinson
8763a20420
Merge branch '2.4.x' into 2.5.x
2021-07-09 09:48:24 +01:00
Andy Wilkinson
3fec41104e
Ensure that Batch schema is in place before DB is accessed
...
Fixes gh-27193
2021-07-09 09:47:48 +01:00
Stephane Nicoll
5bb6188f6d
Merge branch '2.5.x'
...
Closes gh-27218
2021-07-09 10:44:40 +02:00
Stephane Nicoll
25fe6a107a
Fix visibility of a type exposed as a bean
...
Closes gh-27189
2021-07-09 10:40:00 +02:00
Scott Frederick
d4253150d4
Fix checkstyle violations
...
See gh-25824
2021-07-08 17:52:08 -05:00
Scott Frederick
18c7c0af22
Add Paketo image building system tests
...
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.
The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.
Closes gh-25824
2021-07-08 17:02:43 -05:00
Madhura Bhave
d82b46b718
Merge branch '2.5.x' into main
...
Closes gh-27212
Closes gh-27213
2021-07-08 13:05:46 -07:00
Madhura Bhave
0f70c46746
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27210
Closes gh-27211
2021-07-08 13:04:48 -07:00
Madhura Bhave
42e556dd73
Handle file with name matching an optional wildcard location
...
Previously, the presence of a file with the same name
as an optional wildcard location would cause a failure. With
this change the pattern is resolved only if the resource is a
directory.
Additionally, if an optional wildcard search location that was a file
would also fail with an exception. This commit fixes that so that those
locations are not resolved.
Fixes gh-27120
Fixes gh-27209
2021-07-08 13:01:15 -07:00
Phillip Webb
cf5fc04ec5
Merge branch '2.5.x'
...
Closes gh-27205
2021-07-08 11:36:37 -07:00
Phillip Webb
f32f4a2e3d
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27204
2021-07-08 11:36:25 -07:00
Phillip Webb
84110a22bc
Don't change case of 'Sec-WebSocket-Key'
...
Polish commit 5ca687c9a6 had an accidental side-effect of changing
the 'Sec-WebSocket-Key' header value to lowercase. This breaks
connections since the value needs to be echoed unchanged in the
"Sec-WebSocket-Accept" header.
Fixes gh-27147
2021-07-08 11:29:29 -07:00