DingHao
5c20505b0e
Support Class Attributes in Annotation Template Processing
...
Closes gh-15721
2024-09-04 13:41:46 -07:00
github-actions[bot]
820e3f5750
Merge branch '6.2.x' into 6.3.x
2024-09-04 03:56:14 +00:00
dependabot[bot]
c44eed0d15
Bump org-eclipse-jetty from 11.0.23 to 11.0.24
...
Bumps `org-eclipse-jetty` from 11.0.23 to 11.0.24.
Updates `org.eclipse.jetty:jetty-server` from 11.0.23 to 11.0.24
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.23 to 11.0.24
---
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>
2024-09-03 20:55:25 -07:00
dependabot[bot]
f4ac42e7fe
Bump org-eclipse-jetty from 11.0.23 to 11.0.24
...
Bumps `org-eclipse-jetty` from 11.0.23 to 11.0.24.
Updates `org.eclipse.jetty:jetty-server` from 11.0.23 to 11.0.24
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.23 to 11.0.24
---
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>
2024-09-03 20:52:56 -07:00
Josh Cummings
ff41521e1e
Merge branch '6.2.x' into 6.3.x
2024-09-03 16:33:46 -06:00
Josh Cummings
b22061d0b6
Merge branch '5.8.x' into 6.2.x
2024-09-03 16:33:22 -06:00
Josh Cummings
97cefa6830
Update Formatting
...
Issue gh-15714
2024-09-03 15:32:59 -07:00
tugjg
f836efb912
Address unnecessary method invocation
...
Closes gh-15714
2024-09-03 15:32:59 -07:00
Marcus Hert Da Coregio
25ddc2acfc
Merge branch '6.2.x' into 6.3.x
2024-09-02 09:00:01 -03:00
Bryan Kelly
69231c5853
Avoid running the VerifyDependenciesVersionsTask and CheckExpecedBranchVersionTask when inputs are stable #15713
2024-09-02 08:45:48 -03:00
Josh Cummings
279cb89eac
Merge branch '6.2.x' into 6.3.x
2024-08-26 16:32:58 -06:00
Hero Wanders
2ba9b6821a
Fix OIDC Logout Code Snippets
2024-08-26 15:32:35 -07:00
Hero Wanders
f372f5cf52
Replace OidcSessionStrategy References with OidcSessionRegistry
2024-08-26 15:32:35 -07:00
Josh Cummings
6ea33ceaea
Merge branch '6.2.x' into 6.3.x
2024-08-26 16:25:12 -06:00
Junhyunny
47723f6d39
Fix code format in OIDC Logout docs
2024-08-26 15:14:02 -07:00
github-actions[bot]
2041d30201
Merge branch '6.2.x' into 6.3.x
2024-08-26 19:41:36 +00:00
dependabot[bot]
5c84d505d9
Bump jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
...
Bumps [jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api](https://github.com/eclipse-ee4j/jstl-api ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/eclipse-ee4j/jstl-api/releases )
- [Commits](https://github.com/eclipse-ee4j/jstl-api/commits )
---
updated-dependencies:
- dependency-name: jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:40:57 -07:00
dependabot[bot]
c3a5cf54d4
Bump jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
...
Bumps [jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api](https://github.com/eclipse-ee4j/jstl-api ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/eclipse-ee4j/jstl-api/releases )
- [Commits](https://github.com/eclipse-ee4j/jstl-api/commits )
---
updated-dependencies:
- dependency-name: jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:40:49 -07:00
Josh Cummings
d134b0a4f4
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15681
2024-08-22 19:44:40 -06:00
Josh Cummings
a3b88a8d4b
Enable Runtime Method Parameter Reflection
...
Several method security tests rely on method parameters
being preserved, in order to demonstrate the difference
between relying on runtime reflection and using the @P
annotation.
Closes gh-15680
2024-08-22 19:44:11 -06:00
Josh Cummings
4c0d969f1f
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15676
2024-08-22 12:37:45 -06:00
Josh Cummings
3ee5a96e53
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15675
2024-08-22 12:24:56 -06:00
Josh Cummings
5c604b95fb
Correct PostFilterAuthorizationMethodInterceptor Target Type
...
Previously, `postFilterAuthorizationMethodInterceptor` mistakenly
was published as an `Advisor`. Because `MethodSecurityAdvisorRegistrar`
re-publishes each pre/post annotation interceptor also as an `Advisor`,
this resulted in a duplicate advisor for `@PostFilter`.
Closes gh-15651
2024-08-22 12:10:25 -06:00
Marcus Hert Da Coregio
9791801bc6
Merge branch '6.2.x' into 6.3.x
2024-08-22 11:06:43 -03:00
Marcus Hert Da Coregio
c06543daf3
Merge branch '5.8.x' into 6.2.x
2024-08-22 11:06:19 -03:00
Marcus Hert Da Coregio
e92a945a2d
Replace Env Variable with Expression
...
Issue gh-15659
2024-08-22 10:17:55 -03:00
dependabot[bot]
a203ab9651
Bump org.jfrog.buildinfo:build-info-extractor-gradle
...
Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/build-info ) from 4.33.20 to 4.33.21.
- [Release notes](https://github.com/jfrog/build-info/releases )
- [Changelog](https://github.com/jfrog/build-info/blob/master/RELEASE.md )
- [Commits](https://github.com/jfrog/build-info/compare/build-info-gradle-extractor-4.33.20...build-info-gradle-extractor-4.33.21 )
---
updated-dependencies:
- dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 20:26:09 -07:00
Steve Riesenberg
fc01ebb995
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15668
2024-08-21 16:21:17 -05:00
Steve Riesenberg
fb054198af
Migrate slack notifications to GChat (2nd attempt)
...
Closes gh-15667
2024-08-21 16:16:50 -05:00
Steve Riesenberg
035f86bdb3
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15667
2024-08-21 15:45:39 -05:00
Steve Riesenberg
92809cef01
Migrate slack notifications to GChat (2nd attempt)
...
Closes gh-15503
2024-08-21 15:44:44 -05:00
github-actions[bot]
7e372c780d
Next development version
2024-08-21 16:26:56 +00:00
github-actions[bot]
868c07af72
Release 6.3.3
2024-08-21 15:55:49 +00:00
dependabot[bot]
a68851fca3
Bump org-eclipse-jetty from 11.0.22 to 11.0.23
...
Bumps `org-eclipse-jetty` from 11.0.22 to 11.0.23.
Updates `org.eclipse.jetty:jetty-server` from 11.0.22 to 11.0.23
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.22 to 11.0.23
---
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>
2024-08-20 21:08:31 -07:00
github-actions[bot]
bf2c1a5979
Merge branch '6.2.x' into 6.3.x
2024-08-21 04:02:50 +00:00
dependabot[bot]
439b797eb8
Bump org-eclipse-jetty from 11.0.22 to 11.0.23
...
Bumps `org-eclipse-jetty` from 11.0.22 to 11.0.23.
Updates `org.eclipse.jetty:jetty-server` from 11.0.22 to 11.0.23
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.22 to 11.0.23
---
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>
2024-08-20 21:02:01 -07:00
Josh Cummings
0cab7c8f15
Defer Sorting AuthorizationAdvisors
...
Invoking AnnotationAwareOrderComparator#sort while the
AuthorizationAdvisors are still being computed causes those
advisors to be eagerly instantiated, making components
like ObservationRegistry ineligible for post processing.
This commit defers the sorting of the advisors until
after they are all fully instantiated and available in
the application context.
Closes gh-15658
2024-08-20 16:47:29 -06:00
Marcus Hert Da Coregio
8272640c7c
Merge branch '6.2.x' into 6.3.x
2024-08-20 09:41:05 -03:00
github-actions[bot]
f4585d8e4a
Bump Gradle Wrapper from 8.7 to 8.10
2024-08-20 09:40:53 -03:00
Marcus Hert Da Coregio
300c8d7913
Merge branch '6.2.x' into 6.3.x
2024-08-20 09:22:56 -03:00
Marcus Hert Da Coregio
83eceea58f
Merge branch '5.8.x' into 6.2.x
2024-08-20 09:22:51 -03:00
github-actions[bot]
25450f87fa
Next development version
2024-08-19 21:15:02 +00:00
github-actions[bot]
097c927d8d
Next development version
2024-08-19 21:10:35 +00:00
github-actions[bot]
38093090c2
Next development version
2024-08-19 21:06:57 +00:00
github-actions[bot]
8fb44fe679
Release 6.3.2
2024-08-19 20:33:54 +00:00
Josh Cummings
ae8e4d148e
Produce Exactly One AuthorizationAdvisor Per Annotation
...
Closes gh-15592
2024-08-19 12:30:03 -06:00
Josh Cummings
27af1df87d
Simplify Method Interceptor Configuration
...
Simplifies to use only one ObjectProvider for easier
future maintenance
Issue gh-15592
2024-08-19 12:27:56 -06:00
github-actions[bot]
0115e8aea1
Release 5.8.14
2024-08-19 18:22:56 +00:00
github-actions[bot]
182cbbbbb7
Release 6.2.6
2024-08-19 18:22:43 +00:00
Marcus Hert Da Coregio
24036578df
Merge branch '6.2.x' into 6.3.x
2024-08-19 10:56:21 -03:00