Commit Graph

47686 Commits

Author SHA1 Message Date
Andy Wilkinson
f70cfb0b03 Upgrade to SLF4J 2.0.13
Closes gh-40397
2024-04-17 18:23:59 +01:00
Andy Wilkinson
49f7f79424 Upgrade to Pulsar Reactive 0.5.4
Closes gh-40396
2024-04-17 18:23:55 +01:00
Andy Wilkinson
369cadd70d Upgrade to Netty 4.1.109.Final
Closes gh-40395
2024-04-17 18:23:50 +01:00
Andy Wilkinson
22ee684473 Upgrade to ActiveMQ 5.18.4
Closes gh-40394
2024-04-17 18:23:45 +01:00
Andy Wilkinson
21a55df599 Merge branch '3.1.x' into 3.2.x 2024-04-17 18:13:49 +01:00
Andy Wilkinson
e03d691db1 Upgrade to SLF4J 2.0.13
Closes gh-40391
2024-04-17 15:50:05 +01:00
Andy Wilkinson
c969cbbdba Upgrade to R2DBC Postgresql 1.0.5.RELEASE
Closes gh-40390
2024-04-17 15:50:01 +01:00
Andy Wilkinson
031bebb144 Upgrade to Netty 4.1.109.Final
Closes gh-40389
2024-04-17 15:49:56 +01:00
Andy Wilkinson
eb0506eaed Upgrade to ActiveMQ 5.18.4
Closes gh-40388
2024-04-17 15:49:50 +01:00
Moritz Halbritter
3db23624e0 Merge branch '3.1.x' into 3.2.x
Closes gh-40386
2024-04-17 16:40:50 +02:00
Moritz Halbritter
1d372295f1 Merge pull request #40385 from spencergibb
* pr/40385:
  Fix javadoc for correct operation annotation

Closes gh-40385
2024-04-17 16:39:43 +02:00
Spencer Gibb
6f3c30bf74 Fix javadoc for correct operation annotation
ReadOperation was the text for WriteOperation and DeleteOperation.

See gh-40385
2024-04-17 16:39:30 +02:00
Moritz Halbritter
ee485718ac Merge branch '3.1.x' into 3.2.x
Closes gh-40163
2024-04-17 16:25:59 +02:00
Moritz Halbritter
0ab7502bc9 Upgrade to Docker 26.0.1
Closes gh-40162
2024-04-17 16:25:45 +02:00
Phillip Webb
78e12251e9 Optimize VirtualZipDataBlock
Add some optimizations to `VirtualZipDataBlock` that help when
sequentially reading the block from a JarInputStream.

Closes gh-40125
2024-04-16 22:16:00 -07:00
Phillip Webb
9b0593efe3 Fallback to RandomAccessFile on ClosedByInterruptException
Refine the fix for gh-38611 so that `ClosedByInterruptException` no
longer retries in a loop.

Our previous fix was flawed due to the fact that another interrupt
could occur after we clear the first and whilst we are reading data.
If this happens 10 times in a row, we raise an exception and end up
causing NoClassDefFoundError errors.

Our new approach retains the use of `FileChannel` and a direct buffer
up to the point that a `ClosedByInterruptException` is raised or the
thread is detected as interrupted.  At that point, we temporarily
switch to using a `RandomAccessFile` to access the data. This will
block the thread until the data has been read.

Fixes gh-40096
2024-04-16 14:47:07 -07:00
Phillip Webb
4203e1f2fa Rename FileChannelDataBlock to FileDataBlock
Rename the internal `FileChannelDataBlock` to `FileDataBlock` since we
want to fallback to a `RandomAccessFile` when a thread is interrupted.

See gh-40096
2024-04-16 14:46:56 -07:00
Andy Wilkinson
778c528281 Upgrade to Spring Security 6.2.4
Closes gh-40217
2024-04-16 19:47:35 +01:00
Andy Wilkinson
bd825141b7 Upgrade to Spring Pulsar 1.0.5
Closes gh-40216
2024-04-16 19:47:34 +01:00
Andy Wilkinson
e731986d22 Upgrade to Spring LDAP 3.2.3
Closes gh-40215
2024-04-16 19:47:33 +01:00
Andy Wilkinson
2028d431cd Upgrade to Spring Kafka 3.1.4
Closes gh-40377
2024-04-16 19:47:32 +01:00
Andy Wilkinson
37e13bc7eb Upgrade to Spring HATEOAS 2.2.2
Closes gh-40376
2024-04-16 19:47:27 +01:00
Andy Wilkinson
94ec0130c5 Upgrade to Spring Framework 6.1.6
Closes gh-40213
2024-04-16 19:47:22 +01:00
Andy Wilkinson
00304fe5a7 Upgrade to Spring Data Bom 2023.1.5
Closes gh-40212
2024-04-16 19:47:21 +01:00
Andy Wilkinson
6dfcf44ffc Upgrade to Spring Authorization Server 1.2.4
Closes gh-40211
2024-04-16 19:47:20 +01:00
Andy Wilkinson
e91621cddf Upgrade to Spring AMQP 3.1.4
Closes gh-40210
2024-04-16 19:47:19 +01:00
Andy Wilkinson
c4aa91d290 Merge branch '3.1.x' into 3.2.x 2024-04-16 19:45:19 +01:00
Andy Wilkinson
594fa88ee0 Upgrade to Spring Security 6.1.9
Closes gh-40204
2024-04-16 19:44:42 +01:00
Andy Wilkinson
d5af9a41b9 Upgrade to Spring LDAP 3.1.5
Closes gh-40203
2024-04-16 19:44:42 +01:00
Andy Wilkinson
db7059c1f7 Upgrade to Spring Kafka 3.0.16
Closes gh-40375
2024-04-16 19:44:41 +01:00
Andy Wilkinson
bc79274f9e Upgrade to Spring Integration 6.1.8
Closes gh-40202
2024-04-16 19:44:36 +01:00
Andy Wilkinson
59325d1626 Upgrade to Spring HATEOAS 2.1.5
Closes gh-40374
2024-04-16 19:44:35 +01:00
Andy Wilkinson
475af1f3f8 Upgrade to Spring Framework 6.0.19
Closes gh-40201
2024-04-16 19:44:30 +01:00
Andy Wilkinson
5da05e2037 Upgrade to Spring Data Bom 2023.0.11
Closes gh-40200
2024-04-16 19:44:29 +01:00
Andy Wilkinson
2a1268c597 Upgrade to Spring Authorization Server 1.1.7
Closes gh-40199
2024-04-16 19:44:28 +01:00
Andy Wilkinson
acfc5fe830 Upgrade to Spring AMQP 3.0.13
Closes gh-40373
2024-04-16 19:44:27 +01:00
Andy Wilkinson
46b02aee82 Merge branch '3.1.x' into 3.2.x
Closes gh-40368
2024-04-16 13:10:54 +01:00
Andy Wilkinson
bf97f6ca3c Make Homebrew available to the release verification tests
Closes gh-40367
2024-04-16 13:10:26 +01:00
Moritz Halbritter
5058719242 Merge branch '3.1.x' into 3.2.x
Closes gh-40364
2024-04-16 13:40:03 +02:00
Moritz Halbritter
053c674302 Merge pull request #40035 from izeye
* pr/40035:
  Fix target in BindValidationFailureAnalyzer

Closes gh-40035
2024-04-16 13:39:12 +02:00
Johnny Lim
201885a242 Fix target in BindValidationFailureAnalyzer
See gh-40035
2024-04-16 11:55:09 +02:00
Andy Wilkinson
30c9ea8d8c Merge branch '3.1.x' into 3.2.x
Closes gh-40362
2024-04-16 09:34:25 +01:00
Andy Wilkinson
3b98056bb5 Merge pull request #40358 from dependabot[bot]
* gh-40358:
  Polish "Upgrade to gradle/actions 3.3.0"
  Upgrade to gradle/actions 3.3.0

Closes gh-40358
2024-04-16 09:33:59 +01:00
Andy Wilkinson
ece2c683c6 Polish "Upgrade to gradle/actions 3.3.0"
See gh-40358
2024-04-16 09:33:33 +01:00
dependabot[bot]
b3db9204d9 Upgrade to gradle/actions 3.3.0
Signed-off-by: dependabot[bot] <support@github.com>

See gh-40358
2024-04-16 09:27:27 +01:00
Andy Wilkinson
95a5bb60cc Merge branch '3.1.x' into 3.2.x 2024-04-15 17:16:11 +01:00
Andy Wilkinson
a4231abb0a Polish GHA input and output handling 2024-04-15 17:16:03 +01:00
Andy Wilkinson
b49a5adf78 Merge branch '3.1.x' into 3.2.x
See gh-40354
2024-04-15 15:49:17 +01:00
Andy Wilkinson
19714c9e08 Correct name of secret access key input
See gh-40353
2024-04-15 15:48:37 +01:00
Andy Wilkinson
19d8894f2d Merge branch '3.1.x' into 3.2.x
See gh-40354
2024-04-15 15:45:32 +01:00