dreis2211
e34cf8955c
Include LICENCE and NOTICE files in shipped jars
...
See gh-20058
5 years ago
Stephane Nicoll
fc3fb7fb44
Merge pull request #20226 from izeye
...
* pr/20226:
Update copyright year of changed files
Polish
Closes gh-20226
5 years ago
Stephane Nicoll
d65e06081f
Update copyright year of changed files
...
See gh-20226
5 years ago
Johnny Lim
8be8a8421d
Polish
...
See gh-20226
5 years ago
Stephane Nicoll
0c76c0acb9
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
7b190ecb88
Merge pull request #20222 from dreis2211
...
* pr/20222:
Test the Gradle Plugin against Gradle 6.2
Closes gh-20222
5 years ago
dreis2211
d55bc5f850
Test the Gradle Plugin against Gradle 6.2
...
See gh-20222
5 years ago
Stephane Nicoll
49c5d23b47
Merge pull request #20225 from mustafau
...
* pr/20225:
Polish log4j2 configuration
Closes gh-20225
5 years ago
Mustafa Ulu
2760426db0
Polish log4j2 configuration
...
See gh-20225
5 years ago
Madhura Bhave
aa09058d8c
Remove implicit layers support from the layer tools
...
Closes gh-20187
5 years ago
Andy Wilkinson
d8c309a310
Update gradlew.bat with Gradle 6.2's changes
...
See gh-20213
5 years ago
Stephane Nicoll
363edfa00c
Merge branch '2.2.x'
...
Closes gh-20221
5 years ago
Stephane Nicoll
d3535ca15f
Merge pull request #20216 from hbellahc
...
* pr/20216:
Document missing reference to DataSourceHealthIndicator
Closes gh-20216
5 years ago
hbellahc
d890f1f6d8
Document missing reference to DataSourceHealthIndicator
...
See gh-20216
5 years ago
Stephane Nicoll
4ec30e1145
Add support for SimpleDriverDataSource
...
This commit makes sure that DataSourceBuilder can configure
SimpleDriverDataSource by adding an alias for the driver's class name.
Closes gh-20220
Co-authored-by: Dmytro Nosan <dimanosan@gmail.com>
5 years ago
Stephane Nicoll
287d577aea
Merge branch '2.2.x'
...
Closes gh-20218
5 years ago
Stephane Nicoll
1d60184075
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20217
5 years ago
Stephane Nicoll
2147976c17
Do not fallback to embedded configuration if a datasource url is set
...
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.
This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.
Closes gh-19192
5 years ago
Andy Wilkinson
bca1b926ff
Merge pull request #20213 from dreis2211
...
* gh-20213:
Upgrade to Gradle 6.2
Closes gh-20213
5 years ago
dreis2211
866c441d70
Upgrade to Gradle 6.2
...
See gh-20213
5 years ago
Stephane Nicoll
16111f126e
Use query-less datasource validation by default
...
This commit changes DataSourceHealthIndicator to validate the connection
rather than issuing a query to the database. If a custom validation
query is specified, it uses that as before.
Closes gh-17582
5 years ago
Stephane Nicoll
c53d4f2bf1
Merge pull request #20210 from dreis2211
...
* pr/20210:
Fix duplicate words
Closes gh-20210
5 years ago
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