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
d0a3270f
Commit
d0a3270f
authored
Jan 13, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x'
Closes gh-19692
parents
abbad997
8edffc8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
15 deletions
+40
-15
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+2
-2
spring-boot-project.setup
eclipse/spring-boot-project.setup
+38
-13
No files found.
CONTRIBUTING.adoc
View file @
d0a3270f
...
...
@@ -98,7 +98,7 @@ The project can be built from the root directory using the standard Gradle comma
=== Importing into Eclipse
You can import the Spring Boot code into any Eclipse 2019-
09
-based distribution. The
You can import the Spring Boot code into any Eclipse 2019-
12
-based distribution. The
easiest way to setup a new environment is to use the Eclipse Installer with the provided
`spring-boot-project.setup` file (in the `/eclipse` folder).
...
...
@@ -112,7 +112,7 @@ provision a new environment. To use the installer:
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
* Switch to "Advanced Mode" using the drop down menu on the right.
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
install, `2019-
09
` as the product version, and click "`next`".
install, `2019-
12
` as the product version, and click "`next`".
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
copy of the source code. Click "`OK`" to add the setup file to the list.
...
...
eclipse/spring-boot-project.setup
View file @
d0a3270f
...
...
@@ -4,12 +4,13 @@
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:jdt=
"http://www.eclipse.org/oomph/setup/jdt/1.0"
xmlns:oomph=
"http://www.eclipse.org/buildship/oomph/1.0"
xmlns:predicates=
"http://www.eclipse.org/oomph/predicates/1.0"
xmlns:setup=
"http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2=
"http://www.eclipse.org/oomph/setup/p2/1.0"
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 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
xsi:schemaLocation=
"http://www.eclipse.org/oomph/setup/jdt/1.0 https://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 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name=
"spring.boot.2.3.x"
label=
"Spring Boot 2.3.x"
>
<setupTask
...
...
@@ -68,8 +69,10 @@
<requirement
name=
"org.eclipse.jst.web_ui.feature.feature.group"
/>
<requirement
name=
"org.eclipse.m2e.feature.feature.group"
versionRange=
"[1.14.0,2.0.0)"
/>
<requirement
name=
"org.eclipse.m2e.feature.feature.group"
/>
<requirement
name=
"org.eclipse.oomph.setup.maven.feature.group"
/>
<requirement
name=
"org.eclipse.oomph.setup.workingsets.feature.group"
/>
<requirement
name=
"org.eclipse.wst.server_adapters.feature.feature.group"
/>
...
...
@@ -78,24 +81,34 @@
<requirement
name=
"org.sonatype.m2e.buildhelper.feature.feature.group"
/>
<requirement
name=
"org.springframework.boot.ide.main.feature.feature.group"
/>
name=
"org.springframework.boot.ide.main.feature.feature.group"
/>
<requirement
name=
"org.springframework.ide.eclipse.boot.dash.feature.feature.group"
/>
name=
"org.springframework.ide.eclipse.boot.dash.feature.feature.group"
/>
<requirement
name=
"org.springframework.tooling.boot.ls.feature.feature.group"
/>
<repository
url=
"http://download.eclipse.org/technology/m2e/milestones/1.14/"
/>
name=
"org.springframework.tooling.boot.ls.feature.feature.group"
/>
<requirement
name=
"org.eclipse.buildship.feature.group"
/>
<requirement
name=
"org.eclipse.buildship.oomph.feature.group"
/>
<repository
url=
"https://dl.bintray.com/spring/javaformat-eclipse/"
/>
<repository
url=
"https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"
/>
<repository
url=
"https://download.springsource.com/release/TOOLS/sts4/update/latest/"
/>
<repository
url=
"https://download.eclipse.org/buildship/updates/e411/releases/"
/>
<description>
Install the tools needed in the IDE to work with the
source code for ${scope.project.label}
</description>
</setupTask>
<setupTask
xsi:type=
"oomph:GradleImportTask"
>
<sourceLocator
rootFolder=
"${checkout.location}"
locateNestedProjects=
"true"
/>
</setupTask>
<setupTask
xsi:type=
"setup.workingsets:WorkingSetTask"
>
<workingSet
...
...
@@ -119,14 +132,26 @@
<workingSet
name=
"spring-boot-starters"
>
<predicate
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-starter(s|-.*)"
/>
xsi:type=
"predicates:OrPredicate"
>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-starter(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-starter"
/>
</predicate>
</workingSet>
<workingSet
name=
"spring-boot-smoke-tests"
>
<predicate
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-smoke-test(s|-.*)"
/>
xsi:type=
"predicates:OrPredicate"
>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-smoke-test(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-smoke-tests-invoker"
/>
</predicate>
</workingSet>
<workingSet
name=
"spring-boot-tests"
>
...
...
@@ -219,7 +244,7 @@
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
value=
"
fals
e"
/>
value=
"
tru
e"
/>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes"
...
...
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