Andy Wilkinson
d91e16a6c5
Make auto-configured BraveTracer back off when user defines a Tracer
...
Closes gh-33095
2 years ago
Phillip Webb
12c77dba1c
Support isolated actuator ObjectMapper
...
Closes gh-20291
2 years ago
Phillip Webb
82254e3b4d
Update smoketests to test isolated actuator object mapper use
...
See gh-32297
See gh-20291
2 years ago
Phillip Webb
3d2071d044
Migrate endpoints to return OperationResponseBody types
...
Update types returned from endpoints to implement the
`OperationResponseBody` interface. This ensures that they will be
serialized using the isolated actuator `ObjectMapper`.
See gh-20291
2 years ago
Phillip Webb
1f8493fb29
Support isolated actuator ObjectMapper
...
Add `OperationResponseBody` tagging interface that can be used
to trigger the use of an isolated ObjectMapper specifically for
actuator responses.
The isolated mapper is provided by an `EndpointObjectMapper`
bean which is auto-configured unless specifically disabled
by the user.
WebMVC, WebFlux and Jersey integrations have been updated
to provide a link between the `OperationResponseBody` type
and the endpoint `ObjectMapper`.
See gh-20291
2 years ago
Phillip Webb
72cbb8a5d8
Polish
2 years ago
Phillip Webb
79ff11cb2b
Rename and relocate ExemplarsAutoConfiguration
...
Rename `ExemplarsAutoConfiguration` and relocate it to a diffent
package to make it clear that it is for Prometheus.
2 years ago
Scott Frederick
a53141f8a4
Fix JMX exposure default in config metadata and docs
...
Fixes gh-33072
2 years ago
Andy Wilkinson
21f0fdffa1
Upgrade to Spring Session 3.0.0-RC2
...
Closes gh-33034
2 years ago
Phillip Webb
883e97b166
Merge branch '2.7.x'
2 years ago
Phillip Webb
ea10a64a0c
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
f423a26dd5
Polish
2 years ago
Andy Wilkinson
54aaaeec6f
Upgrade to Spring Batch 6.0.0-RC2
...
Closes gh-332935
2 years ago
Andy Wilkinson
e25792ee58
Upgrade to Spring Security 6.0.0-RC2
...
Closes gh-33063
2 years ago
Andy Wilkinson
ac867c3c40
Polish
2 years ago
Phillip Webb
1adc7c7dd4
Merge branch '2.7.x'
2 years ago
Phillip Webb
0ef03d725f
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
a431ae04e6
Polish
2 years ago
Andy Wilkinson
7eb0fe4c89
Contribute reflection hints for JsonComponent inner classes
...
Closes gh-33089
2 years ago
Scott Frederick
b882de7c68
Throw ContextLoadException on test context load failure
...
When a test context fails to load, a `ContextLoadException` should
be thrown so that Framework can catch it and call any registered
`ApplicationContextFailureProcessor`s.
Closes gh-31793
2 years ago
Andy Wilkinson
70f7258341
Simplify JacksonAutoConfiguration as we now require Jackson 2.14
...
See gh-33086
2 years ago
Andy Wilkinson
fcbc7dacf1
Add reflection hints for JsonTesters
...
Closes gh-32858
2 years ago
Stephane Nicoll
41e2423a0c
Upgrade to Spring Framework 6.0.0-RC4
...
Closes gh-33023
2 years ago
Andy Wilkinson
60917bd114
Remove tests for Jackson 2.11
...
Closes gh-33086
2 years ago
Andy Wilkinson
112bed886c
Merge branch '2.7.x'
...
Closes gh-33085
2 years ago
Andy Wilkinson
b1494d4a39
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33084
2 years ago
Andy Wilkinson
6423535f67
Delete temp directory after MavenBuild has exected
...
Closes gh-33083
2 years ago
Phillip Webb
32b9945632
Polish
2 years ago
Phillip Webb
0e6d3697e4
Merge pull request #33080 from ueberfuhr
...
* pr/33080:
Polish 'Add reflection hints for PropertyNamingStrategies'
Add reflection hints for PropertyNamingStrategies
Closes gh-33080
2 years ago
Phillip Webb
0d5c13cb28
Polish 'Add reflection hints for PropertyNamingStrategies'
...
See gh-33080
2 years ago
Ralf Ueberfuhr
e9bca3e6de
Add reflection hints for PropertyNamingStrategies
...
See gh-33080
2 years ago
Andy Wilkinson
50bb317215
Upgrade to Reactor Bom 2022.0.0
...
Closes gh-32939
2 years ago
Andy Wilkinson
546853bba5
Upgrade to Spring Integration 6.0.0-RC2
...
Closes gh-33009
2 years ago
Andy Wilkinson
c1cf939199
Merge branch '2.7.x'
...
Closes gh-33076
2 years ago
Andy Wilkinson
1c3a4906fa
Merge pull request #32861 from izeye
...
* gh-32861:
Polish "Provide dependency management for missing Selenium modules"
Provide dependency management for missing Selenium modules
Closes gh-32861
2 years ago
Andy Wilkinson
03d1631d4c
Polish "Provide dependency management for missing Selenium modules"
...
See gh-32861
2 years ago
Andy Wilkinson
d38adacd41
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
b0784733bf
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
843493d915
Merge branch '2.7.x'
...
Closes gh-33075
2 years ago
Andy Wilkinson
00d22c9fc5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33074
2 years ago
Andy Wilkinson
f42e90a2b4
Add missing dependency management for Selenum
...
Closes gh-32721
2 years ago
Andy Wilkinson
eed86c0d0a
Test Boot's Gradle plugin against Gradle 7.6-rc-2
...
Closes gh-33073
2 years ago
Scott Frederick
39ad955969
Update Paketo tests for Platform API 0.10
...
See gh-32949
2 years ago
Johnny Lim
4161f5bdf1
Provide dependency management for missing Selenium modules
...
See gh-32861
2 years ago
Andy Wilkinson
f8a2e68a5d
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
1e536f5c20
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
5dab9b0e9f
Revert "Temporarily work around problems with Gradle's plugin portal"
...
This reverts commit fb954e8109
.
2 years ago
Andy Wilkinson
3c061dc49b
Merge pull request #32742 from izeye
...
* gh-32742:
Polish Log4j2 changes
Closes gh-32742
2 years ago
Johnny Lim
ea4f22684d
Polish Log4j2 changes
...
See gh-32742
2 years ago
Andy Wilkinson
3c51845864
Merge pull request #32740 from izeye
...
* gh-32740:
Fix configLocationsWithConfigurationFileSystemProperty
Closes gh-32740
2 years ago