Josh Cummings
de062c6724
Merge branch '6.5.x'
2025-11-19 15:27:11 -07:00
Josh Cummings
29c63bee69
Stop Deploying JavaDoc Outside of Antora
...
Closes gh-18198
2025-11-19 15:23:50 -07:00
Tran Ngoc Nhan
ef5c703010
Remove unused import
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-08-19 22:05:25 -05:00
Rob Winch
f6cb0bd610
Merge Use 2004-present Copyright Header
...
The original merge into main did not apply the changes. This fixes it.
Closes gh-17635
2025-07-29 10:52:42 -05:00
Rob Winch
392129b616
Use 2004-present Copyright Header
...
The Spring portfolio is changing to use <inception-year>-present in
the copyright headers to simplify keeping headers up to date. This
commit updates the headers and the checkstyle accordingly.
The commit updated etc/checkstyle/header.txt
It also updated the copyright headers using the following find/replace:
Find: (Copyright \d{4})\s*(\-\d{4})? the original author or authors.
Replace: Copyright 2004-present the original author or authors.
Closes gh-17633
2025-07-29 09:45:23 -05:00
Rob Winch
adb303e152
Add testRuntimeOnly junit-platform-launcher
...
Closes gh-16755
2025-03-17 14:16:44 -05:00
Steve Riesenberg
91f0a5a434
Remove missed test
...
Note: This test was missed when removing unused code in
f11ba8f7f175a32c8e2b158f6924b8f1e4b1ea13.
Issue gh-14242
2024-02-05 14:43:26 -06:00
Steve Riesenberg
ad71f57143
Add spring-security-release-plugin
...
Issue gh-14242
2024-02-02 15:47:31 -06: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
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
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
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
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
Marcus Da Coregio
5e4f1ba211
Merge branch '5.8.x'
...
Closes gh-11826
2022-09-16 10:19:32 -03:00
Marcus Da Coregio
7756247c3a
Simplify checkSamples task
...
Closes gh-11814
2022-09-16 09:36:12 -03:00
Marcus Da Coregio
00584327bd
Merge branch '5.8.x'
...
Closes gh-11769
2022-08-30 11:01:15 -03:00
Marcus Da Coregio
40abf87ae6
Add buildScan to checkRemote
...
Closes gh-11766
2022-08-30 09:11:08 -03:00
Rob Winch
f33d7253b6
GitHubMilestoneApiTests due_on Uses LocalDate
...
`GitHubMilestoneApiTests` uses `Instant.now()` for `due_on`. Since
`Instant.now()` is UTC time based,
`isMilestoneDueTodayWhenDueTodayThenTrue` fails when the computer that runs
the test is not the same day as it is in UTC time.
To fix it, `due_on` should be set to an `Instant` based upon the timezone
of the current computer.
Closes gh-11706
2022-08-15 13:04:29 -05:00
Rob Winch
c7b39eed58
GitHubMilestoneApiTests due_on Uses LocalDate
...
`GitHubMilestoneApiTests` uses `Instant.now()` for `due_on`. Since
`Instant.now()` is UTC time based,
`isMilestoneDueTodayWhenDueTodayThenTrue` fails when the computer that runs
the test is not the same day as it is in UTC time.
To fix it, `due_on` should be set to an `Instant` based upon the timezone
of the current computer.
Closes gh-11706
2022-08-15 13:02:32 -05:00
Steve Riesenberg
148756076c
Backport release automation and github actions
...
Closes gh-11501
2022-07-13 15:51:25 -05:00
Steve Riesenberg
539443b4be
Add GitHubReleasePlugin with createGitHubRelease task
...
Issue gh-10456
Issue gh-10457
2022-07-13 15:51:24 -05:00
Steve Riesenberg
98fbc7a88f
Calculate release day from the first Monday
...
Fixes an issue where the first day of the month is (for example) a
Tuesday causing the 2nd Tuesday and 3rd Monday to be over a week apart.
Issue gh-10458
2022-06-09 15:30:37 -05:00
Steve Riesenberg
ab3b6ae95f
Add scheduleNextRelease gradle task
2022-06-03 15:07:42 -05:00
Steve Riesenberg
2c93a92afa
Add dispatchGitHubWorkflow gradle task
2022-06-03 10:19:02 -05:00
Marcus Da Coregio
330f0f050d
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
2022-05-11 16:13:34 -03:00
Marcus Da Coregio
cddffa46b4
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
2022-05-11 12:32:16 -03:00
Simone Giannino
c719a8e4d4
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
2022-04-01 13:14:56 -03:00
Simone Giannino
e4a321511a
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
2022-04-01 13:08:18 -03:00
Eleftheria Stein
55c956ee68
Add task to update version in antora.yml
...
This task updates the docs version based on the version in gradle.properties
Closes gh-11020
2022-03-28 18:11:20 +02:00
Eleftheria Stein
1a1ef42094
Add workflow that triggers release on due date
...
Add 2 Gradle tasks, one that calculates the next release milestone based on the current version and one that checks if it is due today.
Issue gh-10451
Issue gh-10455
2022-02-03 10:11:46 +01:00
Rob Winch
c67ee6f2a8
javax.servlet:javax.servlet-api -> jakarta.servlet:jakarta.servlet-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
8eeacf4a36
Fix Antora for Milestone & RC
...
- Verify Antora display_version
- Run workflow for tags
- Allow run workflow manually
Issue gh-10765
2022-01-18 14:20:47 -06:00
Rob Winch
ade0872d09
Verify Antora display_versionsaving
...
Issue gh-10765
2022-01-18 14:10:39 -06:00
Rob Winch
1fa35fb9a8
Antora prerelease: true for milestone and rc
2022-01-05 10:00:56 -06:00
Rob Winch
d5483f7cbb
Antora prerelease: true for milestone and rc
2022-01-05 09:59:18 -06:00
Rob Winch
783a43ea35
Add CheckAntoraVersionPlugin
2022-01-04 15:52:05 -06:00
Rob Winch
9b6c7af526
Add CheckAntoraVersionPlugin
2022-01-04 15:33:24 -06:00
Steve Riesenberg
80e39e9343
Add GitHubReleasePlugin with createGitHubRelease task
...
Closes gh-10456
Closes gh-10457
2021-12-22 10:24:18 -06:00
Lars Grefer
719149f01d
Remove usages of Gradle's jcenter() repository
...
Closes gh-10253
2021-11-22 09:38:49 -03:00
Lars Grefer
0541341201
Remove usages of Gradle's jcenter() repository
...
Closes gh-10253
2021-11-22 08:42:40 -03:00
Marcus Da Coregio
db60df2f9c
Update to Spring Framework 6.0
...
Issue gh-10360
2021-11-01 09:02:42 -03:00
Marcus Da Coregio
010f719344
Upgrade to JDK 17
...
Closes gh-10343
2021-11-01 09:02:42 -03:00
Marcus Da Coregio
d2e5f2ae0d
Update Gradle to 7.2
...
Closes gh-9615
2021-10-04 15:19:40 -03:00
Rob Winch
be9ff16583
Remove Asciidoctor from the build in favor of Antora
2021-09-23 15:50:14 -05:00
Marcus Da Coregio
87687bf03f
Fix Gradle Plugin
...
Fix IncludeCheckRemotePlugin to add the default tasks even without defining the extension properties
Issue gh-9846
2021-07-30 11:29:53 -03:00
Marcus Da Coregio
c562d56ff4
Add checkSamples task
...
Closes gh-9846
2021-07-27 14:11:51 -03:00