19119 Commits

Author SHA1 Message Date
Andy Wilkinson
a19f1a733e Correct crash handling in condition report logging listener
Closes gh-33027
2022-11-08 12:54:46 +00:00
Andy Wilkinson
6d1fca10a3 Polish "Remove Sleuth references in favor of Micrometer Tracing"
See gh-32994
2022-11-08 12:36:04 +00:00
Toshiaki Maki
bf4c367d7e Remove Sleuth references in favor of Micrometer Tracing
See gh-32994
2022-11-08 12:33:51 +00:00
Andy Wilkinson
5a299dd501 Correct coordinates of Artemis' server artifact
Closes gh-33065
2022-11-08 12:31:08 +00:00
Andy Wilkinson
df2445a6be Update docs now that GraalVM 22.3 is fully available
Closes gh-32813
2022-11-08 12:28:14 +00:00
Andy Wilkinson
6a2f2a0afd Upgrade to Micrometer 1.10.0
Closes gh-32936
2022-11-08 12:19:43 +00:00
Andy Wilkinson
aff8a3b182 Upgrade to Micrometer Tracing 1.0.0
Closes gh-32937
2022-11-08 12:18:58 +00:00
Andy Wilkinson
b1fcc38338 Upgrade to Jakara XML WS 4.0.0
Closes gh-33054
2022-11-08 11:01:18 +00:00
Andy Wilkinson
918182bfdf Upgrade to Jakarta XML SOAP and SAAJ Impl 3.0.0
Closes gh-33053
Closes gh-33057
2022-11-08 11:01:17 +00:00
Andy Wilkinson
e274dbcfc4 Upgrade to Jakarta JMS 3.1.0
Closes gh-33047
2022-11-08 11:01:17 +00:00
Andy Wilkinson
01940144af Upgrade to Jakarta Annotation 2.1.1
Closes gh-33046
2022-11-08 11:01:17 +00:00
Andy Wilkinson
b357239861 Upgrade to Jakarta Activation 2.1.0
Closes gh-33045
2022-11-08 11:01:17 +00:00
Andy Wilkinson
524d0599b1 Upgrade to Jakarta Json Bind 3.0.0 and Yasson 3.0.0
Closes gh-33049
Closes gh-33058
2022-11-08 11:01:16 +00:00
Andy Wilkinson
c27948c725 Upgrade to Jakarta Json 2.1.1
Closes gh-33048
2022-11-08 11:01:16 +00:00
Andy Wilkinson
335986ee4e Upgrade to Jakarta Persistence 3.1.0
Closes gh-33051
2022-11-08 11:01:16 +00:00
Andy Wilkinson
47c453f473 Upgrade to Hibernate Validator 8.0.0.Final
Closes gh-33056
2022-11-08 11:01:15 +00:00
Andy Wilkinson
9cdea13c56 Upgrade to Jakarta XML Bind 4.0.0 and Glassfish JAXB 4.0.1
Closes gh-33055
Closes gh-33052
2022-11-08 11:01:15 +00:00
Andy Wilkinson
3a2703e8f6 Upgrade to Jakarta Mail 2.1 and switch to Eclipse Angus RI
Closes gh-33059
Closes gh-33050
2022-11-08 11:01:15 +00:00
Andy Wilkinson
6940e348a7 Try to fix NativeImagePluginActionIntegrationTests on Windows 2022-11-08 11:00:52 +00:00
Andy Wilkinson
beb1e398c9 Polish "Add reflection hints for Tomcat 10.1"
See gh-33064
2022-11-08 09:56:26 +00:00
Sébastien Deleuze
7972224313 Add reflection hints for Tomcat 10.1
In Tomcat 10.0, reflection hints on Http11AprProtocol were
registering hints on AbstractProtocol as a side effect.

Tomcat 10.1 removed this protocol and related hints, breaking
Http11NioProtocol usage in Spring Boot.

This commit contributes reflection hints for protocol properties
accessed reflectively from org.apache.catalina.connector.Connector.

See gh-33064
2022-11-08 09:56:06 +00:00
Phillip Webb
0bdf7e8af7 Allow spring properties to be used in logback <if> blocks
Reorder `SpringBootJoranConfigurator.addModelHandlerAssociations` so
that handlers are added before calling the super method. Prior to this
commit, handlers were added behind filters which prevented them from
being used in `<if>` blocks.

Fixes gh-33028
2022-11-07 14:45:43 -08:00
Phillip Webb
95557ddbc6 Start building against Spring Integration 6.0.0-RC2 snapshots
See gh-33009
2022-11-07 14:31:01 -08:00
Andy Wilkinson
b67c427259 Upgrade to Servlet 6.0 and related EE 10 specs
Co-authored-by: Phillip Webb <pwebb@vmware.com>

Closes gh-33036
Closes gh-33037
Closes gh-33038
Closes gh-33039
Closes gh-33040
Closes gh-33041
Closes gh-33042
Closes gh-33043
2022-11-07 17:33:38 +00:00
Andy Wilkinson
1525ed9170 Start building against Spring Session 3.0.0-RC2 snapshots
Closes gh-33034
2022-11-07 17:31:26 +00:00
Andy Wilkinson
1b6e8ee3cc Remove dependency management for unused EL dependencies
Closes gh-33035
2022-11-07 17:04:29 +00:00
Andy Wilkinson
690b6fa086 Start building against Spring Framework 6.0.0-RC4 snapshots
See gh-33023
2022-11-07 14:43:25 +00:00
Andy Wilkinson
fce6016399 Merge branch '2.7.x'
See gh-33016
2022-11-07 13:36:48 +00:00
Andy Wilkinson
7c0f397129 Merge branch '2.6.x' into 2.7.x
See gh-33015
2022-11-07 13:36:11 +00:00
Andy Wilkinson
ac6ad7c0f1 Fix ModifiedClassPathExtension with parameterized tests
Closes gh-33014
2022-11-07 13:34:54 +00:00
Andy Wilkinson
651f4f7236 Polish "Polish ImportCandidates"
See gh-33013
2022-11-06 11:30:29 +00:00
biergit
d7090b500b Polish ImportCandidates
See gh-33013
2022-11-06 11:30:29 +00:00
Phillip Webb
179aa987ee Unify actuator descriptor class names
Update actuator endpoints to consistently use `...Descriptor` for
JSON support classes.

Closes gh-33022
2022-11-05 20:15:35 -07:00
Phillip Webb
0fa7dba87a Fix formatting
See gh-33013
2022-11-05 19:32:19 -07:00
Phillip Webb
2c193e7736 Remove legacy cookie processor documentation
Remove legacy processor documentation since support will be removed
in Tomcat 10.1.

Closes gh-33021
2022-11-05 18:50:33 -07:00
biergit
8d98ae3435 Polish
See gh-33013
2022-11-05 18:47:37 -07:00
Andy Wilkinson
bf468ab808 Polish tests to make use of @ParamterizedTest
Update tests to use @ParamterizedTest to reduce duplication.
2022-11-05 18:46:13 -07:00
Phillip Webb
3bd945766f Merge branch '2.7.x' 2022-11-05 17:03:10 -07:00
Phillip Webb
b4283d45c5 Merge branch '2.6.x' into 2.7.x 2022-11-05 17:03:02 -07:00
Phillip Webb
d2cceb6b77 Polish 2022-11-05 17:02:57 -07:00
Phillip Webb
262c30ddc1 Improve error message when DirtiesUrlFactoriesExtension fails
See gh-33019
2022-11-05 16:44:53 -07:00
Phillip Webb
34b4ae8e05 Merge branch '2.7.x'
Closes gh-33019
2022-11-05 16:36:55 -07:00
Phillip Webb
2ab1f49442 Merge branch '2.6.x' into 2.7.x
Closes gh-33018
2022-11-05 16:35:26 -07:00
Phillip Webb
caf46043c6 Add @DirtiesUrlFactories annotation
Add `@DirtiesUrlFactories` annotation that can be used to reset URL
factories.

Closes gh-33017
2022-11-05 16:30:27 -07:00
Phillip Webb
fb3c095e35 Merge branch '2.7.x'
Closes gh-33016
2022-11-05 16:06:13 -07:00
Phillip Webb
948893f36d Merge branch '2.6.x' into 2.7.x
Closes gh-33015
2022-11-05 16:04:40 -07:00
Phillip Webb
d4cc8fc3a6 Support modified classpath on methods and parameterized tests
Update `ModifiedClassPathExtension` and related classes so that
annotations can be used directly on test methods, or on classes
passed into parameterized tests.

Closes gh-33014
2022-11-05 16:04:19 -07:00
Andy Wilkinson
42f4fd7e41 Revert to Spring Integration 6.0.0-RC1
Latest snapshots contain breaking changes that we do not yet know how
to address.
2022-11-05 13:39:45 +00:00
Andy Wilkinson
7e6bc3fdca Adapt to breaking API change in Spring Integration
See gh-33009
2022-11-04 19:40:52 +00:00
Andy Wilkinson
39f6a5d8a8 Start building against Spring Integration 6.0.0-RC2 snapshots
See gh-33009
2022-11-04 17:49:39 +00:00