Brian Clozel
227bc196b1
Consider 7.0.x branch for Antora UI upgrades
1 week ago
Brian Clozel
2fcef050e0
Build 7.1.0-SNAPSHOT
1 week ago
Sam Brannen
143828e27c
Introduce "Attention Required" section in changelog
...
Closes gh-36277
1 month ago
Padraic Slattery
65bdc78a1e
Update GitHub upload-artifact action to version 6
...
Closes gh-36199
Signed-off-by: Padraic Slattery <pgoslatara@gmail.com>
2 months ago
Stéphane Nicoll
ee6a156275
Refresh GitHub Actions
3 months ago
Brian Clozel
a8b8468af0
Update Antora UI Spring to v0.4.19
...
This commit also updates the GitHub workflow for automatic updates to
the currently supported branches.
Closes gh-35798
4 months ago
Sébastien Deleuze
836634c47f
Upgrade CI workflow from Java 24 to Java 25
6 months ago
Sébastien Deleuze
7edb0b3397
Upgrade the build to Java 25
...
See gh-35531
Closes gh-35530
6 months ago
Sébastien Deleuze
498b0c231b
Always provision Java 24 for the CI Gradle build
...
See gh-35007
7 months ago
Stéphane Nicoll
edda4731e1
Build against Java 24
...
Closes gh-35326
7 months ago
Brian Clozel
b48f65aed6
Update milestone release action
...
See gh-35188
8 months ago
Brian Clozel
4063cb5b9a
Publish releases using Central Portal
...
Closes gh-35188
8 months ago
Sébastien Deleuze
0e11dbfcca
Use Java 24 instead of Java 23 in the CI Github action
...
To fix the broken build, and to focus on testing the Java
LTS versions and the latest one.
9 months ago
Brian Clozel
26ae3ed8d4
Upgrade "setup-gradle" GitHub action
9 months ago
Brian Clozel
309f850dad
Use Java 24 for running Gradle
...
As of Gradle 8.14, Gradle is now compatible with Java 24 for running
Gradle.
9 months ago
Stéphane Nicoll
7b8c104077
Upgrade to github-changelog-generator 0.0.12
...
Closes gh-34755
11 months ago
Stéphane Nicoll
e92809d470
Update CI actions
1 year ago
Stéphane Nicoll
fc075d110e
Polish
1 year ago
Brian Clozel
4189f8b477
Update GA release pipeline
...
Push milestones versions to Maven Central.
1 year ago
Brian Clozel
68833e43aa
Skip DCO sign-off for organization members
...
See https://github.com/dcoapp/app
1 year ago
Stéphane Nicoll
c9436992c9
Update actions in CI build
1 year ago
Stéphane Nicoll
cfa3463cec
Polish "Prevent execution of Antora jobs on forks"
...
See gh-34077
1 year ago
Stefano Cordio
d2264b221a
Prevent execution of Antora jobs on forks
...
See gh-34077
1 year ago
Stéphane Nicoll
5ac56bda87
Remove unnecessary workflow in maintenance branch
1 year ago
Brian Clozel
66c3aeee84
Polishing
1 year ago
Brian Clozel
828980bd44
Fix workflow configuration for 6.2.x branch
1 year ago
Brian Clozel
a4cea65ace
Update GitHub workflows for 7.0 generation
1 year ago
Brian Clozel
c6126b2033
Remove Java 22 from CI test matrix
...
Java 23 is now GA.
1 year ago
Stéphane Nicoll
382b51a8d4
Polish
1 year ago
Sébastien Deleuze
57eb4823d2
Stop submitting Antora UI PR for 6.0.x and main branches
...
Closes gh-33765
1 year ago
Brian Clozel
88b684c981
Update security policy and issue template
...
Because Spring Framework already has a security policy, this shows up in
the issue template automatically. This commit removes the extra external
link and updates the original security policy.
See gh-33711
1 year ago
Brian Clozel
3bc2c91eff
Revisit GitHub issue template
...
Prior to this commit, this repository had a single issue template
markdown file that listed all the information for creating a new issue
in this project. Because there was a lot, people missed warnings against
creating security reports publicly or asking questions in the issue
tracker.
This commit introduces an issue template configuration that provides
developers with a choice before creating the actual issue.
Closes gh-33711
1 year ago
Stéphane Nicoll
6b975592bf
Harmonize GitHub Actions structure
...
See https://github.com/spring-projects/spring-boot/issues/42512
1 year ago
Stéphane Nicoll
2b8225f11c
Polish "Sync GHA setup"
2 years ago
Stéphane Nicoll
1e6767ac03
Sync GHA setup
2 years ago
Stéphane Nicoll
6bcffe3b4a
Shorten PR jobs to 60 minutes
...
See gh-33302
2 years ago
Stéphane Nicoll
84d1122190
Shorten CI and deploy snapshot jobs to 60 minutes
...
Closes gh-33302
2 years ago
Stéphane Nicoll
e8630f3409
Remove useless permissions on build-and-deploy-snapshot workflow
...
Closes gh-33238
2 years ago
Stéphane Nicoll
48dead4017
Harmonize milestone release workflow
2 years ago
Stéphane Nicoll
c250817284
Update GHA actions
2 years ago
Stéphane Nicoll
f8875ea970
Add missing artifact properties for staging
...
This commit makes sure that docs artifacts have their attributes set
for staging as well. Previously they were not and deployment of Javadoc
did not occur.
Closes gh-33204
2 years ago
Stéphane Nicoll
c9375167fd
Harmonize properties of deploy action
2 years ago
Stéphane Nicoll
022b91980e
Publish release notes as a pre-release for milestones
...
This commit updates the "create-github-release" action to allow an
additional input that specifies whether this is a pre-release. If that
is the case, then the `--prerelease` flag is set.
Closes gh-33200
2 years ago
Stéphane Nicoll
1a21977965
Only promote a milestone when verify has completed
...
See gh-gh-33179
2 years ago
Stéphane Nicoll
f2028d2339
Add workflow for releases to the milestone repository
...
See gh-33179
2 years ago
Stéphane Nicoll
ec4558dc14
Polish
2 years ago
Stéphane Nicoll
d6c623be40
Release from GHA
...
This commit adds a workflow to release the Spring Framework from GitHub
Actions.
Closes gh-33179
2 years ago
Stéphane Nicoll
3d2fb3af3d
Add verification tests
...
In preparation for releasing Spring Framework from GitHub actions, this
commit adds a `verify` workflow that validates that the released bits
are correct by running sample projects against them.
Closes gh-33178
2 years ago
Stéphane Nicoll
fd3bf5b352
Harmonize CI configuration
...
This commit is a continuation of eacfd77d but for workflows specific
to the main branch.
2 years ago
Stéphane Nicoll
0544dfe090
Enable building against Java 23-ea
...
This commit updates the CI workflow to build against Java 23-ea as
well, using the temurin distribution. For consistency, we're also
building against Java 22.
Closes gh-32090
2 years ago