Scott Frederick
191dce3f5e
Set Spring Boot version in ephemeral builder
...
This commit adds a `createdBy` structure to the metadata of the ephemeral
builder container image that identifies Spring Boot as the creator of the
image, along with the Spring Boot version.
See gh-20126
5 years ago
Brian Clozel
97af0b2f3a
Add actuator specific ObjectMapper
...
Prior to this commit, Actuator endpoints would use the application
ObjectMapper instance for serializing payloads as JSON. This was
problematic in several cases:
* application-specific configuration would change the actuator endpoint
output.
* choosing a different JSON mapper implementation in the application
would break completely some endpoints.
Spring Boot Actuator already has a hard dependency on Jackson, and this
commit uses that fact to configure a shared `ObjectMapper` instance that
will be used by the Actuator infrastructure consistently, without
polluting the application context.
This `ObjectMapper` is used in Actuator for:
* JMX endpoints
* Spring MVC endpoints with an HTTP message converter
* Spring WebFlux endpoints with an `Encoder`
* Jersey endpoints with a `ContextResolver<ObjectMapper>`
For all web endpoints, this configuration is limited to the
actuator-specific media types such as
`"application/vnd.spring-boot.actuator.v3+json"`.
Fixes gh-12951
5 years ago
Andy Wilkinson
420af17570
Merge branch '2.2.x'
...
Closes gh-20148
5 years ago
dreis2211
92b4ba6367
Fix structuring your code link in multi-page HTML documentation
...
Closes gh-19953
5 years ago
Andy Wilkinson
2f16898c5f
Upgrade to Spring Data Neumann-M3
...
Closes gh-20103
5 years ago
Andy Wilkinson
5fed25bb43
Upgrade to Spring HATEOAS 1.1.0.M2
...
Closes gh-20142
5 years ago
Stephane Nicoll
1b4a3dfa77
Merge pull request #20141 from dreis2211
...
* pr/20141:
Exclude jcl-over-slf4j also on Reactive Cassandra starter
Closes gh-20141
5 years ago
dreis2211
450ef36c72
Exclude jcl-over-slf4j also on Reactive Cassandra starter
...
See gh-20141
5 years ago
Stephane Nicoll
d19920ae39
Upgrade to Cassandra Driver 4.4.0
...
Closes gh-20064
5 years ago
Madhura Bhave
fe325c06c2
Merge branch '2.2.x'
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
8d9b1d2988
Merge branch '2.2.x'
...
Closes gh-20133
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
a5a2d52ee3
Merge branch '2.2.x'
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
c5ffe198af
Merge branch '2.2.x'
...
Closes gh-20130
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
00b10e655e
Merge branch '2.2.x'
...
Closes gh-20125
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
b21a41cde1
Merge branch '2.2.x'
...
Closes gh-20124
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
a21dc3052d
Merge branch '2.2.x'
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
c22ea8c937
Merge pull request #20113 from dreis2211
...
* pr/20113:
Remove redundant jar task configuration
Closes gh-20113
5 years ago
dreis2211
cfc16c2589
Remove redundant jar task configuration
...
See gh-20113
5 years ago
Stephane Nicoll
3229142188
Merge branch '2.2.x'
...
Closes gh-20121
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
1306c9b77e
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
1e43537212
Fix broken smoke test
...
See gh-19926
5 years ago
Stephane Nicoll
25e87620d3
Fix broken smoke test
...
See gh-19926
5 years ago
Stephane Nicoll
466c1ba251
Merge branch '2.2.x'
...
Closes gh-20118
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
32bd845a7d
Merge branch '2.2.x'
...
Closes gh-20116
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