Marcus Da Coregio
70b0cd66e1
Merge branch '6.1.x'
...
Closes gh-14050
2023-10-25 13:46:50 -03:00
Marcus Da Coregio
e38fee2b40
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14049
2023-10-25 13:46:41 -03:00
Marcus Da Coregio
28dcceae2e
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14048
2023-10-25 13:46:32 -03:00
Marcus Da Coregio
ad2bea3350
Fail build if nimbus-jose-jwt version is not aligned
...
Closes gh-14047
2023-10-25 13:44:23 -03:00
Marcus Da Coregio
a804355f5c
Merge branch '6.1.x'
...
Closes gh-14035
2023-10-18 14:29:30 -03:00
Marcus Da Coregio
93905574d3
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14034
2023-10-18 14:28:11 -03:00
Marcus Da Coregio
fb28ce6aa2
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14033
2023-10-18 14:26:28 -03:00
Marcus Da Coregio
736f1c27cd
Remove updateDependencies plugin
...
Closes gh-13966
2023-10-18 14:12:25 -03:00
Marcus Da Coregio
a67c0a1233
Merge branch '6.1.x'
2023-10-10 13:18:30 -03:00
Marcus Da Coregio
84df78af12
Merge branch '6.0.x' into 6.1.x
2023-10-10 13:18:24 -03:00
Marcus Da Coregio
d0ce8a412f
Remove calls to setCanBeResolved(true) in IntegrationTestPuglin
...
Issue gh-13864
2023-10-10 13:08:21 -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
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
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
Steve Riesenberg
a80d1aafeb
Update io.projectreactor to 2023.0.0-M3
...
Closes gh-13829
2023-09-15 11:54:11 -05:00
Rob Winch
91c89451e7
Merge branch '6.1.x'
...
Automate spring-security.xsd
Closes gh-13826
2023-09-14 23:44:34 -05:00
Rob Winch
7627c2df46
Merge branch '6.0.x' into 6.1.x
...
Automate spring-security.xsd
Closes gh-13825
2023-09-14 23:43:27 -05:00
Rob Winch
342735043d
Merge branch '5.8.x' into 6.0.x
...
Automate spring-security.xsd
Closes gh-13824
2023-09-14 23:42:31 -05:00
Rob Winch
779541b340
Merge branch '5.7.x' into 5.8.x
...
Automate spring-security.xsd
Closes gh-13823
2023-09-14 23:37:53 -05:00
Rob Winch
5b293d2116
Automate spring-security.xsd
...
Closes gh-13819
2023-09-14 16:01:50 -05:00
Steve Riesenberg
5535d17172
Merge branch '6.1.x'
...
Closes gh-13807
Closes gh-13803
Closes gh-13802
2023-09-12 18:55:42 -05:00
Steve Riesenberg
74dc3fd7b1
Merge branch '6.0.x' into 6.1.x
...
Closes gh-13799 in 6.1.x
Closes gh-13801
2023-09-12 17:02:48 -05:00
Steve Riesenberg
a580856bb2
Update jacoco tool version to 0.8.9
...
Closes gh-13798
2023-09-12 17:00:12 -05:00
Steve Riesenberg
04a98cdb49
Update junit-bom to 5.10.0
...
Closes gh-13694
2023-08-18 20:55:26 -05:00
Steve Riesenberg
e52231d71b
Update io.projectreactor to 2023.0.0-M2
...
Closes gh-13686
2023-08-18 20:55:26 -05:00
Steve Riesenberg
da492efc52
Add milestone repo for buildSrc
2023-08-18 20:55:26 -05:00
Steve Riesenberg
b83377bc77
Update io.projectreactor to 2022.0.10
...
Closes gh-13674
2023-08-18 16:13:17 -05:00
Steve Riesenberg
67e1832922
Update io.projectreactor to 2022.0.10
...
Closes gh-13710
2023-08-18 16:01:07 -05:00
Rob Winch
7f2b3bd0e5
Merge branch '6.1.x'
...
Use includeGroupByRegex
This makes the include more robust
Issue gh-13582
2023-08-07 10:28:36 -05:00
Rob Winch
a6c3817a45
Merge branch '6.0.x' into 6.1.x
...
Use includeGroupByRegex
This makes the include more robust
Issue gh-13582
2023-08-07 10:28:18 -05:00
Rob Winch
c4b773b150
Merge branch '5.8.x' into 6.0.x
...
Use includeGroupByRegex
This makes the include more robust
Issue gh-13582
2023-08-07 10:27:32 -05:00
Rob Winch
82e5f62079
Use includeGroupByRegex
...
This makes the include more robust
Issue gh-13582
2023-08-07 10:26:57 -05:00
Rob Winch
12c64a9b1d
Merge branch '6.1.x'
...
Dependencies are resolved from appropriate repositories
Closes gh-13624
2023-08-07 09:55:18 -05:00
Rob Winch
d4d715d8e1
Merge branch '6.0.x' into 6.1.x
...
Dependencies are resolved from appropriate repositories
Closes gh-13623
2023-08-07 09:54:27 -05:00
Rob Winch
4257a97504
Merge branch '5.8.x' into 6.0.x
...
Dependencies are resolved from appropriate repositories
Closes gh-13622
2023-08-07 09:51:55 -05:00
Eric Haag
30bc2634d7
Optimize configuration of project repositories
...
This change applies repository content filtering to configured
repositories, reducing the time spent during dependency resolution.
This fixes an issue where requests for 'org.opensaml',
'net.shibboleth.utilities' and 'net.minidev' dependencies were being
made in the Spring releases repositories, resulting in many failed
requests during dependency resolution and increased resolution times.
Closes gh-13582
2023-08-07 09:51:42 -05:00
Josh Cummings
10990ee377
Update junit-bom to 5.10.0-RC1
...
Closes gh-13541
2023-07-14 19:33:18 -06:00
Josh Cummings
11e6915c98
Update io.projectreactor to 2022.0.9
...
Closes gh-13533
2023-07-14 18:44:35 -06:00
Josh Cummings
a9dcb7c761
Update io.projectreactor to 2022.0.9
...
Closes gh-13525
2023-07-14 15:17:27 -06:00
Josh Cummings
de222572b9
Update io.projectreactor to 2022.0.9
...
Closes gh-13518
2023-07-14 14:30:07 -06:00
Steve Riesenberg
33bbd2a402
Merge branch '6.1.x'
2023-07-12 16:09:04 -05:00
Steve Riesenberg
13f7a7af23
Merge branch '6.0.x' into 6.1.x
2023-07-12 16:08:41 -05:00
Steve Riesenberg
f5538be8d0
Merge branch '5.8.x' into 6.0.x
2023-07-12 16:06:20 -05:00
Steve Riesenberg
b7a9a654f0
Merge branch '5.7.x' into 5.8.x
2023-07-12 16:06:02 -05:00
Steve Riesenberg
e7201c48d1
Fix copy/paste from main
...
Issue gh-13500
2023-07-12 16:04:35 -05:00
Steve Riesenberg
05f90e6688
Merge branch '6.1.x'
2023-07-12 15:53:37 -05:00
Steve Riesenberg
a8f5748a1a
Merge branch '6.0.x' into 6.1.x
2023-07-12 15:53:24 -05:00
Steve Riesenberg
f0f6de435d
Merge branch '5.8.x' into 6.0.x
2023-07-12 15:53:14 -05:00
Steve Riesenberg
a642fdb004
Merge branch '5.7.x' into 5.8.x
2023-07-12 15:52:55 -05:00
Steve Riesenberg
991b398c55
Create release with full docs path
...
Closes gh-13500
2023-07-12 15:51:44 -05:00
Krzysztof Krason
9b603b99ab
Using modern Java features
2023-06-22 11:24:25 -06:00
Marcus Da Coregio
f402679996
Update junit-bom to 5.9.3
...
Closes gh-13391
2023-06-17 17:16:40 -03:00
Steve Riesenberg
73104daa7f
Update junit-bom to 5.9.3
...
Closes gh-13360
2023-06-16 12:16:25 -05:00
Steve Riesenberg
629299d6ee
Update io.projectreactor to 2022.0.8
...
Closes gh-13355
2023-06-16 12:16:09 -05:00
Steve Riesenberg
e687c4a240
Update io.projectreactor to 2022.0.8
...
Closes gh-13338
2023-06-16 12:08:13 -05:00
Josh Cummings
fc1e465fd0
Merge branch '6.0.x'
2023-06-05 13:34:58 -06:00
Janne Valkealahti
c053f6f0c6
Make eclipse/vscode project import work
...
- Gradle projects contain cycles which comes from dependencies to
test sources which is not a problem in gradle but eclipse metadata
generation is getting confused. Thus we need settings to relax errors
org.eclipse.jdt.core.circularClasspath=warning
org.eclipse.jdt.core.incompleteClasspath=warning
- Additionally .classpath entries needs to be changes having
without_test_code=false
test=false
- Aspects end up getting source dirs `build/classes/java/main`
and `build/resources/main` which never have sources. Vscode complains
about that, eclipse is fine. Remove those from entries.
- In tests `htmlunit` depends on `xml-apis`. `xml-apis` are now part
of jdk and eclipse complains about that. Excluse these in a gradle build.
- Both eclipse and vscode don't currently work with buildship, due to
project cycles and buildship cannot be configured. It's possible to
create metadata from `eclipse` task manually which then can be imported.
For this we need to disable automatic import in vscode using buildship.
This goes to `.vscode/settings.json` workspace config.
- Then with these changes user can do something like
git clean -fxd && ./gradlew clean build cleanEclipse eclipse -x checkstyleNohttp -x test -x integrationTest
and import projects manually.
2023-06-05 13:34:30 -06:00
Marcus Da Coregio
d4c349d743
Merge branch '6.0.x'
...
Closes gh-13248
2023-05-30 15:28:16 -03:00
Marcus Da Coregio
adeadae92b
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13247
2023-05-30 15:27:44 -03:00
Marcus Da Coregio
aa8b691ee3
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13246
2023-05-30 15:26:29 -03:00
Marcus Da Coregio
663f5cf76b
Remove /plugins-release and /plugins-snapshot from build
...
Those repositories now need authentication, and we do not actually need them, the dependencies can be resolved from Maven Central
Closes gh-13245
2023-05-30 15:25:54 -03:00
Josh Cummings
be409ada10
Merge branch '6.0.x'
...
Closes gh-13209
2023-05-22 15:43:43 -06:00
Josh Cummings
7c54c0e4fa
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13208
2023-05-22 15:43:27 -06:00
Josh Cummings
62ede47d86
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13207
2023-05-22 15:42:36 -06:00
Josh Cummings
1eefd433b6
Add spring-security.xsd symlink
...
Closes gh-13131
2023-05-22 15:42:02 -06:00
Marcus Da Coregio
27e37ae913
Update junit-bom to 5.9.3
...
Closes gh-13170
2023-05-12 10:11:46 -03:00
Marcus Da Coregio
3b863a9b8d
Update io.projectreactor to 2022.0.7
...
Closes gh-13167
2023-05-12 10:11:36 -03:00
Rob Winch
07aef93d33
Update io.projectreactor to 2022.0.6
...
Closes gh-13046
2023-04-14 13:00:38 -05:00
Marcus Da Coregio
95f2b822a7
Update io.projectreactor to 2022.0.6
...
Closes gh-13034
2023-04-14 14:24:19 -03:00
Josh Cummings
70c5fdeefa
Update junit-bom to 5.9.2
...
Closes gh-12900
2023-03-20 10:48:06 -06:00
Josh Cummings
9d4b35b05c
Update io.spring.nohttp to 0.0.11
...
Closes gh-12892
2023-03-20 10:44:46 -06:00
Josh Cummings
83f09ca719
Update io.projectreactor to 2022.0.5
...
Closes gh-12890
2023-03-20 10:44:28 -06:00
Steve Riesenberg
c760136bb9
Merge branch '6.0.x'
2023-03-01 11:50:36 -06:00
Steve Riesenberg
e144a84163
Merge branch '5.8.x' into 6.0.x
2023-03-01 11:50:27 -06:00
Steve Riesenberg
a6918f9e0c
Merge branch '5.7.x' into 5.8.x
2023-03-01 11:50:17 -06:00
Steve Riesenberg
fabf7f649c
Fix path of copied schema files
...
Issue gh-12804
2023-03-01 11:49:36 -06:00
Steve Riesenberg
78520f690b
Merge branch '6.0.x'
...
Closes gh-12807
2023-02-28 16:20:43 -06:00
Steve Riesenberg
82ffc954d3
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12806
2023-02-28 16:20:24 -06:00
Steve Riesenberg
ad57c0567f
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12805
2023-02-28 16:19:54 -06:00
Steve Riesenberg
26566af431
Copy spring-security-oauth schemas on deploy
...
Closes gh-12804
2023-02-28 16:16:08 -06:00
Steve Riesenberg
2483c03d96
Merge branch '6.0.x'
...
Closes gh-12803
2023-02-28 14:14:30 -06:00
Steve Riesenberg
2a4fe7de58
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12802
2023-02-28 14:14:11 -06:00
Steve Riesenberg
86578ea9de
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12801
2023-02-28 14:13:07 -06:00
Steve Riesenberg
5257e36ffc
Update SaganApi to work with Contentful backend
...
Also fixed an issue with incorrect referenceDocUrl for Antora
with SNAPSHOT versions.
Closes gh-12575
2023-02-28 14:09:51 -06:00
Josh Cummings
f125785328
Update io.spring.nohttp to 0.0.11
...
Closes gh-12734
2023-02-17 15:53:16 -07:00
Steve Riesenberg
f57b433fb1
Update junit-bom to 5.9.2
...
Closes gh-12723
2023-02-17 11:58:32 -06:00
Steve Riesenberg
d245a54951
Update io.spring.nohttp to 0.0.11
...
Closes gh-12720
2023-02-17 11:58:21 -06:00
Marcus Da Coregio
e8a251aa7f
Update junit-bom to 5.9.2
...
Closes gh-12708
2023-02-17 14:53:37 -03:00
Marcus Da Coregio
d127ad310f
Update io.spring.nohttp to 0.0.11
...
Closes gh-12703
2023-02-17 14:53:21 -03:00
Marcus Da Coregio
b0c823970b
Update io.projectreactor to 2022.0.3
...
Closes gh-12701
2023-02-17 14:53:14 -03:00
Marcus Da Coregio
e1d61aff62
Update io.projectreactor to 2022.0.1
...
Closes gh-12419
2022-12-16 14:00:01 -03:00
Marcus Da Coregio
a9506d1e88
Update org.gretty:gretty to 4.0.3
...
Closes gh-12277
2022-11-23 13:28:51 -03:00
Marcus Da Coregio
fd25568330
Merge branch '5.8.x'
...
Closes gh-12159
2022-11-08 13:29:36 -03:00