Commit Graph

48031 Commits

Author SHA1 Message Date
Scott Frederick
0962025c4b Support loading of base64 encoded values as Resources
An ApplicationResourceLoader has been introduced to support loading
resources using registered ProtocolResolvers. All usages of
DefaultResourceLoader and ResourceUtils have been changed to use
the ApplicationResourceLoader.

A Base64ProtocolResolver has been added to support resources of type
`base64:` that contain base64 encoded values.

Closes gh-36033
2024-03-20 10:40:14 -05:00
Moritz Halbritter
558d811b0a Use JarFile instead of ZipInputStream
ZipInputStream can't cope with some non-deflated entries, see
https://bugs.openjdk.org/browse/JDK-8143613.

JarFile works better, but it doesn't support creation time / access
time.

See gh-38276
2024-03-20 12:11:56 +01:00
Andy Wilkinson
64e4738a9c Merge pull request #40028 from mattrpav
* gh-40028:
  Use activemq-client instead of transitional activemq-client-jakarta

Closes gh-40028
2024-03-20 11:02:24 +00:00
Matt Pavlovich
af18a69d54 Use activemq-client instead of transitional activemq-client-jakarta
See gh-40028
2024-03-20 11:02:01 +00:00
Andy Wilkinson
62f922369d Update metadata to reflect property changes made for Flyway 10
See gh-40022
2024-03-19 15:06:04 +00:00
Andy Wilkinson
a4c1b40090 Merge branch '3.2.x' 2024-03-19 14:07:13 +00:00
Andy Wilkinson
488f243592 Upgrade to Spring Session 3.2.2
Closes gh-39888
2024-03-19 14:06:58 +00:00
Andy Wilkinson
5705e0b633 Upgrade to Spring Pulsar 1.0.4
Closes gh-39886
2024-03-19 14:06:58 +00:00
Andy Wilkinson
f165800da1 Upgrade to Spring Kafka 3.1.3
Closes gh-39885
2024-03-19 14:06:57 +00:00
Andy Wilkinson
9ca2aadebc Upgrade to Infinispan 14.0.27.Final
Closes gh-40026
2024-03-19 14:06:57 +00:00
Andy Wilkinson
f0b2cbefa7 Merge branch '3.2.x' 2024-03-19 14:05:09 +00:00
Andy Wilkinson
44731157f6 Merge branch '3.1.x' into 3.2.x 2024-03-19 14:04:56 +00:00
Andy Wilkinson
96e1bcce4e Upgrade to Spring Session 3.1.5
Closes gh-39878
2024-03-19 14:04:37 +00:00
Andy Wilkinson
9c88700908 Upgrade to Spring Kafka 3.0.15
Closes gh-39876
2024-03-19 14:04:37 +00:00
Andy Wilkinson
9d3d40833c Upgrade to Infinispan 14.0.27.Final
Closes gh-40025
2024-03-19 14:04:36 +00:00
Andy Wilkinson
270f9d5913 Add Flway's PostgreSQL module to R2DBC and Flyway smoke test
See gh-40022
2024-03-19 13:10:49 +00:00
Moritz Halbritter
5a77122abe Create classpath argfile on windows for run tasks
Closes gh-17766
2024-03-19 14:08:14 +01:00
Andy Wilkinson
a65e1018f0 Upgrade to Flyway 10.10
Closes gh-40022
2024-03-19 12:24:47 +00:00
Brian Clozel
e3f8c34b9b Merge branch '3.2.x'
Closes gh-40016
2024-03-19 11:52:27 +01:00
Brian Clozel
dc2c253a45 Upgrade to GraphQL Java 21.4
Closes gh-40021
2024-03-19 11:38:37 +01:00
Brian Clozel
c27bb77742 Merge branch '3.1.x' into 3.2.x 2024-03-19 11:38:03 +01:00
Brian Clozel
7eb155d76d Upgrade to GraphQL Java 20.8
Closes gh-40020
2024-03-19 11:36:57 +01:00
Andy Wilkinson
94161217f8 Upgrade to Spring Pulsar 1.1.0-M2
Closes gh-39898
2024-03-19 10:21:51 +00:00
Andy Wilkinson
34cece8c09 Upgrade to Spring Kafka 3.2.0-M2
Closes gh-39897
2024-03-19 10:21:51 +00:00
Andy Wilkinson
46f37ba96d Upgrade to Spring AMQP 3.1.3
Closes gh-39891
2024-03-19 10:21:51 +00:00
Andy Wilkinson
c6be2fb203 Upgrade to Maven Compiler Plugin 3.13.0
Closes gh-40019
2024-03-19 10:21:51 +00:00
Andy Wilkinson
c7e5517dc7 Upgrade to Maven Assembly Plugin 3.7.1
Closes gh-40018
2024-03-19 10:21:50 +00:00
Andy Wilkinson
c2adcd7be8 Upgrade to Infinispan 15.0.0.Final
Closes gh-40017
2024-03-19 10:21:50 +00:00
Andy Wilkinson
53f850410f Upgrade to Git Commit ID Maven Plugin 8.0.2
Closes gh-40015
2024-03-19 10:06:13 +00:00
Andy Wilkinson
9347d2e171 Upgrade to ActiveMQ 6.1.0
Closes gh-40014
2024-03-19 10:06:12 +00:00
Andy Wilkinson
c6350bd535 Merge branch '3.2.x' 2024-03-19 09:48:17 +00:00
Andy Wilkinson
00edc66c92 Merge branch '3.1.x' into 3.2.x 2024-03-19 09:48:06 +00:00
Andy Wilkinson
565f440eca Use v0.0.1 of the Artifactory Deploy Action
See gh-39851
2024-03-19 09:47:44 +00:00
Phillip Webb
b4208edd4e Attempt to fix flaky Zipkin test
Update `ZipkinHttpClientSenderTests` to use one mock server per test
rather than a shared static. For some reason the mock server sometimes
seems to get itself in a deadlock state which causes the client to
fail with a `HttpTimeoutException`.
2024-03-18 15:03:59 -07:00
Phillip Webb
91d150c3d4 Apply nohttp check per-project rather than at root
Switch nohttp checks to a convention that is applied per-project rather
than at the root. This should help to reduce memory consumption.

Closes gh-40013
2024-03-18 13:59:55 -07:00
Brian Clozel
9ae5a47724 Revert to Spring GraphQL 1.3.0-M1
Spring for GraphQL 1.3.0-M2 has been cancelled and 1.3.0-RC1 will be
released in time for Spring Boot 3.3.0-RC1 instead.

See gh-39895
2024-03-18 21:38:28 +01:00
Andy Wilkinson
bdd9f22a8c Merge branch '3.2.x' 2024-03-18 15:51:07 +00:00
Andy Wilkinson
122b663752 Upgrade to Spring AMQP 3.1.3
Closes gh-39881
2024-03-18 15:50:55 +00:00
Andy Wilkinson
ba235c8141 Merge branch '3.2.x' 2024-03-18 15:49:09 +00:00
Andy Wilkinson
bedf25a5ed Merge branch '3.1.x' into 3.2.x 2024-03-18 15:48:49 +00:00
Andy Wilkinson
1f01e3b5fd Upgrade to Spring AMQP 3.0.12
Closes gh-39872
2024-03-18 15:48:41 +00:00
Andy Wilkinson
f53c2afaa3 Upgrade to Testcontainers 1.19.7
Closes gh-40009
2024-03-18 13:46:58 +00:00
Andy Wilkinson
06234ef010 Upgrade to SQLite JDBC 3.45.2.0
Closes gh-40008
2024-03-18 13:46:58 +00:00
Andy Wilkinson
43f8284d35 Upgrade to Spring Security 6.3.0-M3
Closes gh-39899
2024-03-18 13:46:58 +00:00
Andy Wilkinson
1ef1f050e3 Upgrade to R2DBC MySQL 1.1.2
Closes gh-40007
2024-03-18 13:46:58 +00:00
Andy Wilkinson
4c09c55be6 Upgrade to Pulsar 3.2.1
Closes gh-40006
2024-03-18 13:46:57 +00:00
Andy Wilkinson
b821d842a8 Upgrade to Postgresql 42.7.3
Closes gh-40005
2024-03-18 13:46:57 +00:00
Andy Wilkinson
fe4a32699f Upgrade to Log4j2 2.23.1
Closes gh-40004
2024-03-18 13:46:57 +00:00
Andy Wilkinson
bf4336d12f Upgrade to Lettuce 6.3.2.RELEASE
Closes gh-40003
2024-03-18 13:46:57 +00:00
Andy Wilkinson
1c428c79f1 Upgrade to Kotlin 1.9.23
Closes gh-40002
2024-03-18 13:46:56 +00:00