hbellahc
d890f1f6d8
Document missing reference to DataSourceHealthIndicator
...
See gh-20216
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
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
Andy Wilkinson
bf8ed44453
Upgrade to Spring AMQP 2.2.4.RELEASE
...
Closes gh-20106
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
e065ee7be2
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20183
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
Andy Wilkinson
c8907d46b4
Fix up-to-date checking of build info properties
...
Closes gh-20135
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
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
Stephane Nicoll
06c85e96c3
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20159
5 years ago
Stephane Nicoll
41b054460b
Merge pull request #20157 from dreis2211
...
* pr/20157:
Upgrade CI to Docker 19.03.5
Closes gh-20157
5 years ago
dreis2211
e1f743a21b
Upgrade CI to Docker 19.03.5
...
See gh-20157
5 years ago
dreis2211
92b4ba6367
Fix structuring your code link in multi-page HTML documentation
...
Closes gh-19953
5 years ago
Madhura Bhave
4eb71fc424
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
97ac6c9de7
Polish
5 years ago
Madhura Bhave
98a657fedb
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20132
5 years ago
Madhura Bhave
8bce270445
Merge pull request #19202 from bono007
...
* pr/19202:
Polish "Verify ssl key alias on server startup"
Verify ssl key alias on server startup
Closes gh-19202
5 years ago
Madhura Bhave
ac91f14f05
Polish "Verify ssl key alias on server startup"
...
See gh-19202
5 years ago
cbono
e351605962
Verify ssl key alias on server startup
...
See gh-19202
5 years ago
Madhura Bhave
3bdd91a119
Merge branch '2.1.x' into 2.2.x
5 years ago
Madhura Bhave
747eab020d
Update copyright of changed files
5 years ago
Madhura Bhave
d1c7699539
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20129
5 years ago
Madhura Bhave
3917968d2a
Merge pull request #18915 from schulzh
...
* pr/18915:
Polish contribution
Handle JSON keys containing a dot from CF environment as a single path segment
Closes gh-18915
5 years ago
Madhura Bhave
544dca7f1b
Polish contribution
...
Along with surrounding map keys with dot from VCAP_SERVICES with `[ ]`,
this commit also does that for non-alphanumeric and `-` characters so that
they are not stripped off later.
See gh-18915
5 years ago
Hans Schulz
6828a15d31
Handle JSON keys containing a dot from CF environment as a single path segment
...
See gh-18915
5 years ago
Stephane Nicoll
8f06d819e4
Harmonize JMS connection factory bean names
...
This commit restores consistent naming for the auto-configured
connection factory.
Closes gh-19565
5 years ago
Stephane Nicoll
d1f4a1821c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20123
5 years ago
Stephane Nicoll
b0aba9ed67
Document how to register a blocking health contributor with reactive
...
Closes gh-19707
5 years ago
Stephane Nicoll
fe6b96174e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20122
5 years ago
Stephane Nicoll
06e5b0e912
Upgrade CI to Artifactory Resource 0.0.11
...
Closes gh-19629
5 years ago
Stephane Nicoll
765b2178d1
Document spring-boot.run.arguments behaviour with multiple arguments
...
Closes gh-19998
5 years ago
Stephane Nicoll
5f584101c6
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
2a90c3dea4
Fix broken smoke test
...
See gh-19926
5 years ago
Stephane Nicoll
1e43537212
Fix broken smoke test
...
See gh-19926
5 years ago
Stephane Nicoll
a425cc1b46
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20117
5 years ago
Stephane Nicoll
4c0c0aeb42
Merge pull request #19926 from xak2000
...
* pr/19926:
Polish "Remove unnecessary leading slash in changelog locations"
Remove unnecessary leading slash in changelog locations
Closes gh-19926
5 years ago
Stephane Nicoll
ec14e82312
Polish "Remove unnecessary leading slash in changelog locations"
...
See gh-19926
5 years ago
Ruslan Stelmachenko
5f7e1ac4f2
Remove unnecessary leading slash in changelog locations
...
See gh-19926
5 years ago
Stephane Nicoll
b4d118e041
Merge pull request #19948 from jcordoba95
...
* pr/19948:
Polish "Fix condition source in OnBeanCondition"
Fix condition source in OnBeanCondition
Closes gh-19948
5 years ago
Stephane Nicoll
66809c6c1e
Polish "Fix condition source in OnBeanCondition"
...
See gh-19948
5 years ago
Jorge Cordoba
547fc30ead
Fix condition source in OnBeanCondition
...
See gh-19948
5 years ago
Madhura Bhave
d485708f68
Fix 404 when composite contributor is added to a group
...
Fixes gh-19974
5 years ago
Stephane Nicoll
76c21571b4
Remove unnecessary dependency on sendgrid
...
Closes gh-20099
5 years ago
Stephane Nicoll
ab72237b1b
Merge pull request #19002 from medamines1
...
* pr/19002:
Polish "Make Kubernetes detection slightly more efficient"
Make Kubernetes detection slightly more efficient
Closes gh-19002
5 years ago