Commit Graph

17231 Commits (c4014433c46e2cabfd594db48074957989e0be2a)

Author SHA1 Message Date
Andy Wilkinson c4014433c4 Upgrade to jOOQ 3.16.6
Closes gh-30957
3 years ago
Andy Wilkinson bf197bce71 Upgrade to Jetty 11.0.9
Closes gh-30956
3 years ago
Andy Wilkinson 3f7dcb83fc Upgrade to JBoss Logging 3.5.0.Final
Closes gh-30955
3 years ago
Andy Wilkinson 33c1675db9 Upgrade to Jaybird 4.0.6.java8
Closes gh-30954
3 years ago
Andy Wilkinson 3f107d0835 Upgrade to Jakarta Transaction 2.0.1
Closes gh-30953
3 years ago
Andy Wilkinson ed5808707a Upgrade to HtmlUnit 2.61.0
Closes gh-30952
3 years ago
Andy Wilkinson d57c3af904 Upgrade to Groovy 4.0.2
Closes gh-30951
3 years ago
Andy Wilkinson 63232b9bc2 Upgrade to Flyway 8.5.10
Closes gh-30950
3 years ago
Andy Wilkinson 61fbee6f3d Upgrade to Elasticsearch 7.17.3
Closes gh-30949
3 years ago
Andy Wilkinson 94c6a7b25f Upgrade to Couchbase Client 3.3.0
Closes gh-30948
3 years ago
Andy Wilkinson a37c202b7d Upgrade to Cassandra Driver 4.14.1
Closes gh-30947
3 years ago
Andy Wilkinson e1300c62f2 Upgrade to Caffeine 3.1.0
Closes gh-30946
3 years ago
Andy Wilkinson cc1a89b934 Upgrade to Byte Buddy 1.12.10
Closes gh-30945
3 years ago
Andy Wilkinson 7ac88a3b11 Upgrade to AspectJ 1.9.9.1
Closes gh-30944
3 years ago
Andy Wilkinson b464995471 Upgrade to Artemis 2.22.0
Closes gh-30943
3 years ago
Andy Wilkinson cffdee72ca Polish 3 years ago
Andy Wilkinson 566ed68403 Contribute reflection hints for configuration property binding
Closes gh-30916

Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
3 years ago
Andy Wilkinson 4c17b4c865 Switch BackgroundPreinitializer to implementing Ordered
Closes gh-30905
3 years ago
Andy Wilkinson dbf0bcca63 Avoid reflection when Tomcat's configuring Context's ClassLoader
Closes gh-30904
3 years ago
Andy Wilkinson 87e78691c4 Use AOT-generated initialization when running in a native image
Closes gh-30915
3 years ago
Andy Wilkinson c91b787078 Uses non-AnnotationConfig contexts when using AOT-generated init
Closes gh-30914
3 years ago
Andy Wilkinson 770cb840c3 Use more flexible SpringFactoriesLoader
Closes gh-30235

Co-authored-by: Madhura Bhave <bhavem@vmware.com>
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
3 years ago
Andy Wilkinson 0fbfb8ef09 Remove remnants of support for Embedded Mongo
See gh-30863 and 7e089a6b
3 years ago
Scott Frederick 7e089a6b81 Remove support for embedded MongoDB
This commit removes auto-configuration and dependency management
for Flapdoodle embedded MongoDB in favor of the Spring Boot support
provided by Flapdoodle.

Closes gh-30863
3 years ago
Andy Wilkinson 3db1715694 Merge branch '2.7.x' 3 years ago
Andy Wilkinson 833e3aec27 Merge branch '2.6.x' into 2.7.x
Closes gh-30887
3 years ago
Andy Wilkinson d10addffe3 Merge branch '2.5.x' into 2.6.x
Closes gh-30886
3 years ago
christophejan a1f3d68ead Improve debug logging of requests to actuator endpoints on WebFlux
See gh-30880
3 years ago
Andy Wilkinson 3980c5af48 Polish "Use Log4jBridgeHandler to route JUL-based logging into Log4j 2"
See gh-30003
3 years ago
Piotr P. Karwasz 728e27d193 Use Log4jBridgeHandler to route JUL-based logging into Log4j 2
Since version 2.15.0 `log4j-jul` contains a `Log4jBridgeHandler`,
that forwards JUL to Log4j 2.x and synchronizes the logger levels of
the two frameworks.

This commmit adds support for the `Log4jBridgeHandler` and sets it as
the bridge handler for the Log4j 2.x stack, replacing the existing
JUL to SLF4J bridge that was used previously.

See gh-30003
3 years ago
Andy Wilkinson 4a030343d3 Merge branch '2.7.x' 3 years ago
Andy Wilkinson c61cd7761e Merge branch '2.6.x' into 2.7.x
Closes gh-30883
3 years ago
Andy Wilkinson 5258cd2814 Merge branch '2.5.x' into 2.6.x
Closes gh-30882
3 years ago
Andy Wilkinson 0e7c3547dd Prohibit usage of Micrometer nullability annotations
Closes gh-30881
3 years ago
Andy Wilkinson 293a3c9ec1 Fix arguments passed to AOT processing in Gradle plugin
See gh-30527
3 years ago
Phillip Webb 8cf63a28b8 Update AOT work to latest Framework code 3 years ago
Scott Frederick 88250f92bd Adapt to changes in Spring Kafka snapshots
See gh-30645
3 years ago
Madhura Bhave 7a0e5a032d Delete unused test configuration files
These files were used by the legacy ConfigFileApplicationListener tests
and are no longer needed
3 years ago
Madhura Bhave 8d6b442dc4 Remove support for spring.profiles
Closes gh-22523
3 years ago
Andy Wilkinson 573fc34e29 Merge branch '2.7.x' 3 years ago
Andy Wilkinson 2b4f042325 Merge branch '2.6.x' into 2.7.x
Closes gh-30874
3 years ago
Andy Wilkinson c9571a04ab Merge branch '2.5.x' into 2.6.x
Closes gh-30873
3 years ago
Andy Wilkinson 6d4f0232ca Polish "Fix ConditionalOnProperty when used in an aliased composed annotation"
See gh-30505
3 years ago
Guirong Hu dc57ad54d5 Fix ConditionalOnProperty when used in an aliased composed annotation
See gh-30505
3 years ago
Scott Frederick 2369ce4195 Remove dependency management for AppEngine SDK
Closes gh-30638
3 years ago
Andy Wilkinson 1ee079c265 Reinstate support for pooled-jms as it is now JMS 3.0 compatible
Closes gh-30865
3 years ago
Brian Clozel 5352c441e1 Do not use application/graphql as default MIME type
As seen in spring-projects/spring-graphql#375, Spring Boot should also
use "application/json" as the default MIME type but remain compatible
with "application/graphql+json" still if clients POST content with this
type or explicitly accept it.

Closes gh-30860
3 years ago
Brian Clozel 31cabba828 Switch to Spring for GraphQL 1.0.0-SNAPSHOT
See gh-30858
3 years ago
Brian Clozel ecd7c21493 Upgrade to GraphQL Java 18.1
Closes gh-30859
3 years ago
Andy Wilkinson 0e00fafe38 Polish "Provide callback mechanism for customizing validation configuration"
See gh-29429
3 years ago