Eleftheria Stein
0e7dec2d2c
Tag release after updating gradle.properties
...
Closes gh-11023
4 years ago
Eleftheria Stein
992b8c38ac
Update antora on next development version release
...
Move commit from gradle task to workflow. Update antora.yml after project version update and before commit.
Closes gh-11021
4 years ago
Eleftheria Stein
4a25264404
Stage changes before committing in release pipeline
...
Issue gh-11020
4 years ago
Marcus Da Coregio
6ce6a1a55e
Change samplesBranch property to point to correct branch
...
Closes gh-11040
4 years ago
Eleftheria Stein
55c956ee68
Add task to update version in antora.yml
...
This task updates the docs version based on the version in gradle.properties
Closes gh-11020
4 years ago
Marcus Da Coregio
8c34af711e
Use ServletContext in AuthorizationManagerWebInvocationPrivilegeEvaluator
...
Closes gh-10908
4 years ago
Rob Winch
e176d764ba
Add SecurityContextRepository.loadContext(HttpServletRequest)
...
This allows loading the SecurityContext lazily, without the need for the
response, and does not attempt to automatically save the request when
the response is comitted.
Closes gh-11028
4 years ago
Rob Winch
1e3106f3a2
HttpSessionSecurityContextRepository support null HttpServletResponse
...
Closes gh-11029
4 years ago
Eleftheria Stein
759d983d62
Fix formatting in reference docs
4 years ago
Eleftheria Stein
0a2a327476
Fix reference documentation redirects
...
Closes gh-11018
4 years ago
Steve Riesenberg
5a95ebd1ef
Merge branch 'rb6.0.0-M3'
4 years ago
github-actions[bot]
e116bea118
Next development version
4 years ago
Steve Riesenberg
6dbba7b4a8
Release 6.0.0-M3
4 years ago
Steve Riesenberg
a8e8ad4205
Update spring-data-bom to 2022.0.0-M3
...
Closes gh-11017
4 years ago
Yuriy Savchenko
ca00b1415b
Add authorizeHttpRequests to Kotlin DSL
...
Closes gh-10481
4 years ago
Yuriy Savchenko
932ff4f5c4
Fix typos in Kotlin DSL docs
...
Issue gh-10481
4 years ago
Steve Riesenberg
e6673c2816
Update spring-data-bom to 2022.0.0-M3
...
Closes gh-11017
4 years ago
Steve Riesenberg
8fe6ecb459
Update antora.yml
4 years ago
github-actions[bot]
e13199759a
Next development version
4 years ago
github-actions[bot]
e2e1689d9d
Release 6.0.0-M2
4 years ago
Steve Riesenberg
9060cbffcb
Revert "Release 6.0.0-M2"
...
This reverts commit 5f7c98d700a0b60c6350c350d4edf28b0b9e8f85.
4 years ago
github-actions[bot]
5f7c98d700
Release 6.0.0-M2
4 years ago
Steve Riesenberg
55921b380b
Revert "Update spring-data-bom to 2022.0.0-M2"
...
This reverts commit fbd8d784940515d251b8d591602e46e8de40a84c.
4 years ago
Steve Riesenberg
c12c8c4013
Revert "Release 6.0.0-M2"
...
This reverts commit ae607cbd979ec6f77c8a71b3b19a6c4d84f0433f.
4 years ago
github-actions[bot]
ae607cbd97
Release 6.0.0-M2
4 years ago
Steve Riesenberg
fbd8d78494
Update spring-data-bom to 2022.0.0-M2
...
Closes gh-10978
4 years ago
Steve Riesenberg
8aa7029d07
Fix checkstyle errors
...
Issue gh-10989
4 years ago
Steve Riesenberg
8584a82e4c
Update io.spring.javaformat to 0.0.31
...
Closes gh-10989
4 years ago
Steve Riesenberg
99c4a95ded
Update spring-ldap-core to 2.3.6.RELEASE
...
Closes gh-10995
4 years ago
Steve Riesenberg
33d6dbe59d
Update org.slf4j to 1.7.36
...
Closes gh-10994
4 years ago
Steve Riesenberg
d3111685d0
Update htmlunit-driver to 2.59.0
...
Closes gh-10993
4 years ago
Steve Riesenberg
0fba9ff136
Update hibernate-core-jakarta to 5.6.7.Final
...
Closes gh-10992
4 years ago
Steve Riesenberg
54de009c7a
Update org.eclipse.jetty to 11.0.8
...
Closes gh-10991
4 years ago
Steve Riesenberg
f2a13aa446
Update htmlunit to 2.59.0
...
Closes gh-10990
4 years ago
Steve Riesenberg
e81990c44e
Update io.r2dbc to 0.9.1.RELEASE
...
Closes gh-10988
4 years ago
Steve Riesenberg
3e8ed5ea06
Update io.projectreactor to 2020.0.17
...
Closes gh-10986
4 years ago
Steve Riesenberg
dec5070909
Update mockk to 1.12.3
...
Closes gh-10985
4 years ago
Steve Riesenberg
02c61ad750
Update aspectj-plugin to 6.4.1
...
Closes gh-10984
4 years ago
Steve Riesenberg
aebb3807b5
Update com.nimbusds to 9.30
...
Closes gh-10983
4 years ago
Steve Riesenberg
3abae62dee
Update jackson-bom to 2.13.2
...
Closes gh-10980
4 years ago
Steve Riesenberg
217a9e739e
Update logback-classic to 1.2.11
...
Closes gh-10979
4 years ago
Steve Riesenberg
155fe11815
Update release pipeline scheduled time to 5pm UTC
...
Issue gh-10455
4 years ago
Steve Riesenberg
43142a8137
Update CI pipeline to push next snapshot version after release
...
Issue gh-10461
4 years ago
Eleftheria Stein
f12e5cab3c
Add gradle task for updating to next development version
...
Issue gh-10461
4 years ago
Steve Riesenberg
946e24e1c2
Polish gh-10911
4 years ago
David Kirstein
2b6bc5dd0b
Use configurable charset in ServerHttpBasicAuthenticationConverter
...
Closes gh-10903
4 years ago
Steve Riesenberg
428216b322
Add support for customizing claims in JWT Client Assertion
...
Closes gh-9855
4 years ago
Joe Grandja
50a3bcf728
Remove unused code
4 years ago
Jánoky László Viktor
a88b8bf980
ClientAuthenticationMethod equals and hashCode is consistent
...
Closes gh-10559
4 years ago
Joe Grandja
54b033078b
Allow configuring PKCE for confidential clients
...
Closes gh-6548
4 years ago