Commit Graph

30572 Commits (889b9d5dc0e8c7732d3eddda913371a3fbad49e0)
 

Author SHA1 Message Date
Andy Wilkinson 847bb62d69 Merge pull request #24680 from pedivo
* gh-24680:
  Polish "Add config prop for endpoints' CORS allowed origin patterns"
  Add config prop for endpoints' CORS allowed origin patterns

Closes gh-24680
4 years ago
Andy Wilkinson b095c7761a Polish "Add config prop for endpoints' CORS allowed origin patterns"
See gh-24680
4 years ago
Pedro Ivo Machado d7f891be39 Add config prop for endpoints' CORS allowed origin patterns
See gh-24680
4 years ago
Andy Wilkinson 743343cf18 Avoid compiler warning that only occurs with Java 8 4 years ago
Andy Wilkinson 294231efe7 Merge branch '2.4.x'
Closes gh-24883
4 years ago
Andy Wilkinson 7b4fbd2c85 Document WebMvcProperties.MatchingStrategt as being since 2.4.0
Closes gh-24875
4 years ago
Andy Wilkinson 535050ad48 Automatically register HttpSessionIdListener's with the servlet context
Closes gh-24879
4 years ago
Andy Wilkinson 48002e969f Merge branch '2.4.x'
Closes gh-24882
4 years ago
Andy Wilkinson 3ad2832cb2 Fix pattern extraction when MVC is using a PathPatternParser
Fixes gh-24874
4 years ago
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