Commit Graph

40357 Commits (f8a2e68a5df4437931f656ef27bb60d11f949c94)
 

Author SHA1 Message Date
Andy Wilkinson f8a2e68a5d Merge branch '2.7.x' 2 years ago
Andy Wilkinson 1e536f5c20 Merge branch '2.6.x' into 2.7.x 2 years ago
Andy Wilkinson 5dab9b0e9f Revert "Temporarily work around problems with Gradle's plugin portal"
This reverts commit fb954e8109.
2 years ago
Andy Wilkinson 3c061dc49b Merge pull request #32742 from izeye
* gh-32742:
  Polish Log4j2 changes

Closes gh-32742
2 years ago
Johnny Lim ea4f22684d Polish Log4j2 changes
See gh-32742
2 years ago
Andy Wilkinson 3c51845864 Merge pull request #32740 from izeye
* gh-32740:
  Fix configLocationsWithConfigurationFileSystemProperty

Closes gh-32740
2 years ago
Johnny Lim 6b385a4f79 Fix configLocationsWithConfigurationFileSystemProperty
See gh-32740
2 years ago
Andy Wilkinson 1481676b54 Merge branch '2.7.x'
Closes gh-33069
2 years ago
Andy Wilkinson bb141ffc09 Merge branch '2.6.x' into 2.7.x
Closes gh-33068
2 years ago
Andy Wilkinson 452cc717a6 Merge pull request #32931 from EricGao888
* gh-32931:
  Fix a minor bug in an example in oauth2 doc

Closes gh-32931
2 years ago
EricGao888 569e752159 Fix a minor bug in an example in oauth2 doc
See gh-32931
2 years ago
Andy Wilkinson c314d62030 Merge branch '2.7.x'
Closes gh-33067
2 years ago
Andy Wilkinson 0e70c33725 Merge branch '2.6.x' into 2.7.x
Closes gh-33066
2 years ago
Andy Wilkinson 30212638b0 Merge pull request #32916 from dreis2211
* gh-32916:
  Fix possible type pollution in ConditionEvaluationReport

Closes gh-32916
2 years ago
dreis2211 34902f5a02 Fix possible type pollution in ConditionEvaluationReport
See gh-32916
2 years ago
Andy Wilkinson a19f1a733e Correct crash handling in condition report logging listener
Closes gh-33027
2 years ago
Andy Wilkinson 9d76f43299 Merge pull request #32994 from making
* gh-32994:
  Polish "Remove Sleuth references in favor of Micrometer Tracing"
  Remove Sleuth references in favor of Micrometer Tracing

Closes gh-32994
2 years ago
Andy Wilkinson 6d1fca10a3 Polish "Remove Sleuth references in favor of Micrometer Tracing"
See gh-32994
2 years ago
Toshiaki Maki bf4c367d7e Remove Sleuth references in favor of Micrometer Tracing
See gh-32994
2 years ago
Andy Wilkinson 5a299dd501 Correct coordinates of Artemis' server artifact
Closes gh-33065
2 years ago
Andy Wilkinson df2445a6be Update docs now that GraalVM 22.3 is fully available
Closes gh-32813
2 years ago
Andy Wilkinson 6a2f2a0afd Upgrade to Micrometer 1.10.0
Closes gh-32936
2 years ago
Andy Wilkinson aff8a3b182 Upgrade to Micrometer Tracing 1.0.0
Closes gh-32937
2 years ago
Andy Wilkinson bf1c185377 Merge branch 'jakarta-ee-10' 2 years ago
Andy Wilkinson b1fcc38338 Upgrade to Jakara XML WS 4.0.0
Closes gh-33054
2 years ago
Andy Wilkinson 918182bfdf Upgrade to Jakarta XML SOAP and SAAJ Impl 3.0.0
Closes gh-33053
Closes gh-33057
2 years ago
Andy Wilkinson e274dbcfc4 Upgrade to Jakarta JMS 3.1.0
Closes gh-33047
2 years ago
Andy Wilkinson 01940144af Upgrade to Jakarta Annotation 2.1.1
Closes gh-33046
2 years ago
Andy Wilkinson b357239861 Upgrade to Jakarta Activation 2.1.0
Closes gh-33045
2 years ago
Andy Wilkinson 524d0599b1 Upgrade to Jakarta Json Bind 3.0.0 and Yasson 3.0.0
Closes gh-33049
Closes gh-33058
2 years ago
Andy Wilkinson c27948c725 Upgrade to Jakarta Json 2.1.1
Closes gh-33048
2 years ago
Andy Wilkinson 335986ee4e Upgrade to Jakarta Persistence 3.1.0
Closes gh-33051
2 years ago
Andy Wilkinson 47c453f473 Upgrade to Hibernate Validator 8.0.0.Final
Closes gh-33056
2 years ago
Andy Wilkinson 9cdea13c56 Upgrade to Jakarta XML Bind 4.0.0 and Glassfish JAXB 4.0.1
Closes gh-33055
Closes gh-33052
2 years ago
Andy Wilkinson 3a2703e8f6 Upgrade to Jakarta Mail 2.1 and switch to Eclipse Angus RI
Closes gh-33059
Closes gh-33050
2 years ago
Andy Wilkinson 6940e348a7 Try to fix NativeImagePluginActionIntegrationTests on Windows 2 years ago
Andy Wilkinson 7cbd90d87d Merge branch '2.7.x' 2 years ago
Andy Wilkinson 1d838f6faa Merge branch '2.6.x' into 2.7.x 2 years ago
Andy Wilkinson fb954e8109 Temporarily work around problems with Gradle's plugin portal 2 years ago
Andy Wilkinson 8529d9177f Merge pull request #33064 from sdeleuze
* gh-33064:
  Polish "Add reflection hints for Tomcat 10.1"
  Add reflection hints for Tomcat 10.1

Closes gh-33064
2 years ago
Andy Wilkinson beb1e398c9 Polish "Add reflection hints for Tomcat 10.1"
See gh-33064
2 years ago
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
2 years ago
Scott Frederick b97324493c Update Paketo tests for Platform API 0.10
When CNB Platform API 0.10 is used, buildpacks will set the process
command as a list of strings instead of a single string.

See gh-32949
2 years ago
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
2 years ago
Phillip Webb 95557ddbc6 Start building against Spring Integration 6.0.0-RC2 snapshots
See gh-33009
2 years ago
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
2 years ago
Andy Wilkinson 1525ed9170 Start building against Spring Session 3.0.0-RC2 snapshots
Closes gh-33034
2 years ago
Andy Wilkinson 1b6e8ee3cc Remove dependency management for unused EL dependencies
Closes gh-33035
2 years ago
Andy Wilkinson 690b6fa086 Start building against Spring Framework 6.0.0-RC4 snapshots
See gh-33023
2 years ago
Andy Wilkinson fce6016399 Merge branch '2.7.x'
See gh-33016
2 years ago