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
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
70f7258341
Simplify JacksonAutoConfiguration as we now require Jackson 2.14
...
See gh-33086
2 years ago
Andy Wilkinson
60917bd114
Remove tests for Jackson 2.11
...
Closes gh-33086
2 years ago
Phillip Webb
32b9945632
Polish
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
c314d62030
Merge branch '2.7.x'
...
Closes gh-33067
2 years ago
Andy Wilkinson
0e70c33725
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33066
2 years ago
dreis2211
34902f5a02
Fix possible type pollution in ConditionEvaluationReport
...
See gh-32916
2 years ago
Andy Wilkinson
a19f1a733e
Correct crash handling in condition report logging listener
...
Closes gh-33027
2 years ago
Andy Wilkinson
3a2703e8f6
Upgrade to Jakarta Mail 2.1 and switch to Eclipse Angus RI
...
Closes gh-33059
Closes gh-33050
2 years ago
Phillip Webb
95557ddbc6
Start building against Spring Integration 6.0.0-RC2 snapshots
...
See gh-33009
2 years ago
Andy Wilkinson
b67c427259
Upgrade to Servlet 6.0 and related EE 10 specs
...
Co-authored-by: Phillip Webb <pwebb@vmware.com>
Closes gh-33036
Closes gh-33037
Closes gh-33038
Closes gh-33039
Closes gh-33040
Closes gh-33041
Closes gh-33042
Closes gh-33043
2 years ago
Andy Wilkinson
bf468ab808
Polish tests to make use of @ParamterizedTest
...
Update tests to use @ParamterizedTest to reduce duplication.
2 years ago
Andy Wilkinson
42f4fd7e41
Revert to Spring Integration 6.0.0-RC1
...
Latest snapshots contain breaking changes that we do not yet know how
to address.
2 years ago
Andy Wilkinson
7e6bc3fdca
Adapt to breaking API change in Spring Integration
...
See gh-33009
2 years ago
Andy Wilkinson
61c9a1540f
Start building against Spring Batch 5.0.0-RC2 snapshots
...
See gh-32935
2 years ago
Moritz Halbritter
4fef5291bf
Fix build
...
Commit 29f085bd1a690ff7281e00b3a925e1160850ffbb in Spring Framework
automatically registers hints for enclosing directories. This fixes the
tests to use a contains instead of exact match.
2 years ago
Moritz Halbritter
dd2bec267c
Revert "Fix build"
...
This reverts commit 50599c5046
.
2 years ago
Moritz Halbritter
50599c5046
Fix build
...
Commit 29f085bd1a690ff7281e00b3a925e1160850ffbb in Spring Framework
automatically registers hints for enclosing directories. This fixes the
tests to expect hints for those directories as well.
2 years ago
Moritz Halbritter
5bf088d88b
Add runtime hints for Liquibase migration file
...
Closes gh-32926
2 years ago
Johnny Lim
5067aab552
Polish
...
See gh-32840
2 years ago
Andy Wilkinson
b9e176ce1a
Inject Jackson modules rather than retrieving them manually
...
Fixes gh-32863
2 years ago
Moritz Halbritter
65c68ba64e
Reinstate old flyway bean method
...
Closes gh-32849
2 years ago
Moritz Halbritter
cd5d2ad3e8
Revert "Extract Flyway configuration mapping in separate class"
...
This reverts commit cf4117856b
.
2 years ago
Moritz Halbritter
cf4117856b
Extract Flyway configuration mapping in separate class
...
Closes gh-32849
2 years ago
Scott Frederick
eeac08e50e
Remove references to WebSecurityConfigurerAdapter from javadoc
...
Closes gh-32879
2 years ago
Phillip Webb
a59b6cb1f3
Polish
2 years ago
Phillip Webb
0f405c06bf
Merge branch '2.7.x'
2 years ago
Phillip Webb
f44531a7a2
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
92b513dc8d
Polish
2 years ago
Phillip Webb
4be3218cb6
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
99edda735e
Polish
2 years ago
Andy Wilkinson
bed313746b
Correct property names to align with changes in 3.0
...
See gh-32837
2 years ago
Andy Wilkinson
a606b26920
Merge branch '2.7.x'
...
Closes gh-32837
2 years ago
Andy Wilkinson
032487117b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32836
2 years ago
Andy Wilkinson
fe51e03019
Support IPv6 addresses in spring.redis.sentinel.nodes
...
Fixes gh-32762
2 years ago
Phillip Webb
ea094ddba6
Fix package tangles caused by ConfigurationProperties hints
...
Relocate `ConfigurationPropertiesReflectionHintsProcessor` and refactor
it to be a general purpose `BindableRuntimeHintsRegistrar`.
Prior to this commit, `ConfigurationPropertiesReflectionHintsProcessor`
was used to declare binding hints for classes that were bound, but
might be `@ConfigurationProperties`. By moving and renaming the class,
it's now better aligned to the way it's used.
Support for `@NestedConfigurationProperties` has been implemented by
adding a `@Nestable` meta-annotation. This allow us to create the
appropriate hints, without the `Binder` needing to be directly aware of
the `@NestedConfigurationProperties` annotation.
Closes gh-32815
2 years ago
Madhura Bhave
ce3c933f77
Adapt to Spring Security changes
...
Closes gh-32604
2 years ago
Phillip Webb
2e74878ba4
Downgrade to OpenSAML 4.0.1
...
See gh-32604
2 years ago
Madhura Bhave
cedd553b83
Remove error page security filter
...
Spring Security now re-applies the authorization rules
to the error page by default. Additionally, it configures
RequestAttributeSecurityContextRepository as the default for
stateless applications allowing those applications to have access
to the original authentication during an error dispatch.
Closes gh-31703
2 years ago
Andy Wilkinson
a87aca2744
Merge branch '2.7.x'
...
Closes gh-32782
2 years ago
Andy Wilkinson
a19e394ebb
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32781
2 years ago
Henning Poettker
4ed072a06b
Upgrade MySQL Connector/J and use new Maven identifiers
...
See gh-32747
2 years ago
Phillip Webb
02cd910f5a
Merge branch '2.7.x'
...
Closes gh-32774
2 years ago
Phillip Webb
fbd416adc6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32773
2 years ago