Commit Graph

42202 Commits (2fae5de24523cd9e8288cff71df212002186c29f)
 

Author SHA1 Message Date
Phillip Webb f3f8610539 Polish 1 year ago
Andy Wilkinson 845c97fae0 Merge branch '2.7.x' into 3.0.x
Closes gh-35924
1 year ago
Andy Wilkinson c46bef1858 Protect against unconstrained dependencies in starters
Closes gh-19775
1 year ago
Phillip Webb 4c8b93b37d Merge branch '2.7.x' into 3.0.x
Closes gh-35920
1 year ago
Phillip Webb 137f4ee451 Support reporting of custom Log4J2 log levels from the LoggersEndpoint
Support custom Log4J2 log levels by changing `LoggerConfiguration` so
that it can now report levels using a `LevelConfiguration` object
rather than the limited `LogLevel` enum.

The `Log4J2LoggingSystem` class now uses `LevelConfiguration.ofCustom`
for custom logging levels, rather than throwing an exception.

The `LoggersEndpoint` has also been updated so that it can return the
custom logger name.

Fixes gh-35227
1 year ago
Andy Wilkinson eeea065595 Merge branch '2.7.x' into 3.0.x
Closes gh-35912
1 year ago
Andy Wilkinson e779fb0bc4 Validate constructor bound config props that implement Validator
Closes gh-33669
1 year ago
Stephane Nicoll 19b3ce9f49 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll f20c0424ee Upgrade to Spring Framework 6.0.10
Closes gh-35739
1 year ago
Stephane Nicoll 836d88c9c8 Upgrade to Spring Framework 5.3.28
Closes gh-35729
1 year ago
Andy Wilkinson 7bb3caf914 Merge branch '2.7.x' into 3.0.x
Closes gh-35910
1 year ago
Andy Wilkinson ee606db34a Update Data REST starter description to mention Spring MVC
Closes gh-35678
1 year ago
Andy Wilkinson a5981a4dac Merge branch '2.7.x' into 3.0.x
Closes gh-35908
1 year ago
Andy Wilkinson 9feb84e234 Add DynmicPropertySource to ordered list of property sources
Closes gh-32901
1 year ago
Moritz Halbritter b1f2bde9d9 Merge pull request #35611 from mhalbritter
* mh/35096-add-support-for-multiple-context-propagation-types-for-tracing:
  Add support for multiple tracing propagation formats

Closes gh-35611
1 year ago
Moritz Halbritter 8cd8d21720 Add support for multiple tracing propagation formats
See gh-35611
1 year ago
Andy Wilkinson 6def7252d6 Merge branch '2.7.x' into 3.0.x
Closes gh-35904
1 year ago
Andy Wilkinson 088006ff60 Use ephemeral port for Hazelcast
When Hazelcast is started on a fixed port and that port is already in
use, it does not fail to start which makes the problem hard to
detect. A symptom of the problem is that clients will not be able to
connect and will either retry indefinitely or will timeout depending
on their configuration.

This commit updates the Hazelcast client tests to start the Hazelcast
instance on an ephemeral port and to customize the client
configuration with the instance's address before use. This should
allow the client tests to work reliably in an environment where
Hazelcast's default port is already in use.

Closes gh-35903
1 year ago
Phillip Webb 4337aa6a90 Merge branch '2.7.x' into 3.0.x 1 year ago
Phillip Webb 63978978b4 Drop STS plugins from Eclipse setup 1 year ago
Scott Frederick 244bf4801b Enable Paketo builder system tests on Java 20
Closes gh-35897
1 year ago
Scott Frederick 504d9fc50b Fix validation of process args metadata in Paketo system tests
Fixes gh-35894
1 year ago
Andy Wilkinson 4694e20628 Merge branch '2.7.x' into 3.0.x 1 year ago
Andy Wilkinson 7d07c0d09c Polish configuration related to predictive test selection
Most notably, this commit splits the tests that use Spring REST Docs
out into a separate task for which predictive test selection is
disabled. This allows it to be cached and use Gradle's built-in
up-to-date checking, thereby avoiding the generation of new snippets
and the need to then run the asciidoctor and asciidoctorPdf tasks.

It also updates spring-boot-smoke-test-junit-vintage to disable
predictive test selection so that we can continue to assert that
the some tests were executed.

See gh-35869
1 year ago
Andy Wilkinson ca5acaf1f2 Merge branch '2.7.x' into 3.0.x
Closes gh-35779
1 year ago
Andy Wilkinson 27b8ec8a3d Upgrade CI images to ubuntu:jammy-20230522
Closes gh-35778
1 year ago
Stephane Nicoll 162bba9d7c Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 0a558c590f Upgrade to Tomcat 10.1.10
Closes gh-35882
1 year ago
Stephane Nicoll d3ff04fa4b Upgrade to Reactor Bom 2022.0.8
Closes gh-35736
1 year ago
Stephane Nicoll 1900910008 Upgrade to Micrometer Tracing 1.0.7
Closes gh-35735
1 year ago
Stephane Nicoll 2d43f345de Upgrade to Micrometer 1.10.8
Closes gh-35734
1 year ago
Stephane Nicoll 7cf41e9e0a Upgrade to Logback 1.4.8
Closes gh-35881
1 year ago
Stephane Nicoll 10b66975dd Upgrade to Glassfish JAXB 4.0.3
Closes gh-35880
1 year ago
Stephane Nicoll 2dbfe54762 Upgrade to Couchbase Client 3.4.7
Closes gh-35879
1 year ago
Stephane Nicoll f2a44d7f06 Upgrade to Reactor Bom 2020.0.33
Closes gh-35726
1 year ago
Stephane Nicoll 7576117dd9 Upgrade to Micrometer 1.9.12
Closes gh-35725
1 year ago
Andy Wilkinson effa77359b Merge branch '2.7.x' into 3.0.x
Closes gh-35870
1 year ago
Andy Wilkinson 2084ae1d1f Make predictive test selection opt-in
Closes gh-35869
1 year ago
Andy Wilkinson 23c0e0cccc Merge branch '2.7.x' into 3.0.x
Closes gh-35876
1 year ago
Andy Wilkinson b2ef9da154 Always run Actuator documentation tests
The tests must run so that the snippets included in the docs are
generated.

Closes gh-35875
1 year ago
Andy Wilkinson 2ce6a4b2d6 Merge branch '2.7.x' into 3.0.x
Closes gh-35870
1 year ago
Andy Wilkinson 1e0c129452 Enable predictive test selection for local builds
Closes gh-35869
1 year ago
Andy Wilkinson ac8ea1d841 Upgrade to Neo4j Java Driver 5.9.0
Closes gh-35867
1 year ago
Andy Wilkinson bdbbbc6470 Merge branch '2.7.x' into 3.0.x
Closes gh-35864
1 year ago
Andy Wilkinson 984dc1d58f Allow package-private main classes to be used with Devtools
Fixes gh-35858
1 year ago
Stephane Nicoll 02a601eae3 Fix checkstyle violation 1 year ago
Stephane Nicoll 261cb721e9 Fix checkstyle violation 1 year ago
Stephane Nicoll 8c576541cb Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll ddeee2bcbf Upgrade to Undertow 2.3.7.Final
Closes gh-35814
1 year ago
Stephane Nicoll a720f3aa59 Upgrade to UnboundID LDAPSDK 6.0.9
Closes gh-35813
1 year ago