dreis2211
4f824bf9ad
Fix duplicate words
...
See gh-20210
5 years ago
Andy Wilkinson
dcbbe20d41
Merge pull request #20193 from dreis2211
...
* gh-20193:
Explicitly set java home in Maven Plugin integration tests
Closes gh-20193
5 years ago
dreis2211
76d2bc27eb
Explicitly set java home in Maven Plugin integration tests
...
See gh-20193
5 years ago
Brian Clozel
e59d3fbb86
Clear ProducesRequestCondition cache attribute
...
As of spring-projects/spring-framework#22644 , Spring Framework caches
the "produces" condition when matching for endpoints in the
`HandlerMapping` infrastructure. This has been improved in
spring-projects/spring-framework#23091 to prevent side-effects in other
implementations.
Prior to this commit, the Spring Boot actuator infrastructure for
`EndpointHandlerMapping` would not clear the cached attribute,
presenting the same issue as Spring Framework's infrastructure. This
means that a custom arrangement with custom `HandlerMapping` or
`ContentTypeResolver` would not work properly and reuse the cached
produced conditions for other, unintented, parts of the handler mapping
process.
This commit clears the cached data and ensures that other handler
mapping implementations are free of that side-effect.
Fixes gh-20150
5 years ago
Stephane Nicoll
d4c7315369
Merge pull request #19316 from eddumelendez
...
* pr/19316:
Polish "Add support for configuring Liquibase tag property"
Add support for configuring Liquibase tag property
Closes gh-19316
5 years ago
Stephane Nicoll
4bcf4245d1
Polish "Add support for configuring Liquibase tag property"
...
See gh-19316
5 years ago
Eddú Meléndez
407e237f10
Add support for configuring Liquibase tag property
...
See gh-19316
5 years ago
Stephane Nicoll
5cb24c2584
Merge pull request #20190 from mikesmithson
...
* pr/20190:
Polish "Revisit PluginXmlParserTests"
Revisit PluginXmlParserTests
Closes gh-20190
5 years ago
Stephane Nicoll
3ba411e04d
Polish "Revisit PluginXmlParserTests"
...
See gh-20190
5 years ago
Mike Smithson
020ae2c7ba
Revisit PluginXmlParserTests
...
See gh-20190
5 years ago
Stephane Nicoll
6a0cef8015
Merge pull request #20206 from dreis2211
...
* pr/20206:
Remove redundant useJUnitPlatform declarations
Closes gh-20206
5 years ago
dreis2211
a9dabe13bb
Remove redundant useJUnitPlatform declarations
...
See gh-20206
5 years ago
Stephane Nicoll
6fc25a309c
Merge pull request #20192 from zhangt2333
...
* pr/20192:
Update copyright date
Polish
Closes gh-20192
5 years ago
Stephane Nicoll
03bee83991
Update copyright date
...
See gh-20192
5 years ago
zhangt2333
e2d87a89d0
Polish
...
See gh-20192
5 years ago
Andy Wilkinson
ff4de95b3e
Merge branch '2.2.x'
5 years ago
Andy Wilkinson
bf8ed44453
Upgrade to Spring AMQP 2.2.4.RELEASE
...
Closes gh-20106
5 years ago
Madhura Bhave
0ec1ed4642
Merge branch '2.2.x'
...
Closes gh-20188
5 years ago
Madhura Bhave
4ac12660c6
Explicitly enable config properties scan in java release scripts
...
This commit also upgrades the Spring Boot version used by the scripts
to 2.2.4 which is why the explicit annotation is required.
Closes gh-20174
5 years ago
Andy Wilkinson
d1aa8c02f9
Merge branch '2.2.x'
5 years ago
Andy Wilkinson
e065ee7be2
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20183
5 years ago
Andy Wilkinson
b9c2d775a9
Merge branch '2.2.x'
...
Closes gh-20185
5 years ago
Stephane Nicoll
ddeac66ca2
Merge branch '2.2.x'
...
Closes gh-20186
5 years ago
Stephane Nicoll
7a114995b3
Merge pull request #20169 from juzerali
...
* pr/20169:
Polish "Document sanitized keys and uri sanitization behavior"
Document sanitized keys and uri sanitization behavior
Closes gh-20169
5 years ago
Stephane Nicoll
40d1727cc5
Polish "Document sanitized keys and uri sanitization behavior"
...
See gh-20169
5 years ago
Juzer Ali
30f7f9c9c4
Document sanitized keys and uri sanitization behavior
...
See gh-20169
5 years ago
Stephane Nicoll
f8173eb76d
Merge pull request #19494 from bono007
...
* pr/19494:
Polish "Add support for configuring Jetty's backing queue"
Add support for configuring Jetty's backing queue
Closes gh-19494
5 years ago
Stephane Nicoll
b56c4f1a4d
Polish "Add support for configuring Jetty's backing queue"
...
See gh-19494
5 years ago
Andy Wilkinson
d61b035640
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20183
5 years ago
cbono
852734b129
Add support for configuring Jetty's backing queue
...
See gh-19494
5 years ago
Andy Wilkinson
c8907d46b4
Fix up-to-date checking of build info properties
...
Closes gh-20135
5 years ago
Stephane Nicoll
a6fdbdcd80
Merge branch '2.2.x'
...
Closes gh-20178
5 years ago
Stephane Nicoll
fc410f0572
Merge pull request #20168 from dsyer
...
* pr/20168:
Remove duplicate auto-configuration class
Closes gh-20168
5 years ago
Dave Syer
dcaaf9785f
Remove duplicate auto-configuration class
...
See gh-20168
5 years ago
Stephane Nicoll
e3383b614c
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
2ede9e63b9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20117
5 years ago
Stephane Nicoll
32c1dd45a9
Revert "Merge pull request #19926 from xak2000"
...
Closes gh-19926
5 years ago
Andy Wilkinson
18576373d0
Upgrade to Spring Session Dragonfruit-M2
...
Closes gh-20045
5 years ago
Andy Wilkinson
09fa8255cd
Upgrade to Tomcat 9.0.31
...
Closes gh-20167
5 years ago
Stephane Nicoll
db9f2734fe
Upgrade to Micrometer 1.3.5
...
Closes gh-20166
5 years ago
Stephane Nicoll
4d51a16b11
Upgrade to Liquibase 3.8.6
...
Closes gh-20165
5 years ago
Stephane Nicoll
8212ee49b3
Upgrade to Lettuce 5.2.2.RELEASE
...
Closes gh-20164
5 years ago
Stephane Nicoll
be58d1a310
Upgrade to Infinispan 10.1.2.Final
...
Closes gh-20163
5 years ago
Stephane Nicoll
5f826cdbd2
Upgrade to Hibernate 5.4.11.Final
...
Closes gh-20162
5 years ago
Stephane Nicoll
ca4d5b1333
Upgrade to Flyway 6.2.3
...
Closes gh-20161
5 years ago
Stephane Nicoll
faaf9a7e0c
Upgrade to SendGrid 4.4.4
...
Closes gh-20092
5 years ago
Stephane Nicoll
b8ccfbafd0
Upgrade to Spring Boot 2.2.4
5 years ago
Stephane Nicoll
738e8b39c7
Upgrade to spring javaformat 0.0.20
5 years ago
Stephane Nicoll
362297a010
Fix formatting
5 years ago
Andy Wilkinson
68f59a0d40
Move dependency management for JNA into spring-boot-parent
...
Previously, dependency management for JNA was provided by
spring-boot-dependencies so it affected users' applications. It was
original added for Elasticsearch but is no longer needed for that
purpose. We use JNA in spring-boot-buildpack-platform which is used
by our Gradle and Maven plugins and should not affect an application's
use of JNA.
This commit moves management of JNA from spring-boot-dependencies into
spring-boot-parent. This means that users' applications will now be
free to use whatever version of JNA meets their needs while still
controlling the version used for image building via Gradle or Maven.
Closes gh-20156
5 years ago