Commit Graph

13248 Commits

Author SHA1 Message Date
Josh Cummings d4d03ea146
Update jackson-bom to 2.13.5
Closes gh-12731
2023-02-17 15:52:32 -07:00
Byeonggon Lee f2c4656abd
Fix typo in form.adoc
Closes gh-12678
2023-02-17 15:52:26 -06:00
Steve Riesenberg edff50cb08
Merge branch '5.8.x' into 6.0.x 2023-02-17 12:01:59 -06:00
Steve Riesenberg 6ba88e6545
Update org.springframework.data to 2021.2.8
Closes gh-12726
2023-02-17 11:58:43 -06:00
Steve Riesenberg a3855ea092
Update org.springframework to 5.3.25
Closes gh-12725
2023-02-17 11:58:39 -06:00
Steve Riesenberg f57b433fb1
Update junit-bom to 5.9.2
Closes gh-12723
2023-02-17 11:58:32 -06:00
Steve Riesenberg 30566eba9e
Update hibernate-entitymanager to 5.6.15.Final
Closes gh-12722
2023-02-17 11:58:28 -06:00
Steve Riesenberg c373f6afd9
Update org.aspectj to 1.9.19
Closes gh-12721
2023-02-17 11:58:24 -06:00
Steve Riesenberg d245a54951
Update io.spring.nohttp to 0.0.11
Closes gh-12720
2023-02-17 11:58:21 -06:00
Steve Riesenberg 5f599d3d77
Update blockhound to 1.0.7.RELEASE
Closes gh-12719
2023-02-17 11:58:17 -06:00
Steve Riesenberg f49a933490
Update io.projectreactor to 2020.0.28
Closes gh-12717
2023-02-17 11:58:11 -06:00
Steve Riesenberg 8961264ec5
Update jackson-bom to 2.13.5
Closes gh-12714
2023-02-17 11:58:00 -06:00
Steve Riesenberg aaa6983fda
Exclude mockk 1.13.4 update
Issue gh-12695
2023-02-17 11:55:57 -06:00
Marcus Da Coregio 6f1c9184db Update spring-ldap-core to 3.0.1
Closes gh-12713
2023-02-17 14:53:54 -03:00
Marcus Da Coregio 8fb9c91acf Update org.springframework.data to 2022.0.2
Closes gh-12712
2023-02-17 14:53:51 -03:00
Marcus Da Coregio 01c3a25d7f Update org.springframework to 6.0.5
Closes gh-12711
2023-02-17 14:53:47 -03:00
Marcus Da Coregio e8a251aa7f Update junit-bom to 5.9.2
Closes gh-12708
2023-02-17 14:53:37 -03:00
Marcus Da Coregio e008b93715 Update hibernate-core to 6.1.7.Final
Closes gh-12707
2023-02-17 14:53:34 -03:00
Marcus Da Coregio 8174ed2291 Update org.aspectj to 1.9.19
Closes gh-12706
2023-02-17 14:53:31 -03:00
Marcus Da Coregio e7c1e2d78d Update maven-resolver-provider to 3.8.7
Closes gh-12705
2023-02-17 14:53:28 -03:00
Marcus Da Coregio 3f2ff0572e Update jakarta.servlet.jsp-api to 3.1.1
Closes gh-12704
2023-02-17 14:53:24 -03:00
Marcus Da Coregio d127ad310f Update io.spring.nohttp to 0.0.11
Closes gh-12703
2023-02-17 14:53:21 -03:00
Marcus Da Coregio b0c823970b Update io.projectreactor to 2022.0.3
Closes gh-12701
2023-02-17 14:53:14 -03:00
Marcus Da Coregio 67a0a1a010 Update mockk to 1.13.4
Closes gh-12700
2023-02-17 14:53:10 -03:00
Marcus Da Coregio bb644fe371 Update micrometer-observation to 1.10.4
Closes gh-12699
2023-02-17 14:53:07 -03:00
Marcus Da Coregio eef519adc5 Update jackson-bom to 2.14.2
Closes gh-12696
2023-02-17 14:52:58 -03:00
Josh Cummings a1b282ff03
Merge branch '5.7.x' into 5.8.x
Closes gh-12693
2023-02-17 10:09:32 -07:00
Josh Cummings 2db4430dcd Preserve OpenSamlAssertingPartyDetails Instance
Closes gh-12667
2023-02-17 10:02:17 -07:00
Josh Cummings cedb9fd199
Merge branch '5.8.x' into 6.0.x
Closes gh-12687
2023-02-16 14:56:32 -07:00
Josh Cummings 0baf650f38
Merge branch '5.7.x' into 5.8.x
Closes gh-12686
2023-02-16 14:55:22 -07:00
Leonid Rozenblyum 000b4bc495 Fix NPE in HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter
Before the fix, these methods would throw a NPE in case when the filter class passed as the second parameter, is not registered yet.

In particular, this exception can occur when mixing standard and custom DSL to register filters.

The fix doesn't change the situation that standard DSL for registration of filters cannot refer to filters that are registered via custom DSL even though those calls were done earlier.

It just provides more user-friendly error handling for this and most likely other scenarios of calls of HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter.

The error handling is implemented similarly to HttpSecurity#addFilter.

Closes gh-12637
2023-02-16 14:54:44 -07:00
Steve Riesenberg c4f68d83bf
Document default CsrfTokenRequestHandler in 6.0
Closes gh-12651
2023-02-16 13:26:23 -06:00
Marcus Da Coregio 5ccf414f02 Merge branch '5.8.x' into 6.0.x 2023-02-16 10:57:33 -03:00
Marcus Da Coregio 82c86b822f Polish session-management.adoc
Remove unresolved anchor

Issue gh-12519
2023-02-16 10:57:02 -03:00
Marcus Da Coregio e59f71f036 Polish session-management.adoc
Remove default values from configuration

Issue gh-12519
2023-02-16 10:52:55 -03:00
Marcus Da Coregio ce222de7e6 Merge branch '5.8.x' into 6.0.x
Closes gh-12680
2023-02-16 10:42:56 -03:00
Marcus Da Coregio 4f3faa78f7 Revisit Session Management docs
Closes gh-12519
2023-02-16 10:39:59 -03:00
Steve Riesenberg 8ab0bf76a3
Merge branch '5.8.x' into 6.0.x 2023-02-15 17:18:40 -06:00
Steve Riesenberg 2876605324
Polish migration doc
Issue gh-12675
2023-02-15 17:18:09 -06:00
Steve Riesenberg bf2951b5af
Add sections for migrating exploit protection in 6.0
Issue gh-12462
2023-02-15 17:18:09 -06:00
Steve Riesenberg ca1961d35e
Link to the latest 6.0.x release
Issue gh-12675
2023-02-15 17:01:28 -06:00
Steve Riesenberg 821db0a1ea
Polish migration doc
Issue gh-12675
2023-02-15 17:00:49 -06:00
Tao Sun 6f5c633241
Fix typo in Authentication Migrations page 2023-02-15 15:14:09 -07:00
Steve Riesenberg 45b81b194b
Expand migration docs regarding CSRF
Closes gh-12462
2023-02-15 14:53:28 -06:00
Josh Cummings 8ca726f4fa
Specify query string
Issue gh-12665
2023-02-14 08:24:07 -07:00
Josh Cummings e7d65966fd
Merge branch '5.8.x' into 6.0.x
Closes gh-12671
2023-02-14 08:01:31 -07:00
Josh Cummings 0d4c619648
Include continue in query string
Closes gh-12665
2023-02-14 08:00:19 -07:00
Dmitriy Grushin 2b36499700 Update expression-based.adoc
Removed a duplicate paragraph that was phrased a bit differently.
2023-02-07 13:00:59 -07:00
Tobias Meurer 7dd5cc6082 Pick Up Custom SecurityContextRespository
Closes gh-12579
2023-02-07 12:46:12 -07:00
Marcus Da Coregio 52ed165476 Move classpath checks to class member variable
Closes gh-11437
2023-02-07 09:25:06 -03:00