Marcus Da Coregio
c15f45d9ee
Only register hints for servlet applications
...
Closes gh-12622
2023-02-03 16:37:33 -03:00
Marcus Da Coregio
3572111cf5
Add JwtDecoder hint for oauth2Login
...
Closes gh-12615
2023-02-03 14:34:32 -03:00
luamas
7409d14504
fix javax.json.bind.Jsonb to jakarta.json.bind.Jsonb
...
Closes gh-12616
2023-02-03 12:30:17 -03:00
Josh Cummings
7dc3759f5d
Merge branch '5.8.x' into 6.0.x
2023-02-01 15:25:47 -07:00
Josh Cummings
4a8961bc80
Merge branch '5.7.x' into 5.8.x
2023-02-01 15:24:48 -07:00
jongwooo
aad3e61f4d
chore: Use cache in continuous-integration-workflow.yml
...
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-02-01 14:26:25 -07:00
Rob Winch
4264258c31
Merge branch '5.8.x' into 6.0.x
2023-01-30 16:06:23 -06:00
Rob Winch
eaa9692c0c
Merge branch '5.7.x' into 5.8.x
2023-01-30 16:05:56 -06:00
Dan Allen
51d5fb9c03
upgrade the Gradle Antora Plugin to 1.0.0
2023-01-30 16:04:40 -06:00
Steve Riesenberg
179428f7da
Add section for migrating WebSocket support
...
Issue gh-12378
2023-01-26 15:45:09 -06:00
Steve Riesenberg
13487be268
Default to XorCsrfChannelInterceptor in 6.0.x
...
Closes gh-12378
2023-01-26 15:45:04 -06:00
Steve Riesenberg
1363a4eece
Merge branch '5.8.x' into 6.0.x
2023-01-26 15:44:47 -06:00
Josh Cummings
c3563df25a
Include HttpStatusRequestRequestedHandler
...
Closes gh-12548
2023-01-26 14:07:22 -07:00
Josh Cummings
66711f2365
Add RequestRejectedHandler Test
...
Issue gh-12548
2023-01-26 13:07:16 -07:00
Steve Riesenberg
33e72b35f9
Add section for migrating WebSocket support
...
Issue gh-12378
2023-01-23 16:00:36 -06:00
Steve Riesenberg
c306df9b46
Add XorCsrfChannelInterceptor
...
Issue gh-12378
2023-01-23 16:00:35 -06:00
Rob Winch
9603a68e8f
Merge branch '5.8.x' into 6.0.x
2023-01-17 17:07:20 -06:00
Rob Winch
d42405de42
Merge branch '5.7.x' into 5.8.x
2023-01-17 17:06:03 -06:00
Rob Winch
7db357d36a
Use io.spring.antora.generate-antora-yml
2023-01-17 17:05:55 -06:00
Rob Winch
1084cdb75a
Merge branch '5.8.x' into 6.0.x
2023-01-17 15:10:05 -06:00
Rob Winch
5beabbe357
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12553
2023-01-17 15:03:14 -06:00
Dan Allen
f5bc6ce665
fix unclosed block in docs
2023-01-17 15:02:30 -06:00
Marcus Da Coregio
6f72c07747
Merge branch '5.8.x' into 6.0.x
2023-01-17 14:43:35 -03:00
Marcus Da Coregio
108b03da3a
Merge branch '5.7.x' into 5.8.x
2023-01-17 14:43:17 -03:00
Dan Allen
4cbb057b97
enable fetch option in Antora unless Gradle is running in offline mode
2023-01-17 14:42:54 -03:00
Marcus Da Coregio
20b745e0b7
Merge branch '5.8.x' into 6.0.x
2023-01-17 09:47:08 -03:00
Marcus Da Coregio
8758a00e90
Merge branch '5.7.x' into 5.8.x
2023-01-17 09:46:56 -03:00
Marcus Da Coregio
c0f7cecc6d
Merge branch '5.6.x' into 5.7.x
2023-01-17 09:46:41 -03:00
Dan Allen
22ffa833ca
upgrade Antora plugin and configure playbook provider to support local build
2023-01-17 09:46:24 -03:00
Josh Cummings
e0697de7b2
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12527
2023-01-11 12:48:27 -07:00
Josh Cummings
090c5f96ce
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12526
2023-01-11 12:47:55 -07:00
Josh Cummings
f41b77a4db
Fix Diagram to Say SecurityContextHolderFilter
...
Closes gh-11800
2023-01-11 12:47:07 -07:00
Josh Cummings
4d2dab9b6b
Lookup Parent Observation
...
Closes gh-12524
2023-01-11 10:13:33 -07:00
Josh Cummings
21ceb333a8
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12517
2023-01-10 10:43:25 -07:00
Josh Cummings
6f43104eb3
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12516
2023-01-10 10:42:45 -07:00
Josh Cummings
2028507bf8
Fix Typo in Sample
...
Closes gh-11095
2023-01-10 10:38:28 -07:00
Steve Riesenberg
4e80338a9b
Polish gh-12466
2023-01-10 11:31:51 -06:00
Wellington Domiciano
2c8854bb7f
Adjusts setRequestHandler javadoc in CsrfFilter
...
Adjusts setRequestHandler method javadoc in CsrfFilter class to reflect
changes in 6.0.
In 6.0, the default CsrfTokenRequestHandler changed to
XorCsrfTokenRequestAttributeHandler, however, the javadoc for the
setRequestHandler method still said it was
CsrfTokenRequestAttributeHandler.
This change adjusts the information to make it more accurate, because,
although XorCsrfTokenRequestAttributeHandler is a subclass of
CsrfTokenRequestAttributeHandler, the behavior is quite different.
Closes gh-12464
2023-01-10 11:31:51 -06:00
Josh Cummings
5b6b3d585f
Change EnableReactiveMethodSecurity Defaults
...
Closes gh-12506
2023-01-10 08:30:52 -07:00
Marcus Da Coregio
d1fc789ae2
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12511
2023-01-10 09:42:48 -03:00
Marcus Da Coregio
ae46032ced
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12510
2023-01-10 09:39:40 -03:00
Marcus Da Coregio
ffdb397830
Save the SecurityContext when switching user
...
Closes gh-12504
2023-01-10 09:27:56 -03:00
Josh Cummings
d2d2ad6e96
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12498
2023-01-06 13:57:40 -07:00
Josh Cummings
88a8ef647b
Add Details about @Configuration
...
Closes gh-12486
2023-01-06 13:56:56 -07:00
Josh Cummings
748e912685
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12495
2023-01-06 12:56:21 -07:00
Josh Cummings
5e1db6a771
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12494
2023-01-06 12:55:43 -07:00
Jon Kjennbakken
225dc593a8
Polish NimbusJwtDecoderTests
...
- Add missing mock
Closes gh-12238
2023-01-06 12:53:36 -07:00
Josh Cummings
c308e4665a
Polish Event Name
...
Provide a name with no spaces separate from the human-friendly
one with spaces.
Closes gh-12490
2023-01-06 11:13:11 -07:00
Junichi Sakaeda
930cc68768
Duplicate words.
2023-01-05 10:36:17 -07:00
Olivier Délèze
9535566f84
Update multitenancy.adoc
...
The Java example at line 421 should use the injected `jwtValidator` and not from the current class referenced by `this. jwtValidator`.
2023-01-05 10:32:57 -07:00