Andy Wilkinson
0ec5eab8af
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40097
2024-03-25 10:42:14 +00:00
Andy Wilkinson
aee88115ea
Test Gradle plugin against Gradle 8.7
...
This commit includes some changes to test Gradle scripts to avoid
Gradle 8.7's new deprecation warning about URI conversion.
Closes gh-40093
2024-03-25 10:24:21 +00:00
Moritz Halbritter
4e62aae1a0
Document CDS support
...
Closes gh-40061
2024-03-25 11:01:09 +01:00
Moritz Halbritter
a4b4a881cd
Document new tools mode
...
Closes gh-40094
2024-03-25 10:49:05 +01:00
Scott Frederick
672c6314bd
Polish
...
See gh-36033
2024-03-22 12:02:19 -05:00
Moritz Halbritter
985918b34a
Make configuration properties for Pulsar failover more concise
...
Closes gh-40077
2024-03-22 13:44:24 +01:00
Moritz Halbritter
649d4be51d
Polish "Add property spring.data.jdbc.dialect"
...
See gh-39941
2024-03-22 11:43:09 +01:00
Jens Schauder
7eb9843e1a
Add property spring.data.jdbc.dialect
...
See gh-39941
2024-03-22 11:39:35 +01:00
Johnny Lim
12b4353e28
Polish
...
See gh-40034
2024-03-22 11:06:34 +01:00
Eddú Meléndez
5e87f84a77
Remove org.flywaydb:flyway-community-db-support from dependency management
...
`org.flywaydb:flyway-community-db-support` is not provided anymore as part
of the flyway release.
See gh-40073
2024-03-22 10:34:48 +01:00
Moritz Halbritter
4047c00aa5
Implement SBOM actuator endpoint
...
Closes gh-39799
2024-03-21 18:06:48 -07:00
Phillip Webb
75012c5173
Attempt to fix Windows build error with Antora
...
See gh-33766
2024-03-21 14:12:22 -07:00
Andy Wilkinson
ccd22a3109
Document support for Java 22
...
Closes gh-40047
2024-03-21 17:07:40 +00:00
Andy Wilkinson
93fc2a455b
Reinstate Gradle Plugin toolchain's maximum compatible Java version
...
See gh-33766
2024-03-21 10:06:28 +00:00
Andy Wilkinson
ddbefd91d1
Document support for Java 22
...
Closes gh-40046
2024-03-21 08:07:44 +00:00
Phillip Webb
8dd89c1ac7
Migrate spring-boot-docs to Antora
...
See gh-33766
2024-03-20 15:33:02 -07:00
Phillip Webb
8ee20c8dae
Migrate maven-plugin to Antora
...
See gh-33766
2024-03-20 15:21:56 -07:00
Phillip Webb
18a2b2e9fb
Migrate gradle-pluigin to Antora
...
See gh-33766
2024-03-20 15:21:54 -07:00
Phillip Webb
f35d6b6bd6
Migrate actuator-autoconfigure to Antora
...
See gh-33766
2024-03-20 15:21:22 -07:00
Phillip Webb
8d64e99714
Prepare buildSrc for migration to Antora
...
Replace `AsciidoctorConventions` with `AntoraConventions` in
preparation for the migration to Antora.
See gh-33766
2024-03-20 15:21:20 -07:00
Phillip Webb
ecf89c3fe3
Polish asciidoc generated by changelog generator
...
Refine the generator so that an additional space is included after
section titles.
2024-03-20 15:10:39 -07:00
Phillip Webb
4849f8f273
Polish asciidoc formatting
2024-03-20 15:10:39 -07:00
Phillip Webb
f396c51550
Further refine links in `spring-boot-dependencies`
...
Fix a few links and allow the root name to be generated
from the library name.
See gh-39779
2024-03-20 15:10:39 -07:00
Andy Wilkinson
6e5af90d32
Upgrade to Spring Session 3.3.0-M3
...
Closes gh-39900
2024-03-20 17:22:37 +00:00
Andy Wilkinson
a561633e03
Upgrade to Spring Integration 6.3.0-M2
...
Closes gh-39896
2024-03-20 17:22:36 +00:00
Andy Wilkinson
dcd73f0d0e
Upgrade to Spring Authorization Server 1.3.0-M3
...
Closes gh-39892
2024-03-20 17:22:35 +00:00
Andy Wilkinson
06058b1d34
Upgrade to Spring Integration 6.2.3
...
Closes gh-39884
2024-03-20 17:20:16 +00:00
Andy Wilkinson
dedb2c52a3
Upgrade to Spring Authorization Server 1.2.3
...
Closes gh-39915
2024-03-20 17:20:15 +00:00
Andy Wilkinson
73c3f3170a
Upgrade to Spring Integration 6.1.7
...
Closes gh-39875
2024-03-20 17:17:19 +00:00
Andy Wilkinson
2649d0d3bd
Upgrade to Spring Authorization Server 1.1.6
...
Closes gh-39914
2024-03-20 17:17:18 +00:00
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
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
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
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
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
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
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
122b663752
Upgrade to Spring AMQP 3.1.3
...
Closes gh-39881
2024-03-18 15:50:55 +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
f3b0079832
Upgrade to jOOQ 3.19.6
...
Closes gh-40001
2024-03-18 13:46:56 +00:00
Andy Wilkinson
89fcd3f838
Upgrade to Jetty 12.0.7
...
Closes gh-40000
2024-03-18 13:46:56 +00:00
Andy Wilkinson
962db69de0
Upgrade to Jaybird 5.0.4.java11
...
Closes gh-39999
2024-03-18 13:46:56 +00:00
Andy Wilkinson
e7adec22a0
Upgrade to Jakarta XML Bind 4.0.2
...
Closes gh-39998
2024-03-18 13:46:55 +00:00
Andy Wilkinson
0629fb1c15
Upgrade to Jakarta Mail 2.1.3
...
Closes gh-39997
2024-03-18 13:46:55 +00:00
Andy Wilkinson
889990a610
Upgrade to Jakarta Activation 2.1.3
...
Closes gh-39996
2024-03-18 13:46:55 +00:00
Andy Wilkinson
9d04d2412b
Upgrade to Infinispan 14.0.26.Final
...
Closes gh-39995
2024-03-18 13:46:55 +00:00
Andy Wilkinson
e2d7d797d1
Upgrade to Groovy 4.0.20
...
Closes gh-39994
2024-03-18 13:46:54 +00:00
Andy Wilkinson
e04540e8b6
Upgrade to Glassfish JAXB 4.0.5
...
Closes gh-39993
2024-03-18 13:46:54 +00:00
Andy Wilkinson
7a83998736
Upgrade to Brave 6.0.2
...
Closes gh-39992
2024-03-18 13:46:54 +00:00
Andy Wilkinson
e8d33cfc70
Upgrade to Angus Mail 2.0.3
...
Closes gh-39991
2024-03-18 13:46:54 +00:00
Andy Wilkinson
c99c1f783c
Revert "Upgrade to Awaitility 4.2.1"
...
This reverts commit 00ec9d08c8
.
See gh-39974
2024-03-18 13:46:10 +00:00
Andy Wilkinson
5244eea1ed
Upgrade to Spring Security 6.1.8
...
Closes gh-39877
2024-03-18 13:31:17 +00:00
Moritz Halbritter
f441bcc63d
Exclude jetty-jndi from the Jetty starter
...
Closes gh-39932
2024-03-18 13:49:35 +01:00
Andy Wilkinson
bcc69ccba7
Upgrade to Testcontainers 1.19.7
...
Closes gh-39988
2024-03-18 12:33:55 +00:00
Andy Wilkinson
9365dae768
Upgrade to Spring Security 6.2.3
...
Closes gh-39887
2024-03-18 12:33:51 +00:00
Andy Wilkinson
2dfa246335
Upgrade to Pulsar 3.1.3
...
Closes gh-39987
2024-03-18 12:33:50 +00:00
Andy Wilkinson
4527c38d53
Upgrade to Postgresql 42.6.2
...
Closes gh-39986
2024-03-18 12:33:45 +00:00
Andy Wilkinson
cfbf30d294
Upgrade to Lettuce 6.3.2.RELEASE
...
Closes gh-39985
2024-03-18 12:33:41 +00:00
Andy Wilkinson
5ae46c21d8
Upgrade to jOOQ 3.18.13
...
Closes gh-39983
2024-03-18 12:33:31 +00:00
Andy Wilkinson
c4198173a3
Upgrade to Jetty 12.0.7
...
Closes gh-39982
2024-03-18 12:33:27 +00:00
Andy Wilkinson
4a07334e31
Upgrade to Jaybird 5.0.4.java11
...
Closes gh-39981
2024-03-18 12:33:22 +00:00
Andy Wilkinson
6a92f70ff6
Upgrade to Jakarta XML Bind 4.0.2
...
Closes gh-39980
2024-03-18 12:33:17 +00:00
Andy Wilkinson
f4edcb5599
Upgrade to Jakarta Mail 2.1.3
...
Closes gh-39979
2024-03-18 12:33:12 +00:00
Andy Wilkinson
710b8a17d6
Upgrade to Jakarta Activation 2.1.3
...
Closes gh-39978
2024-03-18 12:33:08 +00:00
Andy Wilkinson
a1616f19f4
Upgrade to Infinispan 14.0.26.Final
...
Closes gh-39977
2024-03-18 12:33:03 +00:00
Andy Wilkinson
8db6dbed1e
Upgrade to Groovy 4.0.20
...
Closes gh-39976
2024-03-18 12:32:58 +00:00
Andy Wilkinson
545a842868
Upgrade to Glassfish JAXB 4.0.5
...
Closes gh-39975
2024-03-18 12:32:54 +00:00
Andy Wilkinson
00ec9d08c8
Upgrade to Awaitility 4.2.1
...
Closes gh-39974
2024-03-18 12:32:50 +00:00
Andy Wilkinson
c17492921e
Upgrade to Angus Mail 2.0.3
...
Closes gh-39973
2024-03-18 12:32:45 +00:00
Andy Wilkinson
bbe9e896a4
Upgrade to Postgresql 42.6.2
...
Closes gh-39972
2024-03-18 12:10:25 +00:00
Andy Wilkinson
d588497b92
Upgrade to jOOQ 3.18.13
...
Closes gh-39971
2024-03-18 12:10:20 +00:00
Andy Wilkinson
326bf4d231
Upgrade to Jaybird 5.0.4.java11
...
Closes gh-39970
2024-03-18 12:10:16 +00:00
Andy Wilkinson
a2f00129f2
Upgrade to Jakarta XML Bind 4.0.2
...
Closes gh-39969
2024-03-18 12:10:11 +00:00
Andy Wilkinson
dfc2b7d7a7
Upgrade to Jakarta Mail 2.1.3
...
Closes gh-39968
2024-03-18 12:10:07 +00:00
Andy Wilkinson
f687c36f23
Upgrade to Jakarta Activation 2.1.3
...
Closes gh-39967
2024-03-18 12:10:02 +00:00
Andy Wilkinson
0f67e045fa
Upgrade to Infinispan 14.0.26.Final
...
Closes gh-39966
2024-03-18 12:09:58 +00:00
Andy Wilkinson
753965d8ae
Upgrade to Hazelcast 5.2.5
...
Closes gh-39965
2024-03-18 12:09:53 +00:00
Andy Wilkinson
8bcf591c9d
Upgrade to Groovy 4.0.20
...
Closes gh-39964
2024-03-18 12:09:49 +00:00
Andy Wilkinson
9b5f9acd19
Upgrade to Glassfish JAXB 4.0.5
...
Closes gh-39963
2024-03-18 12:09:45 +00:00
Andy Wilkinson
c4e7073f42
Upgrade to Awaitility 4.2.1
...
Closes gh-39962
2024-03-18 12:09:40 +00:00
Moritz Halbritter
5c2f64d677
Merge branch '3.2.x'
...
Closes gh-39961
2024-03-18 11:41:50 +01:00
Moritz Halbritter
09652cb282
Polish "Set virtual thread names for RabbitMQ and Pulsar"
...
See gh-39958
2024-03-18 11:24:17 +01:00
Maziz
ecda754116
Set virtual thread names for RabbitMQ and Pulsar
...
See gh-39958
2024-03-18 11:24:10 +01:00
Andy Wilkinson
9a4d0fb8b6
Merge branch '3.2.x'
...
Closes gh-39954
2024-03-15 17:08:02 +00:00
Andy Wilkinson
729f6758f7
Polish "Fix web session javadoc typos"
...
See gh-39821
2024-03-15 17:07:41 +00:00
JingZhang Chen
f5d45fd31f
Fix web session javadoc typo
...
See gh-39821
2024-03-15 17:07:25 +00:00
Andy Wilkinson
5431858c2f
Upgrade to Spring HATEOAS 2.3.0-M1
...
Closes gh-39953
2024-03-15 16:32:35 +00:00
Andy Wilkinson
36721f4fab
Upgrade to Spring Data Bom 2024.0.0-M2
...
Closes gh-39893
2024-03-15 16:32:30 +00:00
Andy Wilkinson
23b023eed0
Upgrade to Kafka 3.7.0
...
Closes gh-39952
2024-03-15 16:32:30 +00:00
Andy Wilkinson
3cbf8e8f4d
Upgrade to Couchbase Client 3.6.0
...
Closes gh-39951
2024-03-15 16:32:25 +00:00
Andy Wilkinson
f46dbd4b23
Upgrade to Spring HATEOAS 2.2.1
...
Closes gh-39950
2024-03-15 16:25:34 +00:00
Andy Wilkinson
abcf41e808
Upgrade to Spring Data Bom 2023.1.4
...
Closes gh-39882
2024-03-15 16:25:28 +00:00
Andy Wilkinson
c71d58f9f1
Upgrade to Spring HATEOAS 2.1.4
...
Closes gh-39949
2024-03-15 16:20:44 +00:00
Andy Wilkinson
b7fd2fa4ac
Upgrade to Spring Data Bom 2023.0.10
...
Closes gh-39873
2024-03-15 16:20:38 +00:00
Andy Wilkinson
f16d940081
Merge branch '3.2.x'
2024-03-15 15:44:42 +00:00
Andy Wilkinson
f2ddf1c082
Merge branch '3.1.x' into 3.2.x
...
While the bug fixed in 3.1.x (gh-39942) has already been addressed as
a side-effect of the changes made in dbb24286
, the change is merged
forwards here to improve the consistency of the code between branches.
2024-03-15 15:42:47 +00:00
Andy Wilkinson
81dc0cc3cf
Eliminate race condition in Tomcat's graceful shutdown
...
There was a race condition between the thread that's waiting for
Tomcat to become inactive or the graceful shutdown to be aborted
and the thread that aborts the shutdown and stops Tomcat when the
grace period has elapsed. This race can lead to Tomcat appearing
to have become inactive before the abort of the shutdown is
noticed. When this happens, the result of the shutdown is reported
as IDLE when it should have been REQUESTS_ACTIVE. The consequences
of this are mostly benign although it does affect the log messages
that are emitted. It is also causing some of our graceful shutdown
tests to be flaky.
This commit eliminates the race condition by considering the
state of the aborted flag before logging and returning the result
of the shutdown.
Closes gh-39942
2024-03-15 15:30:41 +00:00
Andy Wilkinson
69e5e8d4a4
Start building against Spring Data 2024.0.0-M2 snapshots
...
See gh-39893
2024-03-15 14:10:57 +00:00
Moritz Halbritter
52eaa7fb3a
Revert "Merge pull request #39941 from schauder"
...
This reverts commit ab5dee819b
, reversing
changes made to 24223075eb
.
2024-03-15 12:06:27 +01:00
Moritz Halbritter
148c5e8ed5
Polish "Add property spring.data.jdbc.dialect"
...
See gh-39941
2024-03-15 11:47:35 +01:00
Jens Schauder
b3ddb22f75
Add property spring.data.jdbc.dialect
...
The class valued property allows to configure a dialect, without relying
on a database connection to determine it.
See gh-39941
2024-03-15 11:40:47 +01:00
Johnny Lim
412b8dd548
Polish
...
See gh-39910
2024-03-15 11:25:16 +01:00
Chris Bono
ac0d1e0ec6
Re-enable Spring Pulsar interceptor tests
...
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.
(cherry picked from commit 9c054a021f
)
See gh-39946
2024-03-15 11:00:09 +01:00
Johnny Lim
c5df4e3530
Polish gh-38559
...
See gh-39931
2024-03-14 10:47:34 +01:00
Andy Wilkinson
801949303b
Upgrade to Neo4j Java Driver 5.18.0
...
Closes gh-39936
2024-03-13 19:16:36 +00:00
Andy Wilkinson
781b14cffd
Upgrade to Neo4j Java Driver 5.18.0
...
Closes gh-39935
2024-03-13 19:14:34 +00:00
Andy Wilkinson
702cf75b21
Merge branch '3.2.x'
...
Closes gh-39934
2024-03-13 18:40:28 +00:00
Andy Wilkinson
e2d53fa0e9
Ensure that Maven Plugin uses a consistent Framework dependency version
...
Fixes gh-39927
2024-03-13 18:38:38 +00:00
Andy Wilkinson
b83972c223
Upgrade to Neo4j Java Driver 5.18.0
...
Closes gh-39933
2024-03-13 18:29:58 +00:00
Andy Wilkinson
c678ae64e5
Prohibit Oracle Database 21.10.0.0 - 21.13.0.0 upgrades
...
Closes gh-39694
2024-03-13 16:35:52 +00:00
Andy Wilkinson
2da257ad2f
Upgrade to WebJars Locator Core 0.58
...
Closes gh-39926
2024-03-13 16:35:52 +00:00
Andy Wilkinson
a4b1bfa277
Upgrade to R2DBC MariaDB 1.2.0
...
Closes gh-39925
2024-03-13 16:35:52 +00:00
Andy Wilkinson
344d6eb992
Upgrade to OpenTelemetry 1.36.0
...
Closes gh-39923
2024-03-13 16:35:51 +00:00
Andy Wilkinson
597b851470
Upgrade to Mockito 5.11.0
...
Closes gh-39922
2024-03-13 16:35:51 +00:00
Andy Wilkinson
a44bb91084
Upgrade to Maven Assembly Plugin 3.7.0
...
Closes gh-39921
2024-03-13 16:35:51 +00:00
Andy Wilkinson
e362b320c1
Upgrade to Elasticsearch Client 8.12.2
...
Closes gh-39919
2024-03-13 16:35:50 +00:00
Andy Wilkinson
f474f04522
Upgrade to Commons DBCP2 2.12.0
...
Closes gh-39918
2024-03-13 16:35:50 +00:00
Chris Bono
9c054a021f
Re-enable Spring Pulsar interceptor tests
...
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.
See gh-39912
2024-03-13 11:34:55 +01:00
Moritz Halbritter
c2be81540a
Polish "Add getUndertow method to UndertowWebServer"
...
See gh-39916
2024-03-13 11:27:29 +01:00
Jakob Wanger
7d30bc55d0
Add getUndertow method to UndertowWebServer
...
getUndertow() to UndertowWebServer returns null until the server has
been started. Issue #3016 would enable getUndertow() to behave in a
similar way to getTomcat() on TomcatWebServer.
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39916
2024-03-13 11:23:33 +01:00
Johnny Lim
d9d305ba3d
Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided
...
See gh-39911
2024-03-12 16:40:20 -05:00
Stéphane Nicoll
cf24cc1eba
Use HtmlUnit release notes link for HtmlUnit 2.x
...
See gh-39869
2024-03-12 16:25:56 -05:00