Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
85d0f95f
Commit
85d0f95f
authored
Dec 14, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start work on Spring Boot 2.5
Closes gh-24491
parent
4bb99b46
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
README.adoc
README.adoc
+1
-1
README.adoc
ci/README.adoc
+1
-1
parameters.yml
ci/parameters.yml
+1
-1
spring-boot-project.setup
eclipse/spring-boot-project.setup
+2
-2
prepare-forward-merge
git/hooks/prepare-forward-merge
+1
-1
gradle.properties
gradle.properties
+1
-1
No files found.
README.adoc
View file @
85d0f95f
= Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot-2.
4.x/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot-2.4
.x?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
= Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot-2.
5.x/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot-2.5
.x?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
:github: https://github.com/spring-projects/spring-boot
...
...
ci/README.adoc
View file @
85d0f95f
...
...
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
----
$ fly -t spring-boot set-pipeline -p spring-boot-2.
4
.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring-boot set-pipeline -p spring-boot-2.
5
.x -c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have credhub integration configured with the appropriate
...
...
ci/parameters.yml
View file @
85d0f95f
...
...
@@ -6,7 +6,7 @@ github-repo-name: "spring-projects/spring-boot"
docker-hub-organization
:
"
springci"
artifactory-server
:
"
https://repo.spring.io"
branch
:
"
master"
milestone
:
"
2.
4
.x"
milestone
:
"
2.
5
.x"
build-name
:
"
spring-boot"
concourse-url
:
"
https://ci.spring.io"
bintray-subject
:
"
spring"
...
...
eclipse/spring-boot-project.setup
View file @
85d0f95f
...
...
@@ -11,8 +11,8 @@
xmlns:setup.workingsets=
"http://www.eclipse.org/oomph/setup/workingsets/1.0"
xmlns:workingsets=
"http://www.eclipse.org/oomph/workingsets/1.0"
xsi:schemaLocation=
"http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/buildship/oomph/1.0 https://raw.githubusercontent.com/eclipse/buildship/master/org.eclipse.buildship.oomph/model/GradleImport-1.0.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name=
"spring.boot.2.
4
.x"
label=
"Spring Boot 2.
4
.x"
>
name=
"spring.boot.2.
5
.x"
label=
"Spring Boot 2.
5
.x"
>
<setupTask
xsi:type=
"setup:VariableTask"
type=
"FOLDER"
...
...
git/hooks/prepare-forward-merge
View file @
85d0f95f
...
...
@@ -4,7 +4,7 @@ require 'net/http'
require
'yaml'
require
'logger'
$master_branch
=
"2.
4
.x"
$master_branch
=
"2.
5
.x"
$log
=
Logger
.
new
(
STDOUT
)
$log
.
level
=
Logger
::
WARN
...
...
gradle.properties
View file @
85d0f95f
version
=
2.
4.2
-SNAPSHOT
version
=
2.
5.0
-SNAPSHOT
org.gradle.caching
=
true
org.gradle.parallel
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment