Marcus Da Coregio
8adfc9b463
Merge branch '6.0.x' into 6.1.x
...
Closes gh-13883
2023-09-29 11:46:48 -03:00
Marcus Da Coregio
92c82191c9
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13882
2023-09-29 11:46:00 -03:00
Marcus Da Coregio
64e2a2ff8b
Apply updated Code Style
...
Closes gh-13881
2023-09-29 11:44:32 -03:00
Marcus Da Coregio
da1e949873
Merge branch '6.1.x'
...
Closes gh-13879
2023-09-28 16:02:30 -03:00
Marcus Da Coregio
376db0317c
Merge branch '6.0.x' into 6.1.x
...
Closes gh-13878
2023-09-28 16:00:49 -03:00
Marcus Da Coregio
5351fe43da
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13877
2023-09-28 15:59:56 -03:00
Marcus Da Coregio
650692964e
Fix snapshot_tests on CI workflow
...
Closes gh-13876
2023-09-28 15:58:43 -03:00
Marcus Da Coregio
5a10d2f08c
Merge branch '6.1.x'
2023-09-28 15:14:55 -03:00
Marcus Da Coregio
6a97f3f982
Merge branch '6.0.x' into 6.1.x
2023-09-28 15:13:29 -03:00
Marcus Da Coregio
c6841d83eb
Merge branch '5.8.x' into 6.0.x
2023-09-28 15:01:58 -03:00
Marcus Da Coregio
e29ea47ff7
Use Gradle's Version Catalog
...
Issue gh-13868
2023-09-28 14:57:18 -03:00
Steve Riesenberg
7f61d40415
Fix code style
2023-09-27 10:51:08 -05:00
Marcus Da Coregio
33fb37e134
Fix Tests on JDK 21
...
Issue gh-13811
2023-09-27 11:59:09 -03:00
Steve Riesenberg
4905b91bdd
Run tests on JDK 21
...
Closes gh-13811
(cherry picked from commit 1dcc73ad1f
)
2023-09-26 14:43:19 -05:00
Steve Riesenberg
f879cd6c41
Use Java 17 toolchain for Kotlin
...
Issue gh-13811
2023-09-26 14:42:07 -05:00
Steve Riesenberg
2a80048340
Revert "Run tests on JDK 21"
...
This reverts commit 875096ff77
.
2023-09-25 16:05:47 -05:00
Steve Riesenberg
875096ff77
Run tests on JDK 21
...
Closes gh-13811
(cherry picked from commit 1dcc73ad1f
)
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 1dcc73ad1f
.
2023-09-19 14:11:41 -05:00
Steve Riesenberg
6f7f86c97c
Revert "Add toolchain configuration for buildSrc"
...
This reverts commit a28075a6a3
.
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 6b0d82236d
)
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