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
Scott Frederick
4a8e48f07a
Merge branch '2.7.x'
3 years ago
Scott Frederick
108b3314db
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30889
3 years ago
Scott Frederick
b0bedc332a
Use Testcontainers in Spring Session Reactive smoke tests
...
Closes gh-30888
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
Andy Wilkinson
cbea3c1647
Merge pull request #30880 from christophejan
...
* gh-30880:
Improve debug logging of requests to actuator endpoints on WebFlux
Closes gh-30880
3 years ago
christophejan
a1f3d68ead
Improve debug logging of requests to actuator endpoints on WebFlux
...
See gh-30880
3 years ago
Andy Wilkinson
4dedd77657
Merge pull request #30003 from ppkarwasz
...
* gh-30003:
Polish "Use Log4jBridgeHandler to route JUL-based logging into Log4j 2"
Use Log4jBridgeHandler to route JUL-based logging into Log4j 2
Closes gh-30003
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
Scott Frederick
4f3771f88a
Merge branch '2.7.x'
3 years ago
Scott Frederick
7f4b78469e
Merge branch '2.6.x' into 2.7.x
3 years ago
Scott Frederick
51343139c2
Remove empty files
...
See gh-30875
3 years ago
Scott Frederick
03d17dd04a
Merge branch '2.7.x'
3 years ago
Scott Frederick
576b72a7a1
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30877
3 years ago
Scott Frederick
6098b0c91f
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30876
3 years ago
Scott Frederick
8fe47aaebd
Remove smoke tests that do nothing without a server
...
Fixes gh-30875
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
8cd3b86e5c
Merge pull request #30505 from terminux
...
* gh-30505:
Polish "Fix ConditionalOnProperty when used in an aliased composed annotation"
Fix ConditionalOnProperty when used in an aliased composed annotation
Closes gh-30505
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
Andy Wilkinson
a201a07b2e
Merge branch '2.7.x'
...
Closes gh-30870
3 years ago
Andy Wilkinson
3717b558a0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30868
3 years ago
Andy Wilkinson
366dd9a2aa
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30869
3 years ago
Andy Wilkinson
09ec409184
Upgrade CI images to ubuntu:focal-20220426
...
Closes gh-30871
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
24dcdbb4a1
Merge branch '2.7.x'
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
f12dcb51ab
Merge pull request #29429 from dangzhicairang
...
* gh-29429:
Polish "Provide callback mechanism for customizing validation configuration"
Provide callback mechanism for customizing validation configuration
Closes gh-29429
3 years ago
Andy Wilkinson
0e00fafe38
Polish "Provide callback mechanism for customizing validation configuration"
...
See gh-29429
3 years ago
当智才让
76a1c6bcaa
Provide callback mechanism for customizing validation configuration
...
See gh-29429
3 years ago