Phillip Webb
9193e527cc
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33101
2 years ago
Phillip Webb
91ed54821c
Merge pull request #33098 from iamgd67
...
* pr/33098:
Fix kafka streams start description typo in documentation
Closes gh-33098
2 years ago
67
e55e23482a
Fix kafka streams start description typo in documentation
...
See gh-33098
2 years ago
Andy Wilkinson
a2f65cd887
Consider user classes when finding bind constructor
...
Update `@Autowired` detection logic to consider all constructors and to
search user classes.
Fixes gh-33061
Co-authored-by: Phillip Webb <pwebb@vmware.com>
2 years ago
Andy Wilkinson
d6ecdd5741
Remove old Jakarta EE 8 entries from spring-boot-dependencies
...
Closes gh-33094
2 years ago
Andy Wilkinson
5f6b63e277
Auto-configure span customizer beans
...
Closes gh-33087
2 years ago
Phillip Webb
e5a0b164ac
Configure MeterBinders after beans have been created
...
Update `MeterRegistryPostProcessor` to configure `MeterRegistry` beans
in two distinct sweeps. The first sweep applies customizers and filters
as the `MeterRegistry` bean is initialized, the second sweep applies
`MeterBinder` beans once all singletons have been instantiated.
Prior to this commit, it was not possible for a `MeterBinder` bean to
directly or indirectly use a `MeterRegistry`. It was also possible for
bound meters to cause a deadlock during refresh processing if those
meters could be updated on a thread other than main, such as GC
notifications.
Fixes gh-30636
Fixes gh-33070
2 years ago
Andy Wilkinson
e60084112e
Avoid NPE when TraceContext has deferred sampling
...
Closes gh-33093
2 years ago
Andy Wilkinson
6e4bece912
Make auto-configured OtelTracer back off when user defines a Tracer
...
Closes gh-33097
2 years ago
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