Marcus Da Coregio
|
779d4725a7
|
Merge branch '6.1.x'
|
2023-08-09 09:56:20 -03:00 |
Marcus Da Coregio
|
35d879191c
|
Merge branch '6.0.x' into 6.1.x
|
2023-08-09 09:56:05 -03:00 |
Marcus Da Coregio
|
17e9fec6eb
|
Merge branch '5.8.x' into 6.0.x
|
2023-08-09 09:55:39 -03:00 |
Mario Petrovski
|
1db8734101
|
Closes #11450 Add Java beans configuration for Remmember Me Docs
|
2023-08-09 09:54:53 -03:00 |
Josh Cummings
|
61bb9ab938
|
Merge branch '6.1.x'
Closes gh-13638
|
2023-08-08 18:18:56 -06:00 |
Josh Cummings
|
67bdbf6c56
|
Merge branch '6.0.x' into 6.1.x
Closes gh-13637
|
2023-08-08 18:18:36 -06:00 |
bigfang
|
b5f42b509b
|
Fix Typo in Getting Started Docs
Closes gh-13605
|
2023-08-08 18:17:51 -06:00 |
Josh Cummings
|
6ee4bbcc13
|
Merge branch '6.1.x'
Closes gh-13596 in 6.2.x
Closes gh-13636
|
2023-08-08 18:12:17 -06:00 |
galmegiz
|
8368c234a5
|
Add Missing Return Statement in Snippet
Closes gh-13596
Closes gh-13595
|
2023-08-08 18:11:53 -06:00 |
Josh Cummings
|
a29f90b29e
|
Merge branch '6.1.x'
Closes gh-13634
|
2023-08-08 17:46:46 -06:00 |
Josh Cummings
|
3edbdc6e87
|
Merge branch '6.0.x' into 6.1.x
Closes gh-13632
|
2023-08-08 17:46:04 -06:00 |
Seongguk Jeong
|
90936537dc
|
Update links in adocs
Spring Security 6.0 requires Spring 6.0 as a minimum and Spring 6.0 requires a minimum of Tomcat 10/Jetty 11
Closes gh-13565
|
2023-08-08 17:45:07 -06:00 |
Kevin Park
|
02aa052fc7
|
Fix typo in method name
|
2023-08-08 17:32:01 -06:00 |
Madhura Bhave
|
68f9371fa6
|
Fix minor typo in docs
|
2023-08-08 17:29:57 -06:00 |
Josh Cummings
|
1c20df6be7
|
Merge branch '6.1.x'
|
2023-08-08 17:27:01 -06:00 |
Josh Cummings
|
36d0ca340a
|
Merge branch '6.0.x' into 6.1.x
|
2023-08-08 17:26:47 -06:00 |
Guillaume Husta
|
a8fcfaa428
|
Doc : typo in Custom DSLs section
Method 'configure' was renamed 'filterChain'
|
2023-08-08 17:26:25 -06:00 |
Josh Cummings
|
3b7e7f63d8
|
Update Jwt Multi-tenancy Documentation
Issue gh-13427
|
2023-08-08 10:03:11 -06:00 |
Josh Cummings
|
fed3de8dce
|
Remove Logging of Untrusted Data
|
2023-08-08 10:02:42 -06:00 |
Josh Cummings
|
3307c656f4
|
Polish
- Added JavaDoc @since attribute
- Added Predicate based test
- Adjusted test names
Issue gh-13427
|
2023-08-08 10:02:42 -06:00 |
Baljit Singh
|
e1bae73703
|
add factory methods for Jwt issuer resolvers
Closes gh-13427
|
2023-08-08 10:02:42 -06:00 |
Baljit Singh
|
7a713cab6f
|
improve performance of Jwt issuer resolvers
|
2023-08-08 10:02:42 -06:00 |
Baljit Singh
|
da35fa0485
|
make logging consistent for Jwt issuer resolvers
|
2023-08-08 10:02:42 -06:00 |
Baljit Singh
|
af00be8a3d
|
fix Javadocs for Jwt issuer resolvers
|
2023-08-08 10:02:42 -06:00 |
Josh Cummings
|
c9b0e3cc11
|
Align Snapshot Data and Reactor with Boot
Issue gh-13627
|
2023-08-08 08:02:53 -06:00 |
Josh Cummings
|
d35b38eb48
|
Restore Boot and Framework Version
Issue gh-13627
|
2023-08-07 21:00:52 -06:00 |
Josh Cummings
|
5fc042f0c0
|
Update Snapshot Build
Closes gh-13627
|
2023-08-07 19:43:13 -06:00 |
Josh Cummings
|
82c0ddc56d
|
Polish
- Add Reactive equivalent
- Update copyright
Issue gh-13310
|
2023-08-07 17:57:02 -06:00 |
Kevin2Jordan
|
e21da061d3
|
Suppress ArrayIndexOutOfBoundsException in XorCsrfTokenRequestAttributeHandler
Closes gh-13310
|
2023-08-07 17:57:02 -06:00 |
Josh Cummings
|
75e0068925
|
Merge branch '6.1.x'
|
2023-08-07 16:03:55 -06:00 |
Josh Cummings
|
8d4a024809
|
Update Copyright
PR gh-13472
|
2023-08-07 16:00:56 -06:00 |
Seongguk Jeong
|
bcd4dcc15c
|
Refactor equals method
Using the accessor method for fields instead of directly access
|
2023-08-07 16:00:18 -06:00 |
Seongguk Jeong
|
8df8d4022e
|
Fix documentation typo
changed "user name" to "username"
|
2023-08-07 16:00:18 -06:00 |
Seongguk Jeong
|
de1357cbd1
|
Refactor equals method
To use the accessor method for username instead of directly accessing the attribute.
|
2023-08-07 16:00:18 -06:00 |
Seongguk Jeong
|
ea19f82b8a
|
Using pattern matching for instanceof
|
2023-08-07 16:00:18 -06:00 |
Seongguk Jeong
|
cd6f33c03e
|
Using putIfAbsent instead of put
|
2023-08-07 16:00:18 -06:00 |
Josh Cummings
|
beab899c3d
|
Fix Import Order
|
2023-08-07 15:56:38 -06:00 |
Josh Cummings
|
400bb5ebdd
|
Merge branch '6.1.x'
|
2023-08-07 15:31:51 -06:00 |
Josh Cummings
|
9a50ca74b4
|
Merge branch '6.0.x' into 6.1.x
|
2023-08-07 15:31:39 -06:00 |
Josh Cummings
|
c20100dab7
|
Merge branch '5.8.x' into 6.0.x
|
2023-08-07 15:31:20 -06:00 |
Kawin Naipongprasit
|
4b44a2d924
|
Adapeter to Adapter
|
2023-08-07 15:25:47 -06:00 |
1993heqiang
|
94c80bc2c6
|
Remove redundant code.
|
2023-08-07 15:01:52 -06:00 |
1993heqiang
|
fb2b0a76e7
|
Fix typo
|
2023-08-07 15:01:52 -06:00 |
Jonas Bamberger
|
0d4e3f939a
|
Clean up SavedRequestAwareWrapper and related test
|
2023-08-07 14:56:39 -06:00 |
Jonas Bamberger
|
07f737b989
|
Return content-type from saved request
|
2023-08-07 14:56:39 -06:00 |
Josh Cummings
|
30d016bcbd
|
Merge branch '6.1.x'
|
2023-08-07 14:48:51 -06:00 |
Josh Cummings
|
b7efa15591
|
Merge branch '6.0.x' into 6.1.x
|
2023-08-07 14:48:37 -06:00 |
Josh Cummings
|
1f27b18398
|
Merge branch '5.8.x' into 6.0.x
|
2023-08-07 14:48:12 -06:00 |
Daniel Shuy
|
e8b9a35494
|
Fix Bearer Token RestTemplate Support example
|
2023-08-07 14:47:37 -06:00 |
Niklas Sparfeld
|
f77f020a47
|
Fix typo: you're -> your
|
2023-08-07 14:44:22 -06:00 |