Commit Graph

31563 Commits (979506136072aa7f8636896f2bfa48ac92a72589)
 

Author SHA1 Message Date
Andy Wilkinson 4e918b141b Polish 4 years ago
Stephane Nicoll 0669f5604d Merge branch '2.4.x'
Closes gh-24873
4 years ago
Stephane Nicoll 59b01324ae Merge branch '2.3.x' into 2.4.x
Closes gh-24872
4 years ago
Stephane Nicoll 28ed3355bd Merge pull request #24753 from izeye
* pr/24753:
  Update copyright of changed file
  Make MetricsClientHttpRequestInterceptor defensive against metrics recoding failures

Closes gh-24753
4 years ago
Stephane Nicoll 1ad5a3fe2e Update copyright of changed file
See gh-24753
4 years ago
izeye ddfa1e632b Make MetricsClientHttpRequestInterceptor defensive against metrics recoding failures
See gh-24753
4 years ago
Andy Wilkinson c6ce97b8a9 Disable all mappings endpoint infra when endpoint is unavailable
Previously, when the mappings endpoint was not available, the beans
that provide mapping descriptions were still created. This resulted
in unnecessary CPU and memory usage collecting and storing
information that would never by used.

This commit updates the auto-configuration for the mappings endpoint
so that all the beans that it creates are conditional on the endpoint
being available, rather than only the endpoint bean itself.

Closes gh-23977
4 years ago
Stephane Nicoll 7592c98d5c Merge branch '2.4.x'
Closes gh-24871
4 years ago
Stephane Nicoll 819809849f Merge pull request #24867 from izeye
* pr/24867:
  Fix property name for spring.dao.exceptiontranslation.enabled

Closes gh-24867
4 years ago
izeye 21db14227c Fix property name for spring.dao.exceptiontranslation.enabled
See gh-24867
4 years ago
Stephane Nicoll e0a3b79bda Merge pull request #24866 from izeye
* pr/24866:
  Update copyright of changed file
  Restore persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTranslation()

Closes gh-24866
4 years ago
Stephane Nicoll 742983fc5e Update copyright of changed file
See gh-24866
4 years ago
izeye 41fcc427c6 Restore persistOfNullThrowsIllegalArgumentExceptionWithoutExceptionTranslation()
See gh-24866
4 years ago
Stephane Nicoll 7493632b79 Merge branch '2.4.x'
Closes gh-24870
4 years ago
Stephane Nicoll 52ca841a2e Merge branch '2.3.x' into 2.4.x
Closes gh-24869
4 years ago
Stephane Nicoll 5df401169b Fix reference to spring-javaformat-intellij-idea-plugin
Closes gh-24864
4 years ago
Stephane Nicoll 38cd1b4949 Merge pull request #24862 from izeye
* pr/24862:
  Polish contribution
  Polish

Closes gh-24862
4 years ago
Stephane Nicoll dcc0ca0df9 Polish contribution
See gh-24862
4 years ago
izeye 3aea8b37a0 Polish
See gh-24862
4 years ago
Stephane Nicoll bcc1331f85 Restore missing deprecated metadata for Bitronix
See gh-24806
4 years ago
Stephane Nicoll dcae55a8bc Merge branch '2.4.x'
Closes gh-24861
4 years ago
Stephane Nicoll f7c855dc40 Merge pull request #24851 from dreis2211
* pr/24851:
  Fix configuration metadata for logging.charset.* properties

Closes gh-24851
4 years ago
dreis2211 b8b5e4cebf Fix configuration metadata for logging.charset.* properties
See gh-24851
4 years ago
Stephane Nicoll 600be08225 Merge branch '2.4.x'
Closes gh-24855
4 years ago
Stephane Nicoll 7ec7569939 Merge branch '2.3.x' into 2.4.x
Closes gh-24854
4 years ago
Stephane Nicoll b3ab77a5c3 Move Spring Boot version to main index in reference guide
Closes gh-24848
4 years ago
Stephane Nicoll ff164ec72f Merge pull request #24837 from izeye
* pr/24837:
  Polish

Closes gh-24837
4 years ago
izeye e7350503b8 Polish
See gh-24837
4 years ago
Stephane Nicoll 1a2a3d6598 Merge branch '2.4.x' 4 years ago
Stephane Nicoll e8ae18ae11 Polish
See gh-24837
4 years ago
Stephane Nicoll 2de8c49d9f Remove deprecated code in Spring Boot 2.3
Closes gh-24806
4 years ago
Stephane Nicoll 2c2c160579 Remove deprecated code
See gh-24806
4 years ago
Stephane Nicoll a18f01addf Remove bitronix support
See gh-24806
4 years ago
Andy Wilkinson 4b0d5c31de Switch to the Apache Tomcat EL implementation by default
Previously we used org.glassfish:jakarta.el as our default EL
implementation. Since adopting it we have learned that it can be
significantly slower than Apache Tomcat's EL implementation in some
scenarios. This commit switches to using
org.apache.tomcat.embed:tomcat-embed-el by default instead of the
Glassfish implementation.

Closes gh-24744
4 years ago
Stephane Nicoll e2033992c7 Merge branch '2.4.x' 4 years ago
Stephane Nicoll 9343633582 Merge branch '2.3.x' into 2.4.x 4 years ago
Stephane Nicoll 9a53865c8f Polish 4 years ago
Phillip Webb 33c1a050ee Merge branch '2.4.x' 4 years ago
Phillip Webb 909f71708f Attempt to fix homebrew tap repo update
See gh-24677
4 years ago
Phillip Webb 1e3330c375 Attempt to fix homebrew tap repo update
See gh-24677
4 years ago
Phillip Webb a790a9079d Attempt to fix homebrew tap repo update
See gh-24677
4 years ago
Phillip Webb f3719b99ca Merge branch '2.4.x' 4 years ago
Spring Buildmaster dc76aa312e Next development version (v2.4.3-SNAPSHOT) 4 years ago
Phillip Webb 0fd3cd5ed5 Merge branch '2.4.x' 4 years ago
Phillip Webb 26f2caca22 Update copyright year of changed files 4 years ago
Phillip Webb daf2b2fea3 Merge branch '2.4.x'
Fixes gh-24846
4 years ago
Phillip Webb c0aef4c35f Apply SystemProperties to LoggerContext
Update `LoggingSystemProperties` so that system environment properties
are also applied to the `LoggerContext`. This is required when multiple
applications are deployed to the same Servlet container. In such setups
there's only a single JVM and the System Environment can be changed
when multiple applications start at the same time.

Fixes gh-24835
4 years ago
Madhura Bhave b7843f9399 Merge branch '2.4.x'
Closes gh-24846
4 years ago
Madhura Bhave 68fc2329c8 Revert "Remove unnecessary code"
Fixes gh-24835
4 years ago
Scott Frederick 45acd5f30c Merge branch '2.4.x' 4 years ago