Stephane Nicoll
02b434460d
Upgrade to Jetty Reactive HTTPClient 1.1.5
...
Closes gh-24912
4 years ago
Stephane Nicoll
6d8043aae7
Upgrade to Jersey 2.33
...
Closes gh-24911
4 years ago
Stephane Nicoll
8d5dd8d4b2
Upgrade to Jaybird 3.0.10
...
Closes gh-24910
4 years ago
Stephane Nicoll
7b39cfb061
Upgrade to Jackson Bom 2.12.1
...
Closes gh-24909
4 years ago
Stephane Nicoll
7b22d69857
Upgrade to InfluxDB Java 2.21
...
Closes gh-24908
4 years ago
Stephane Nicoll
346bc4730b
Upgrade to Infinispan 11.0.9.Final
...
Closes gh-24907
4 years ago
Stephane Nicoll
09b3363dae
Upgrade to HtmlUnit 2.46.0
...
Closes gh-24906
4 years ago
Stephane Nicoll
d5d100eb11
Upgrade to Hibernate Validator 6.2.0.Final
...
Closes gh-24905
4 years ago
Stephane Nicoll
62ad346765
Upgrade to Hibernate 5.4.27.Final
...
Closes gh-24904
4 years ago
Stephane Nicoll
ee6c8425e2
Upgrade to Hazelcast Hibernate5 2.2.0
...
Closes gh-24903
4 years ago
Stephane Nicoll
9ed2e722fd
Upgrade to Hazelcast 4.1.1
...
Closes gh-24902
4 years ago
Stephane Nicoll
b3221f4fc5
Upgrade to Elasticsearch 7.10.2
...
Closes gh-24901
4 years ago
Stephane Nicoll
1c42d22e1c
Upgrade to Dropwizard Metrics 4.1.17
...
Closes gh-24900
4 years ago
Stephane Nicoll
5cea9e74ab
Upgrade to Couchbase Client 3.1.1
...
Closes gh-24899
4 years ago
Stephane Nicoll
644c03124a
Upgrade to Cassandra Driver 4.10.0
...
Closes gh-24898
4 years ago
Stephane Nicoll
aa29d950a9
Upgrade to Byte Buddy 1.10.19
...
Closes gh-24897
4 years ago
Stephane Nicoll
4ab3b5c0d4
Upgrade to Artemis 2.16.0
...
Closes gh-24896
4 years ago
Stephane Nicoll
95cf9d91e9
Upgrade to AppEngine SDK 1.9.84
...
Closes gh-24895
4 years ago
Phillip Webb
b5674173f8
Merge branch '2.4.x'
...
Closes gh-24893
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
452fbf3a3e
Prohibit upgrades to REST Assured 4.3
...
REST Assured 4.3.x requires Groovy 3 that we can't yet upgrade to as
there is no compatibile GA of Spock.
This commit prohibits upgrades to 4.3 so that Bomr ignores the possible
upgrade.
See gh-22303
4 years ago
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