Madhura Bhave
2e3187d1f6
Null values from yaml should be stored as empty string
...
When building a flattened map, the YamlProcessor from
Spring Framework, converts a null value to an empty string.
We want the null value to also keep track of its origin,
which is why this commit creates an `OriginTrackedValue`
for an empty string if the original value is null.
Fixes gh-10656
7 years ago
Madhura Bhave
182b6f0d29
Fix OAuth2 client tests as per upstream changes
7 years ago
Andy Wilkinson
66b55defa0
Adapt to password encoder changes in Spring Security
...
Closes gh-10762
7 years ago
Andy Wilkinson
35c6b83fce
Merge pull request #10494 from Johnny Lim
...
* gh-10494:
Polish “Remove explicit type arguments”
Remove explicit type arguments
7 years ago
Andy Wilkinson
2b426c30a6
Polish “Remove explicit type arguments”
...
Closes gh-10494
7 years ago
Johnny Lim
6168fae720
Remove explicit type arguments
...
See gh-10494
7 years ago
Andy Wilkinson
a256602c7b
Polish
7 years ago
Andy Wilkinson
7065a41711
Start building against snapshots for Spring Data Kay-SR1
...
See gh-10759
7 years ago
Andy Wilkinson
f5f56ba6b2
Start building against 2.0 snapshots of Spring Cloud Connectors
...
See gh-10758
7 years ago
Andy Wilkinson
1b3de4bbec
Merge pull request #10754 from Jay Bryant
...
* gh-10754:
Editorial changes to overview section of the reference documentation
7 years ago
Jay Bryant
9a9850310c
Editorial changes to overview section of the reference documentation
...
Closes gh-10754
7 years ago
Stephane Nicoll
76c4819053
Remove internal configuration properties validator cleanup
...
This commit removes the cleanup of the javax.validator.Validator that
can be created to validate @ConfigurationProperties binding as the
memory effect can no longer be reproduced.
Closes gh-10573
7 years ago
Stephane Nicoll
59a906bd58
Upgrade Java9 build to AspectJ 1.9.0.RC1
7 years ago
Andy Wilkinson
9dc575a59d
Upgrade to Reactor Bismuth-SR3
...
Closes gh-10679
7 years ago
Stephane Nicoll
bfd0e319d2
Fix typo
7 years ago
Stephane Nicoll
2b69e3c6d5
Fix metadata of spring.mustache.suffix
...
Closes gh-10752
7 years ago
Andy Wilkinson
67a8c3a838
Remove erroneous dependency management for reactor-extra
...
See 64939008
7 years ago
Andy Wilkinson
90ecb29667
Align with spring-security-jwt-jose being renamed to s-s-auth2-jose
...
Closes gh-10750
7 years ago
Andy Wilkinson
64939008fc
Update to Reactor Bismuth-SR2
...
Closes gh-10679
7 years ago
Andy Wilkinson
616bac0d4f
Upgrade to Reactor Bismuth-SR1
...
Closes gh-10679
7 years ago
Andy Wilkinson
b7ce3e00a1
Revert Reactor Bismuth-SR1 work arounds as it is now in Central
...
This commit reverts:
- 362735c
- a6a8195
Closes gh-10738
7 years ago
Andy Wilkinson
a6a8195ea8
Update CLI to work around Framework's early adoption of Bismuth-SR1
7 years ago
Andy Wilkinson
e561b969bf
Remove dependency management for s-b-s-security-reactive
...
See gh-10704
7 years ago
Andy Wilkinson
362735c5b9
Work around Framework adopting Reactor Bismuth-SR1 that's not in Central
7 years ago
Andy Wilkinson
34205d189a
Upgrade to Jetty El 8.5.23
...
Closes gh-10737
7 years ago
Andy Wilkinson
8d861053ad
Upgrade to Narayana 5.7.1.Final
...
Closes gh-10736
7 years ago
Andy Wilkinson
a86b7e3fdb
Upgrade to Hibernate Validator 6.0.3.Final
...
Closes gh-10735
7 years ago
Andy Wilkinson
f47d158e97
Upgrade to Hibernate 5.2.12.Final
...
Closes gh-10734
7 years ago
Andy Wilkinson
a08ee4660b
Upgrade to Derby 10.14.1.0
...
Closes gh-10733
7 years ago
Andy Wilkinson
680311cdc2
Upgrade to Rxjava 1.3.3
...
Closes gh-10732
7 years ago
Andy Wilkinson
a46284a7eb
Upgrade to Commons Codec 1.11
...
Closes gh-10731
7 years ago
Andy Wilkinson
0bca0dd6d0
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
8df5833b2a
Upgrade to Spring Ws 2.4.1.RELEASE
...
Closes gh-10730
7 years ago
Andy Wilkinson
46237c97fa
Upgrade to Hibernate Validator 5.3.6.Final
...
Closes gh-10729
7 years ago
Andy Wilkinson
fa5085f355
Upgrade to Aspectj 1.8.12
...
Closes gh-10728
7 years ago
Madhura Bhave
64b9451e2f
Fix OAuth2 client tests following upstream changes
7 years ago
Stephane Nicoll
ef80772b92
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
e7097844dc
Polish
7 years ago
Andy Wilkinson
fa1eceda8d
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
9e6e200d8d
Describe how to handle application events from descendant contexts
...
Closes gh-8899
7 years ago
Stephane Nicoll
61f16fe68f
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
c88559e073
Add a section on user configuration and slicing
...
Closes gh-7999
7 years ago
Stephane Nicoll
a8e0b0dd4e
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
42fe8c1f38
Document effect of user configuration on slicing
...
Closes gh-10709
7 years ago
Stephane Nicoll
0dc6ca5b08
Merge pull request #10700 from izeye:polish-20171020
...
* pr/10700:
Polish
7 years ago
Johnny Lim
44ae148ecd
Polish
...
Closes gh-10700
7 years ago
Stephane Nicoll
ef9b9d9a3e
Polish
...
See gh-10671
7 years ago
Madhura Bhave
80b5da78a1
Fix test failures
7 years ago
Madhura Bhave
8600bd7294
Upgrade to Spring Security 5.0.0.BUILD-SNAPSHOT
...
Following some changes in the latest snapshot this includes:
- Some updates to oauth2 client auto-config
- Security auto-config no longer relies on GlobalAuthenticationConfigurerAdapter
- Remove reactive security starter
Closes gh-10704
7 years ago
Madhura Bhave
eb446d07d9
Default provider to registration-id if not present
...
Closes gh-10671
7 years ago