Marcus Hert Da Coregio
a0e6c17512
Do not log exception if CasJackson2Module is not present
...
Closes gh-15749
2024-09-09 08:32:40 -03:00
dependabot[bot]
e251779b31
Bump @springio/asciidoctor-extensions in /docs
...
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions ) from 1.0.0-alpha.12 to 1.0.0-alpha.13.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.12...v1.0.0-alpha.13 )
---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 18:12:55 -07:00
dependabot[bot]
51b0f1058b
Bump @springio/asciidoctor-extensions in /docs
...
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions ) from 1.0.0-alpha.12 to 1.0.0-alpha.13.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.12...v1.0.0-alpha.13 )
---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 17:51:19 -07: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]
7ad6f38d5b
Bump org-eclipse-jetty from 9.4.55.v20240627 to 9.4.56.v20240826
...
Bumps `org-eclipse-jetty` from 9.4.55.v20240627 to 9.4.56.v20240826.
Updates `org.eclipse.jetty:jetty-server` from 9.4.55.v20240627 to 9.4.56.v20240826
Updates `org.eclipse.jetty:jetty-servlet` from 9.4.55.v20240627 to 9.4.56.v20240826
---
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:40:27 -07: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
Bryan Kelly
69231c5853
Avoid running the VerifyDependenciesVersionsTask and CheckExpecedBranchVersionTask when inputs are stable #15713
2024-09-02 08:45:48 -03: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
Junhyunny
47723f6d39
Fix code format in OIDC Logout docs
2024-08-26 15:14:02 -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
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
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
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
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
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
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
83eceea58f
Merge branch '5.8.x' into 6.2.x
2024-08-20 09:22:51 -03: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]
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
Daniel Garnier-Moiroux
b92ed92548
Fix checkstyle errors with @Deprecated
2024-08-19 10:55:28 -03:00
Daniel Garnier-Moiroux
79fb0113c8
Bump io-spring-javaformat from 0.0.42 to 0.0.43
...
Bumps `io-spring-javaformat` from 0.0.42 to 0.0.43.
Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.42 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases )
- [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.43)
Updates `io.spring.javaformat:spring-javaformat-gradle-plugin` from 0.0.42 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases )
- [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.43)
---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
---
Manual updates:
- Adhere to rule where `@Deprecated` annotations and `@deprecated` javadoc comments MUST
be used together
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 09:11:05 -03:00
dependabot[bot]
6118ef696f
Bump org.apache.maven:maven-resolver-provider from 3.9.8 to 3.9.9
...
Bumps [org.apache.maven:maven-resolver-provider](https://github.com/apache/maven ) from 3.9.8 to 3.9.9.
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.9.8...maven-3.9.9 )
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-resolver-provider
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 20:45:35 -07:00
dependabot[bot]
23d8601db1
Bump org.springframework.data:spring-data-bom from 2023.1.8 to 2023.1.9
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2023.1.8 to 2023.1.9.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.8...2023.1.9 )
---
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>
2024-08-18 20:45:12 -07:00
dependabot[bot]
f10a9b8b33
Bump @antora/collector-extension in /docs
...
---
updated-dependencies:
- dependency-name: "@antora/collector-extension"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 17:43:42 -07:00
dependabot[bot]
2923bc161d
Bump @springio/antora-extensions from 1.13.1 to 1.14.2 in /docs
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.13.1 to 1.14.2.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.13.1...v1.14.2 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 17:43:29 -07:00
github-actions[bot]
cedd068851
Merge branch '5.8.x' into 6.2.x
2024-08-19 00:35:55 +00:00
dependabot[bot]
6b69edb9a7
Bump @antora/collector-extension in /docs
...
---
updated-dependencies:
- dependency-name: "@antora/collector-extension"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 17:35:26 -07:00
dependabot[bot]
0ba26176db
Bump @springio/antora-extensions from 1.13.1 to 1.14.2 in /docs
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.13.1 to 1.14.2.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.13.1...v1.14.2 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 17:35:04 -07:00
dependabot[bot]
e4b38bbfab
Bump org.springframework.ldap:spring-ldap-core from 3.2.4 to 3.2.6
...
Bumps [org.springframework.ldap:spring-ldap-core](https://github.com/spring-projects/spring-ldap ) from 3.2.4 to 3.2.6.
- [Release notes](https://github.com/spring-projects/spring-ldap/releases )
- [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt )
- [Commits](https://github.com/spring-projects/spring-ldap/compare/3.2.4...3.2.6 )
---
updated-dependencies:
- dependency-name: org.springframework.ldap:spring-ldap-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-15 20:53:26 -07:00
github-actions[bot]
62d5c61cfa
Merge branch '5.8.x' into 6.2.x
2024-08-15 03:33:53 +00:00
dependabot[bot]
85775fe794
Bump org.springframework:spring-framework-bom from 5.3.37 to 5.3.39
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 5.3.37 to 5.3.39.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39 )
---
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>
2024-08-14 20:33:05 -07:00
dependabot[bot]
1b8607b5e3
Bump org.springframework:spring-framework-bom from 6.1.11 to 6.1.12
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.1.11 to 6.1.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.11...v6.1.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>
2024-08-14 20:27:45 -07:00
github-actions[bot]
5102098b9e
Merge branch '5.8.x' into 6.2.x
2024-08-14 04:22:18 +00:00
dependabot[bot]
1ca53164ee
Bump io.projectreactor.netty:reactor-netty from 1.0.47 to 1.0.48
...
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty ) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/reactor/reactor-netty/releases )
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.47...v1.0.48 )
---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 21:21:27 -07:00
github-actions[bot]
a5ab4e32ef
Merge branch '5.8.x' into 6.2.x
2024-08-14 04:06:49 +00:00
dependabot[bot]
47a521ca26
Bump io.projectreactor:reactor-bom from 2020.0.46 to 2020.0.47
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2020.0.46 to 2020.0.47.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2020.0.46...2020.0.47 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 21:06:03 -07:00
dependabot[bot]
4da172be00
Bump io.projectreactor:reactor-bom from 2023.0.8 to 2023.0.9
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2023.0.8 to 2023.0.9.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2023.0.8...2023.0.9 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 20:54:31 -07:00
dependabot[bot]
86fc752afa
Bump io.micrometer:micrometer-observation from 1.12.8 to 1.12.9
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.12.8 to 1.12.9.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.8...v1.12.9 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 21:06:10 -07:00
dependabot[bot]
4e84e9f1ba
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.0 to 3.0.1.
- [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-12 20:58:58 -07:00
dependabot[bot]
ccc36f967d
Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16
...
Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-11 20:31:19 -07:00
dependabot[bot]
0c931afa6a
Bump @springio/antora-extensions from 1.13.0 to 1.13.1 in /docs
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.13.0 to 1.13.1.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.13.0...v1.13.1 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-11 17:35:20 -07:00