Andy Wilkinson
d0fd48b38e
Upgrade to Mockito 5.6.0
...
Closes gh-37779
2023-10-09 13:46:53 +01:00
Andy Wilkinson
0369d0c40a
Upgrade to Maven Shade Plugin 3.5.1
...
Closes gh-37778
2023-10-09 13:46:53 +01:00
Andy Wilkinson
48059417b5
Upgrade to Kafka 3.6.0
...
Closes gh-37777
2023-10-09 13:46:52 +01:00
Andy Wilkinson
e645b0b61e
Upgrade to Jedis 5.0.1
...
Closes gh-37776
2023-10-09 12:13:37 +01:00
Andy Wilkinson
9a78fb38c2
Upgrade to HttpCore5 5.2.3
...
Closes gh-37775
2023-10-09 12:13:31 +01:00
Andy Wilkinson
afb8a76def
Upgrade to Flyway 9.22.2
...
Closes gh-37774
2023-10-09 12:13:27 +01:00
Andy Wilkinson
6625f6519d
Upgrade to Elasticsearch Client 8.10.2
...
Closes gh-37773
2023-10-09 12:13:21 +01:00
Andy Wilkinson
47d60052d9
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37772
2023-10-09 12:13:16 +01:00
Andy Wilkinson
925578fa0c
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37771
2023-10-09 12:13:11 +01:00
Andy Wilkinson
dc9d3c2f1e
Upgrade to Commons Pool2 2.12.0
...
Closes gh-37770
2023-10-09 12:13:06 +01:00
Andy Wilkinson
5ccaeb0fad
Merge branch '3.1.x'
2023-10-09 12:06:13 +01:00
Andy Wilkinson
dfc95f9f72
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37767
2023-10-09 10:45:11 +01:00
Andy Wilkinson
a4183792b5
Upgrade to RxJava3 3.1.8
...
Closes gh-37766
2023-10-09 10:45:06 +01:00
Andy Wilkinson
a3d7448336
Upgrade to R2DBC MySQL 1.0.4
...
Closes gh-37765
2023-10-09 10:45:01 +01:00
Andy Wilkinson
a90e16a247
Upgrade to Pooled JMS 3.1.4
...
Closes gh-37764
2023-10-09 10:44:57 +01:00
Andy Wilkinson
590bbd64ce
Upgrade to Netty 4.1.99.Final
...
Closes gh-37763
2023-10-09 10:44:52 +01:00
Andy Wilkinson
ed24d84728
Upgrade to HttpCore5 5.2.3
...
Closes gh-37762
2023-10-09 10:44:47 +01:00
Andy Wilkinson
b899e71cb3
Upgrade to Hibernate 6.2.12.Final
...
Closes gh-37761
2023-10-09 10:44:42 +01:00
Andy Wilkinson
8dc6ceb9bf
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37760
2023-10-09 10:44:37 +01:00
Andy Wilkinson
77428cf1d1
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37759
2023-10-09 10:44:32 +01:00
Andy Wilkinson
ff07d820df
Merge branch '3.1.x'
2023-10-09 10:41:53 +01:00
Andy Wilkinson
8a5501c374
Merge branch '3.0.x' into 3.1.x
2023-10-09 10:41:40 +01:00
Andy Wilkinson
f2f26a4ca4
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37758
2023-10-09 10:06:08 +01:00
Andy Wilkinson
6f787cdce5
Upgrade to RxJava3 3.1.8
...
Closes gh-37757
2023-10-09 10:06:03 +01:00
Andy Wilkinson
1d3b093f24
Upgrade to Netty 4.1.99.Final
...
Closes gh-37756
2023-10-09 10:05:58 +01:00
Andy Wilkinson
22df3b539d
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37755
2023-10-09 10:05:53 +01:00
Andy Wilkinson
55d7573795
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37754
2023-10-09 10:05:48 +01:00
Andy Wilkinson
a58092ca5f
Merge branch '3.1.x'
2023-10-09 10:02:09 +01:00
Andy Wilkinson
e4b2ad3acb
Merge branch '3.0.x' into 3.1.x
2023-10-09 10:01:58 +01:00
Andy Wilkinson
71c2dd9dcf
Merge branch '2.7.x' into 3.0.x
2023-10-09 10:01:45 +01:00
Andy Wilkinson
657656e814
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37753
2023-10-09 09:46:32 +01:00
Andy Wilkinson
21a997af1d
Upgrade to Netty 4.1.99.Final
...
Closes gh-37752
2023-10-09 09:46:27 +01:00
Andy Wilkinson
e24369e062
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37751
2023-10-09 09:46:23 +01:00
Phillip Webb
9e4f160c17
Attempt to fix NestedJarFile file lock issues on Windows
...
Update `DefaultCleanerTracking` and `@AssertFileChannelDataBlocksClosed`
to capture and store the source object if it is a `Cleanable` so that
it can be released later.
Although the real cleaner cannot keep a reference to `obj`, it is safe
for us to do so in tests since we are in control of the object lifecycle
and we don't need it to be garbage collected.
This commit also updates the `UrlJarFile` to call the cleaner so that
it can be tracked.
See gh-37668
2023-10-06 23:44:55 -07:00
Phillip Webb
5da31aca46
Attempt to fix NestedJarFile file lock issues on Windows
...
Update `NestedJarFile.close()` to call `super.close()` so that the outer
jar file is closed and files can hopefully be deleted on Windows.
See gh-37668
2023-10-06 21:47:55 -07:00
Phillip Webb
6c24ea01f1
Add BouncyCastle nested jar verification test including on Oracle JDK
...
Update `spring-boot-loader-tests` with a test that checks verified
BouncyCastle jars can be loaded. Currently the Oracle JDK only supports
verification if the jar is unpacked.
See gh-28837
2023-10-05 22:13:31 -07:00
Phillip Webb
79d2208908
Merge branch '3.1.x'
2023-10-05 22:10:34 -07:00
Phillip Webb
1b1c1f1b64
Merge branch '3.0.x' into 3.1.x
2023-10-05 22:10:22 -07:00
Phillip Webb
3c31a6fc3b
Merge branch '2.7.x' into 3.0.x
2023-10-05 22:10:14 -07:00
Phillip Webb
c37290bc6c
Fix Oracle JDK download URL
...
See gh-37450
2023-10-05 22:09:45 -07:00
Phillip Webb
ab69af3cab
Merge branch '3.1.x'
...
Closes gh-37743
2023-10-05 21:32:42 -07:00
Phillip Webb
bf9a4add34
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37742
2023-10-05 21:32:36 -07:00
Phillip Webb
6fba887e63
Remove CI embedmongo cache
...
Closes gh-37725
2023-10-05 21:31:53 -07:00
Phillip Webb
b0b3adb1b7
Merge branch '3.1.x'
...
Closes gh-37741
2023-10-05 21:30:43 -07:00
Phillip Webb
2a35667295
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37740
2023-10-05 21:30:10 -07:00
Phillip Webb
30af19acc2
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37739
2023-10-05 20:54:09 -07:00
Phillip Webb
a33ce9d405
Cache JDK downloads for tests that use ImageFromDockerfile
...
Update `spring-boot-launch-script-tests` and `spring-boot-loader-tests`
so that JDK archives are now downloaded by Gradle and cached across
builds.
Closes gh-37450
2023-10-05 20:49:02 -07:00
Andy Wilkinson
3321d15911
Merge branch '3.1.x'
...
Closes gh-37732
2023-10-05 13:39:29 +01:00
Andy Wilkinson
0876772887
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37731
2023-10-05 13:39:09 +01:00
Andy Wilkinson
b8853cbc30
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37730
2023-10-05 13:38:49 +01:00