Valeriy Vyrva
0e30b923f8
Check for null value with the appropriate assertion method
2023-10-03 08:16:21 -06:00
adrianpoplesanu
823bc971f5
Make Optional Pretty-Printed Metadata
...
Closes gh-13715
2023-10-03 08:15:23 -06:00
Marcus Da Coregio
cc6010876f
Merge branch '6.1.x'
...
Closes gh-13943
2023-10-03 08:43:41 -03:00
Marcus Da Coregio
50cd5049de
Merge branch '6.0.x' into 6.1.x
...
Closes gh-13942
2023-10-03 08:43:21 -03:00
Marcus Da Coregio
2af78c19ab
Saml2LogoutRequestMixin relayState property should be binding
...
Closes gh-12539
2023-10-03 08:42:43 -03:00
Marcus Da Coregio
4c3c3e6c20
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13939
2023-10-03 08:41:50 -03:00
Marcus Da Coregio
64270f28e4
Saml2LogoutRequestMixin relayState property should be binding
...
Closes gh-12539
2023-10-03 08:41:33 -03:00
Josh Cummings
cef882b84e
Merge branch '6.1.x'
2023-10-02 18:11:50 -06:00
Seongguk Jeong
d8eadd2207
Replace deprecated method
...
Replace HttpMethod.resolve() to HttpMethod.valueOf()
2023-10-02 17:49:39 -06:00
Josh Cummings
c7ea8c6ac7
Fix Formatting
...
Issue gh-13654
2023-10-02 17:47:37 -06:00
Josh Cummings
a3227f041c
Polish OAuth2AuthorizationManagers
...
- Add OAuth2ReactiveAuthorizationManagers
- Code to interfaces
- Align error message with the same in
AuthorityAuthorizationManager
- Adjust expectations in tests to confirm an
appropriately constructed authorizaion manager
- Add JavaDoc and reference documentation
Issue gh-13654
2023-10-02 17:26:06 -06:00
Mario Petrovski
2ee8f27997
Fix imports
2023-10-02 17:23:49 -06:00
Mario Petrovski
97ec5c921e
Fix imports in tests
2023-10-02 17:23:49 -06:00
Mario Petrovski
e1db108cb9
Improvements and unit tests.
2023-10-02 17:23:49 -06:00
Mario Petrovski
5e0ea6ce8a
Fix formatting
2023-10-02 17:23:49 -06:00
Mario Petrovski
35e5533a4b
Fix formatting
2023-10-02 17:23:49 -06:00
Mario Petrovski
e99b37a6cb
Fix build
2023-10-02 17:23:49 -06:00
Mario Petrovski
19ae3a765d
Make class final
2023-10-02 17:23:49 -06:00
Mario Petrovski
141605cb24
Fix check build issues
2023-10-02 17:23:49 -06:00
Mario Petrovski
926f4a75ba
Set the import order correctly
2023-10-02 17:23:49 -06:00
Mario Petrovski
81a708e25f
Closes #13754 Add hasScope and hasAnyScope for authorization rules
2023-10-02 17:23:49 -06:00
dependabot[bot]
ab72998b7c
Bump org-apache-maven-resolver from 1.9.15 to 1.9.16
...
Bumps `org-apache-maven-resolver` from 1.9.15 to 1.9.16.
Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.15 to 1.9.16
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.15...maven-resolver-1.9.16 )
Updates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.15 to 1.9.16
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.15...maven-resolver-1.9.16 )
Updates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.15 to 1.9.16
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.15...maven-resolver-1.9.16 )
---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-impl
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:24:32 -03:00
dependabot[bot]
d2d6d0fa88
Bump io.mockk:mockk from 1.13.7 to 1.13.8
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.7 to 1.13.8.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.7...1.13.8 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:23:58 -03:00
dependabot[bot]
555ddce07c
Bump org.hibernate.orm:hibernate-core from 6.3.0.CR1 to 6.3.1.Final
...
Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ) from 6.3.0.CR1 to 6.3.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.3.0.CR1...6.3.1 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:23:43 -03:00
Marcus Da Coregio
126418f1e7
Merge branch '6.1.x'
2023-10-02 15:21:40 -03:00
dependabot[bot]
7be710a9e3
Bump com.github.spullara.mustache.java:compiler from 0.9.4 to 0.9.10
...
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java ) from 0.9.4 to 0.9.10.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.4...0.9.10 )
---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:21:20 -03:00
dependabot[bot]
9d23f4f9f5
Bump org-aspectj from 1.9.20 to 1.9.20.1
...
Bumps `org-aspectj` from 1.9.20 to 1.9.20.1.
Updates `org.aspectj:aspectjrt` from 1.9.20 to 1.9.20.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
Updates `org.aspectj:aspectjweaver` from 1.9.20 to 1.9.20.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
---
updated-dependencies:
- dependency-name: org.aspectj:aspectjrt
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.aspectj:aspectjweaver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:21:12 -03:00
dependabot[bot]
5bda091289
Bump org-eclipse-jetty from 11.0.15 to 11.0.16
...
Bumps `org-eclipse-jetty` from 11.0.15 to 11.0.16.
Updates `org.eclipse.jetty:jetty-server` from 11.0.15 to 11.0.16
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.15...jetty-11.0.16 )
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.15 to 11.0.16
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.15...jetty-11.0.16 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:21:04 -03:00
dependabot[bot]
7730859c5f
Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10
...
Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk ) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/pingidentity/ldapsdk/releases )
- [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html )
- [Commits](https://github.com/pingidentity/ldapsdk/compare/6.0.9...6.0.10 )
---
updated-dependencies:
- dependency-name: com.unboundid:unboundid-ldapsdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:20:56 -03:00
dependabot[bot]
5e9ab102b5
Bump org.springframework:spring-framework-bom from 6.0.11 to 6.0.12
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.0.11 to 6.0.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.0.12 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:20:48 -03:00
Marcus Da Coregio
e1a3399399
Merge branch '6.1.x'
2023-10-02 15:14:21 -03:00
Marcus Da Coregio
a51b09eebb
Merge branch '6.0.x' into 6.1.x
2023-10-02 15:14:09 -03:00
dependabot[bot]
13a2975aec
Bump com.github.spullara.mustache.java:compiler from 0.9.4 to 0.9.10
...
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java ) from 0.9.4 to 0.9.10.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.4...0.9.10 )
---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:13:48 -03:00
dependabot[bot]
50b865a284
Bump org.springframework.data:spring-data-bom from 2022.0.9 to 2022.0.10
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2022.0.9 to 2022.0.10.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2022.0.9...2022.0.10 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:13:26 -03:00
dependabot[bot]
c23b15d782
Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10
...
Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk ) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/pingidentity/ldapsdk/releases )
- [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html )
- [Commits](https://github.com/pingidentity/ldapsdk/compare/6.0.9...6.0.10 )
---
updated-dependencies:
- dependency-name: com.unboundid:unboundid-ldapsdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:13:08 -03:00
dependabot[bot]
6f01554430
Bump com.google.code.gson:gson from 2.8.6 to 2.8.9
...
Bumps [com.google.code.gson:gson](https://github.com/google/gson ) from 2.8.6 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:12:49 -03:00
dependabot[bot]
9d90a37381
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.1
...
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases )
- [Commits](https://github.com/eclipse-ee4j/jaxb-api/compare/4.0.0...4.0.1 )
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:12:31 -03:00
Marcus Da Coregio
23defe3181
Merge branch '6.1.x'
2023-10-02 15:10:29 -03:00
Marcus Da Coregio
ae1eda9a2b
Merge branch '6.0.x' into 6.1.x
2023-10-02 15:10:19 -03:00
Marcus Da Coregio
07f01ff25a
Merge branch '5.8.x' into 6.0.x
2023-10-02 15:10:10 -03:00
dependabot[bot]
ece5089cc8
Bump org-aspectj from 1.9.20 to 1.9.20.1
...
Bumps `org-aspectj` from 1.9.20 to 1.9.20.1.
Updates `org.aspectj:aspectjrt` from 1.9.20 to 1.9.20.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
Updates `org.aspectj:aspectjweaver` from 1.9.20 to 1.9.20.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
---
updated-dependencies:
- dependency-name: org.aspectj:aspectjrt
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.aspectj:aspectjweaver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:09:50 -03:00
dependabot[bot]
448d23dd3e
Bump org.springframework.data:spring-data-bom
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2021.2.15 to 2021.2.16.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2021.2.15...2021.2.16 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:09:34 -03:00
dependabot[bot]
0108241049
Bump org.springframework:spring-framework-bom from 5.3.29 to 5.3.30
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 5.3.29 to 5.3.30.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:09:13 -03:00
dependabot[bot]
88cfae4182
Bump org-eclipse-jetty from 9.4.51.v20230217 to 9.4.52.v20230823
...
Bumps `org-eclipse-jetty` from 9.4.51.v20230217 to 9.4.52.v20230823.
Updates `org.eclipse.jetty:jetty-server` from 9.4.51.v20230217 to 9.4.52.v20230823
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-9.4.52.v20230823 )
Updates `org.eclipse.jetty:jetty-servlet` from 9.4.51.v20230217 to 9.4.52.v20230823
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-9.4.52.v20230823 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 15:08:47 -03:00
Marcus Da Coregio
5055ee98db
Merge branch '6.1.x'
2023-09-29 15:51:01 -03:00
Marcus Da Coregio
3e83e744ae
Merge branch '6.0.x' into 6.1.x
2023-09-29 15:50:31 -03:00
Marcus Da Coregio
e551d0b411
Merge branch '5.8.x' into 6.0.x
2023-09-29 15:50:17 -03:00
Marcus Da Coregio
b9836d618a
Fix Workflows
...
Issue gh-13873
2023-09-29 15:50:10 -03:00
Marcus Da Coregio
2505c08e8f
Do Not Run Some Workflows on Dependabot's PRs
...
Issue gh-13873
(cherry picked from commit 3aae03b1b2
)
2023-09-29 15:48:12 -03:00
Marcus Da Coregio
9e877c9bc6
Do not run some workflows for Dependabot branches
...
Issue gh-13873
(cherry picked from commit ab812b2b53
)
2023-09-29 15:48:11 -03:00