Andy Wilkinson
685b78f504
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27304
3 years ago
Andy Wilkinson
7848cf3c79
Merge pull request #27300 from hoanvh
...
* gh-27300:
Polish "Mark Redis as down when cluster_state is fail"
Mark Redis as down when cluster_state is fail
Closes gh-27300
3 years ago
Andy Wilkinson
49baacbc1c
Polish "Mark Redis as down when cluster_state is fail"
...
See gh-27300
3 years ago
Hoan Vu Hong
f31141de09
Mark Redis as down when cluster_state is fail
...
See gh-27300
3 years ago
Andy Wilkinson
7332b43a9e
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27162
3 years ago
Andy Wilkinson
96e58d815d
Upgrade to Reactor 2020.0.9
...
Closes gh-27159
3 years ago
Andy Wilkinson
6ed7e692a9
Merge branch '2.4.x' into 2.5.x
...
See gh-27163
3 years ago
Andy Wilkinson
1341ca99db
Align with Framework's deprecation of getLastModified
...
See gh-27160
3 years ago
Andy Wilkinson
d9e525c326
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27301
3 years ago
Andy Wilkinson
2354dd5ccb
Include Jetty metrics in list of supported metrics
...
Closes gh-27299
3 years ago
Stephane Nicoll
72f5995208
Polish
3 years ago
Stephane Nicoll
38540476da
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
afb96af0eb
Upgrade to Tomcat 9.0.50
...
Closes gh-27245
3 years ago
Stephane Nicoll
895a2ed013
Upgrade to Postgresql 42.2.23
...
Closes gh-27244
3 years ago
Stephane Nicoll
bed528f203
Upgrade to jOOQ 3.14.12
...
Closes gh-27243
3 years ago
Stephane Nicoll
5811b22554
Upgrade to Johnzon 1.2.14
...
Closes gh-27242
3 years ago
Stephane Nicoll
3c6db2bc28
Upgrade to Jetty 9.4.43.v20210629
...
Closes gh-27241
3 years ago
Stephane Nicoll
58b03ac56f
Upgrade to Jetty Reactive HTTPClient 1.1.10
...
Closes gh-27240
3 years ago
Stephane Nicoll
88e0916ad6
Upgrade to DB2 JDBC 11.5.6.0
...
Closes gh-27239
3 years ago
Stephane Nicoll
2d671021d9
Upgrade to AspectJ 1.9.7
...
Closes gh-27238
3 years ago
Stephane Nicoll
db6eef6ff7
Merge pull request #27229 from dreis2211
...
* pr/27229:
Fix tests for multi-release JARs on JDK 17
Closes gh-27229
3 years ago
dreis2211
dacfe27350
Fix tests for multi-release JARs on JDK 17
...
See gh-27229
3 years ago
Andy Wilkinson
a7334deb54
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27234
3 years ago
Andy Wilkinson
57d7ba0836
Switch s-b-server-tests from libs-snapshot to snapshot and milestone
...
Closes gh-27233
3 years ago
Andy Wilkinson
16c4178146
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
2ce38cdc43
Start using 0.0.15 snapshots of the Artifactory Resource
...
See gh-27232
3 years ago
Andy Wilkinson
1cd3a54e88
Rework Quartz DB init dependencies to use a detector
...
Closes gh-27222
3 years ago
Andy Wilkinson
3de58c2340
Detect JdbcIndexedSessionRepository as depending on DB init
...
Fixes gh-27220
3 years ago
Andy Wilkinson
2ee6712e99
Merge branch 'gh-27221' into 2.5.x
...
Closes gh-27221
3 years ago
Andy Wilkinson
f008228f1a
Polish "Detect JobRepository as depending on DB init"
...
See gh-27221
3 years ago
Henning Pöttker
cf69785393
Detect JobRepository as depending on DB init
...
See gh-27221
3 years ago
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
3 years ago
Andy Wilkinson
94f94f30f5
Polish "Detect AbstractDataSourceInitializers as DB initializers"
...
See gh-27215
3 years ago
Henning Pöttker
433f3d6bc4
Detect AbstractDataSourceInitializers as DB initializers
...
See gh-27215
3 years ago
Andy Wilkinson
e7cbe4bb08
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
7b94b40a19
Ensure that Session JDBC schema is in place before DB is accessed
...
Fixes gh-27208
3 years ago
Andy Wilkinson
474f142984
Merge branch '2.4.x' into 2.5.x
3 years ago
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
3 years ago
Andy Wilkinson
8763a20420
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
3fec41104e
Ensure that Batch schema is in place before DB is accessed
...
Fixes gh-27193
3 years ago
Stephane Nicoll
25fe6a107a
Fix visibility of a type exposed as a bean
...
Closes gh-27189
3 years ago
Madhura Bhave
0f70c46746
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27210
Closes gh-27211
3 years ago
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
3 years ago
Phillip Webb
f32f4a2e3d
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27204
3 years ago
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
3 years ago
Andy Wilkinson
cd48d4e378
Upgrade to Tomcat 9.0.50
...
Closes gh-27203
3 years ago
Andy Wilkinson
b50cefbf8b
Upgrade to Postgresql 42.2.23
...
Closes gh-27202
3 years ago
Andy Wilkinson
bce7b9c711
Upgrade to jOOQ 3.14.12
...
Closes gh-27201
3 years ago
Andy Wilkinson
2c7105965d
Upgrade to Johnzon 1.2.14
...
Closes gh-27200
3 years ago
Andy Wilkinson
81a68651dc
Upgrade to Jetty 9.4.43.v20210629
...
Closes gh-27199
3 years ago