Phillip Webb
69fbd2f8aa
Delegate `usesPathPatterns()` call to mappings
...
Update `CompositeHandlerMapping` so that the `usesPathPatterns()` method
returns `true` if any of the delegate mappings return `true`.
Closes gh-24877
4 years ago
Stephane Nicoll
3e376b955d
Fix build failure
...
See gh-24943
4 years ago
Stephane Nicoll
56ce5bdf44
Merge branch '2.3.x' into 2.4.x
...
See gh-24943
4 years ago
Stephane Nicoll
244a6ac7e5
Polish "Deprecate Spring Data Solr"
...
See gh-24942
4 years ago
Stephane Nicoll
85729d2a8a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24943
4 years ago
Stephane Nicoll
10b4cb8cb5
Deprecate Spring Data Solr support
...
Closes gh-24942
4 years ago
Phillip Webb
80dbbaf012
Add ConfigData IGNORE_PROFILES support
...
Add a new `ConfigData.Option` that allows profile properties to be
ignored. This update will allow Spring Cloud Config Server to provide
`ConfigData` that only has profile properties processed on the
server-side.
Closes gh-24890
4 years ago
Andy Wilkinson
7b4fbd2c85
Document WebMvcProperties.MatchingStrategt as being since 2.4.0
...
Closes gh-24875
4 years ago
Andy Wilkinson
3ad2832cb2
Fix pattern extraction when MVC is using a PathPatternParser
...
Fixes gh-24874
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
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
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
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
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
e8ae18ae11
Polish
...
See gh-24837
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
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
Spring Buildmaster
dc76aa312e
Next development version (v2.4.3-SNAPSHOT)
4 years ago
Phillip Webb
26f2caca22
Update copyright year of changed files
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
68fc2329c8
Revert "Remove unnecessary code"
...
Fixes gh-24835
4 years ago
Scott Frederick
716dce3859
Merge branch '2.3.x' into 2.4.x
4 years ago
Spring Buildmaster
8f692a16c6
Next development version (v2.3.9.BUILD-SNAPSHOT)
4 years ago
Brian Clozel
6f51831001
Fix docs on probe state during graceful shutdown
...
This commit improves the "Application lifefycle and Probes states"
section and underlines the difference between `AvailabilityState` and
the availability of Probes over HTTP.
Closes gh-24843
4 years ago
Stephane Nicoll
dda8b5d287
Revert "Upgrade to Kafka 2.6.1"
...
See gh-24247
4 years ago
Stephane Nicoll
2072e7242a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24841
4 years ago
Stephane Nicoll
283ed48d63
Unwrap Datasource against an actual interface
...
This commit updates DataSourceUnwrapper to take a separate interface
type argument if the target datasource has to be unwrapped, given that
the target type is usually not an interface.
Closes gh-24697
4 years ago
Stephane Nicoll
51636eef97
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
5d85ac6838
Complete configuration metadata for spring.config.*
...
Closes gh-24816
4 years ago
Spring Buildmaster
4a843d40c8
Next development version (v2.2.14.BUILD-SNAPSHOT)
4 years ago
Stephane Nicoll
3aa960a060
Upgrade to Spring Kafka 2.6.5
...
Closes gh-24703
4 years ago
Stephane Nicoll
d6d0abcfd5
Upgrade to Spring AMQP 2.3.4
...
Closes gh-24702
4 years ago
Stephane Nicoll
da8a8b9712
Upgrade to Spring Integration 5.4.3
...
Closes gh-24701
4 years ago
Stephane Nicoll
bb33574ad4
Upgrade to Netty tcNative 2.0.36.Final
...
Closes gh-24829
4 years ago
Stephane Nicoll
e73c124b2d
Upgrade to Netty 4.1.58.Final
...
Closes gh-24828
4 years ago
Stephane Nicoll
27162bc3b9
Upgrade to Dependency Management Plugin 1.0.11.RELEASE
...
Closes gh-24827
4 years ago
Stephane Nicoll
19188de1bf
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
3ecd1001a1
Upgrade to Spring Kafka 2.5.11.RELEASE
...
Closes gh-24826
4 years ago
Stephane Nicoll
696539c68f
Upgrade to Spring Integration 5.3.5.RELEASE
...
Closes gh-24825
4 years ago
Stephane Nicoll
8908969a6c
Upgrade to Spring AMQP 2.2.14.RELEASE
...
Closes gh-24824
4 years ago