Commit Graph

40448 Commits (32b8150fac202e2d74fa79a49b188090cdfa83f5)
 

Author SHA1 Message Date
Stephane Nicoll 32b8150fac Start building against Spring Integration 6.0.0 snapshots
See gh-33146
2 years ago
Stephane Nicoll 455cccd11a Start building against Spring GraphQL 1.1.0 snapshots
See gh-33145
2 years ago
Stephane Nicoll 45f7c848b5 Start building against Spring Security 6.0.0 snapshots
See gh-33144
2 years ago
Stephane Nicoll 2cf0eafc25 Start building against Spring REST Docs 3.0.0 snapshots
See gh-33143
2 years ago
Stephane Nicoll 636568d3cc Start building against Spring Kafka 3.0.0 snapshots
See gh-33142
2 years ago
Stephane Nicoll 871abe729d Start building against Spring AMQP 3.0.0 snapshots
See gh-33141
2 years ago
Stephane Nicoll 261d7bae17 Start building against Spring Data 2022.0.0 snapshots
See gh-33140
2 years ago
Stephane Nicoll e62b2d9df4 Start building against Spring WS 4.0.0 snapshots
See gh-33139
2 years ago
Stephane Nicoll 2d630f667c Start building against Spring LDAP 3.0.0 snapshots
See gh-33138
2 years ago
Stephane Nicoll 13b6e3fce1 Start building against Spring HATEOAS 2.0.0 snapshots
See gh-33137
2 years ago
Stephane Nicoll 3a6dd7e1a1 Start building against Spring Retry 2.0.0 snapshots
See gh-33149
2 years ago
Stephane Nicoll d2b1f8eaeb Merge branch '2.7.x' 2 years ago
Stephane Nicoll 2d09711942 Start building against Spring GraphQL 1.0.3 snapshots
See gh-33150
2 years ago
Stephane Nicoll ee544b3cd2 Merge branch '2.7.x' 2 years ago
Stephane Nicoll e90fdef8c2 Merge branch '2.6.x' into 2.7.x 2 years ago
Stephane Nicoll 41914ab15b Start building against Spring Batch 4.3.8 snapshots
See gh-33135
2 years ago
Stephane Nicoll cf3a22b495 Start building against Spring REST Docs 2.0.7 snapshots
See gh-33134
2 years ago
Stephane Nicoll 2d90378595 Start building against Spring Kafka 2.8.11 snapshots
See gh-33133
2 years ago
Stephane Nicoll 6705d1b087 Start building against Spring Data 2021.2.6 snapshots
See gh-33132
2 years ago
Stephane Nicoll 2eb6cef081 Start building against Spring Framework 5.3.24 snapshots
See gh-33131
2 years ago
Stephane Nicoll 9c289b7090 Start building against Reactor 2020.0.25 snapshots
See gh-33130
2 years ago
Stephane Nicoll dfbf0be6f9 Start building against Micrometer 1.9.6 snapshots
See gh-33129
2 years ago
Stephane Nicoll 2b4ceb35a2 Start building against Spring Batch 4.3.8 snapshots
See gh-33128
2 years ago
Stephane Nicoll 579daad219 Start building against Spring REST Docs 2.0.7 snapshots
See gh-33127
2 years ago
Stephane Nicoll 37ffaa3e12 Start building against Spring Kafka 2.8.11 snapshots
See gh-33126
2 years ago
Stephane Nicoll 4873671ada Start building against Spring Data 2021.1.10 snapshots
See gh-33125
2 years ago
Stephane Nicoll 22e56d27a6 Start building against Spring Framework 5.3.24 snapshots
See gh-33124
2 years ago
Stephane Nicoll 89212aa3ba Start building against Reactor 2020.0.25 snapshots
See gh-33123
2 years ago
Stephane Nicoll 36c5ddbd13 Start building against Micrometer 1.8.12 snapshots
See gh-33122
2 years ago
Stephane Nicoll cd0a8c3ab9 Merge pull request #33109 from sdeleuze
* pr/33109:
  Remove outdated native image documentation

Closes gh-33109
2 years ago
Sébastien Deleuze 88cf2bbae9 Remove outdated native image documentation
See gh-33109
2 years ago
Stephane Nicoll 656c4b9390 Polish 2 years ago
Andy Wilkinson fe72f307f4 Avoid actuator beans being ineligible for post-processing
Closes gh-33110
2 years ago
Andy Wilkinson b5e502d03b Make class package-private as it's returned from package-private method
Returning a private class from a package-private method causes the
AOT-generated source files to fail to compile as the private class is
not visible.

Closes gh-33106
2 years ago
Madhura Bhave 8cb615e9b6 Remove workarounds for SecurityContextRepository 2 years ago
Madhura Bhave f4cf722c27 Align default security filter dispatcher types with Spring Security
Fixes gh-33090
2 years ago
Andy Wilkinson d34ccb3880 Avoid duplicate test database replacement in native tests
Closes gh-33100
2 years ago
Phillip Webb 954ed3e15e Merge branch '2.7.x'
Closes gh-33102
2 years ago
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