14284 Commits

Author SHA1 Message Date
Steve Riesenberg
2a80048340
Revert "Run tests on JDK 21"
This reverts commit 875096ff77ef10d9def436b73b64d1b3bb6aec99.
2023-09-25 16:05:47 -05:00
Steve Riesenberg
875096ff77
Run tests on JDK 21
Closes gh-13811

(cherry picked from commit 1dcc73ad1ff6600867b780f2a9a0cd548f82dbcb)
2023-09-25 12:01:32 -05:00
Steve Riesenberg
ff374935fb
Verify ReactorContext when using Virtual Threads
Closes gh-12791
2023-09-25 12:01:31 -05:00
Marcus Da Coregio
d6fac11bfe Merge branch '6.1.x' 2023-09-25 10:10:48 -03:00
Marcus Da Coregio
e916e44a5e Merge branch '6.0.x' into 6.1.x 2023-09-25 10:10:39 -03:00
Marcus Da Coregio
1a0b8b7994 Merge branch '5.8.x' into 6.0.x 2023-09-25 10:09:40 -03:00
Marcus Da Coregio
664ee9a206 Fix formatting
Issue gh-13776
2023-09-25 10:09:32 -03:00
Jannick Weisshaupt
b67218c150 Fix corrupted saml2 metadata when special characters are present
Closes gh-13776
2023-09-25 14:08:14 +01:00
Marcus Da Coregio
27f0ab9eee Fix formatting
Issue gh-13851
2023-09-25 09:55:02 -03:00
Marcus Da Coregio
33efe84c56 Mark ApacheDS classes for removal
Closes gh-13851
2023-09-25 09:13:45 -03:00
Marcus Da Coregio
6d318914d5 Move Toolchain Config Outside Compile and Test tasks
Issue gh-13811
2023-09-21 16:49:12 +01:00
Marcus Da Coregio
872de2f20f Merge branch '6.1.x' 2023-09-21 15:29:35 +01:00
Marcus Da Coregio
fcb88d3316 Merge branch '6.0.x' into 6.1.x 2023-09-21 15:29:22 +01:00
Marcus Da Coregio
f06c2b9c62 Move sourceSet Declaration Before configurations
Prior to this commit, with Gradle >= 8.1, we were seeing some NoClassDefFoundError related to the sun/reflect/Reflection class when running integrationTest. The error was caused because Gradle was picking the integrationTestRuntimeClasspath instead of runtimeElements, and the integrationTestRuntimeClasspath does not have the proper transitive dependencies.

This commit moves the sourceSet declaration before the configurations declaration, allowing Gradle to create the named configuration automatically using the role with the allowed usage it expects, preventing integrationTestRuntimeClasspath from being selected. The related issue in Gradle is https://github.com/gradle/gradle/issues/26461

Issue gh-13408
2023-09-21 15:28:25 +01:00
Marcus Da Coregio
9e57e49fd6 Upgrade to Gradle 8.3
Closes gh-13408
2023-09-21 15:28:24 +01:00
Steve Riesenberg
c8c63e9db7
Merge tag '6.2.0-M3' 2023-09-19 15:14:29 -05:00
Steve Riesenberg
d76e15d708
Revert "Run tests on JDK 21"
This reverts commit 1dcc73ad1ff6600867b780f2a9a0cd548f82dbcb.
2023-09-19 14:11:41 -05:00
Steve Riesenberg
6f7f86c97c
Revert "Add toolchain configuration for buildSrc"
This reverts commit a28075a6a332f07ea9855ba4d5b18d8ea996b871.
2023-09-19 14:11:25 -05:00
Steve Riesenberg
a28075a6a3
Add toolchain configuration for buildSrc
Issue gh-13811
2023-09-19 12:30:14 -05:00
Josh Cummings
af6fce4a71
Fix Documentation Errors
Issue gh-12570

(cherry picked from commit 6b0d82236d9cab88b5fb031a2a7f72f29b89cc5e)
6.2.0-M3
2023-09-19 12:08:00 -05:00
Steve Riesenberg
1dcc73ad1f
Run tests on JDK 21
Closes gh-13811
2023-09-19 10:39:05 -05:00
Steve Riesenberg
247ce5dcab
Add integration tests for virtual threads
Closes gh-12790
2023-09-19 10:39:05 -05:00
Steve Riesenberg
ecf8467cac
Fix tests on JDK 21
Issue gh-12790
Issue gh-13811
2023-09-19 10:39:04 -05:00
Steve Riesenberg
d48b8697bd
Fix mockito usage
Issue gh-13810
2023-09-19 10:39:04 -05:00
Steve Riesenberg
d6ff58bb7f
Update Mockito to 5.5.0
Closes gh-13810
2023-09-19 10:39:03 -05:00
Steve Riesenberg
f3a012eaa2
Support toolchain switching and JDK 21
Issue gh-12790
Issue gh-13811
2023-09-19 10:39:03 -05:00
Marcus Da Coregio
0e8d04ab40 Merge branch '6.1.x' 2023-09-19 14:20:25 +01:00
Marcus Da Coregio
94bba79834 Merge branch '6.0.x' into 6.1.x 2023-09-19 14:20:17 +01:00
Marcus Da Coregio
0c3f154f38 Merge branch '5.8.x' into 6.0.x 2023-09-19 14:20:01 +01:00
Eric Haag
ac04c2e675 Add dependency between rncToXsd and sourcesJar
Since processResources is configured directly instead of via the source
set container, an explicit dependency task between rncToXsd and
sourcesJar must be defined.

Issue gh-13845
2023-09-19 14:19:45 +01:00
Eric Haag
e63d7fd9e9 Add dependency between rncToXsd and versionlessXsd
Since processResources is configured directly instead of via the source
set container, an explicit dependency task between rncToXsd and
versionlessXsd must be defined.

Issue gh-13845
2023-09-19 14:19:33 +01:00
Eric Haag
718c470910 Prevent creating duplicate .xsd entries
This change removes .xsd entries that would appear in the top level of
the assembled artifacts. This occurred because the output of the
rncToXsd task does not consider the path beneath the resources
directory. To fix this, the processResources task is directly
configured with a copy spec so the required path can be set.

Issue gh-13845
2023-09-19 14:19:19 +01:00
Josh Cummings
6b0d82236d
Fix Documentation Errors
Issue gh-12570
2023-09-18 16:21:37 -06:00
Steve Riesenberg
7104436a01
Merge branch '6.1.x' 2023-09-18 11:23:30 -05:00
Steve Riesenberg
2cc950039b
Merge branch '6.0.x' into 6.1.x 2023-09-18 11:23:12 -05:00
Steve Riesenberg
16f91b9730
Merge branch '5.8.x' into 6.0.x 2023-09-18 11:22:56 -05:00
Steve Riesenberg
700b711c4b
Merge branch '5.7.x' into 5.8.x 2023-09-18 11:22:40 -05:00
github-actions[bot]
c614422f44 Next development version 2023-09-18 16:10:51 +00:00
github-actions[bot]
85e0783796 Next development version 2023-09-18 16:10:25 +00:00
github-actions[bot]
b2f89fbb1c Next development version 2023-09-18 16:10:04 +00:00
github-actions[bot]
ca6bf9d5da Next development version 2023-09-18 16:09:51 +00:00
github-actions[bot]
079049bc14 Next development version 2023-09-18 15:48:31 +00:00
github-actions[bot]
3656fa6e0c Release 5.7.11 5.7.11 2023-09-18 15:24:51 +00:00
github-actions[bot]
564a022ab6 Release 5.8.7 5.8.7 2023-09-18 15:22:27 +00:00
github-actions[bot]
b220d9aa87 Release 6.1.4 6.1.4 2023-09-18 15:21:13 +00:00
github-actions[bot]
a2223184c6 Release 6.2.0-M3 2023-09-18 15:21:12 +00:00
github-actions[bot]
7c17cfae36 Release 6.0.7 6.0.7 2023-09-18 15:21:11 +00:00
Josh Cummings
cb33fd7850
Add OIDC Back-Channel Logout Support
Closes gh-12570
2023-09-16 15:12:21 -06:00
Steve Riesenberg
1461c0f648
Fix version number for aspectj upgrade
Issue gh-13832
2023-09-15 11:58:52 -05:00
Steve Riesenberg
56273dbd48
Update spring-ldap-core to 3.2.0-M3
Closes gh-13839
2023-09-15 11:58:52 -05:00