Commit Graph

37731 Commits (728e27d1932bd30487bf741379b90e39eaa8bcdb)
 

Author SHA1 Message Date
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
Andy Wilkinson f3aa5d0773 Merge pull request #30776 from TheCK
* gh-30776:
  Polish "Add a configuration property for Kafka's async acks"
  Add a configuration property for Kafka's async acks

Closes gh-30776
3 years ago
Andy Wilkinson d36b63dae6 Polish "Add a configuration property for Kafka's async acks"
See gh-30776
3 years ago
TheCK 52c3f1c7ef Add a configuration property for Kafka's async acks
See gh-30776
3 years ago
Andy Wilkinson d9e9ab0660 Merge branch '2.7.x' 3 years ago
Andy Wilkinson 23f89f0d1e Switch to a same minor version upgrade policy
Closes gh-30857
3 years ago
Andy Wilkinson b4e42109d0 Merge branch '2.7.x' 3 years ago
Andy Wilkinson d819aba0b9 Upgrade to Selenium 4.1.3
Closes gh-30730
3 years ago
Andy Wilkinson c596afd03a Upgrade to Selenium HtmlUnit 3.61.0
Closes gh-30855
3 years ago
Scott Frederick 7dd8dfc197 Handle zero-offset timezone in logging test
See gh-28654
3 years ago
Scott Frederick 7f395941c7 Add timezone offset to default logging date format patterns
Closes gh-28654
3 years ago
Andy Wilkinson 541ab69aff Merge branch '2.7.x' 3 years ago
Andy Wilkinson 4cd850cfc0 Merge branch '2.6.x' into 2.7.x
Closes gh-30851
3 years ago
Andy Wilkinson fa327a783d Merge branch '2.5.x' into 2.6.x
Closes gh-30850
3 years ago
Andy Wilkinson 111dfd8911 Merge pull request #30773 from marcwrobel
* gh-30773:
  Polish "Fix typos"
  Fix typos

Closes gh-30773
3 years ago