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
faa38c94
Commit
faa38c94
authored
Jan 11, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Eclipse 2019.12
Closes gh-19281
parent
91fff910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
13 deletions
+20
-13
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+2
-5
spring-boot-project.setup
eclipse/spring-boot-project.setup
+18
-8
No files found.
CONTRIBUTING.adoc
View file @
faa38c94
...
@@ -138,13 +138,10 @@ can run this from the top-level directory:
...
@@ -138,13 +138,10 @@ can run this from the top-level directory:
=== Importing into Eclipse
=== 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
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).
`spring-boot-project.setup` file (in the `/eclipse` folder).
NOTE: Due to m2e issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652[#548652] you need to be running m2e 1.14.0 or higher.
An early milestone is available from https://download.eclipse.org/technology/m2e/milestones/1.14/.
==== Using the Eclipse Installer
==== Using the Eclipse Installer
...
@@ -155,7 +152,7 @@ provision a new environment. To use the installer:
...
@@ -155,7 +152,7 @@ provision a new environment. To use the installer:
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
* Switch to "Advanced Mode" using the drop down menu on the right.
* 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
* 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`"
* 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
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.
copy of the source code. Click "`OK`" to add the setup file to the list.
...
...
eclipse/spring-boot-project.setup
View file @
faa38c94
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<requirement
<requirement
name=
"org.eclipse.jst.web_ui.feature.feature.group"
/>
name=
"org.eclipse.jst.web_ui.feature.feature.group"
/>
<requirement
<requirement
name=
"org.eclipse.m2e.feature.feature.group"
versionRange=
"[1.14.0,2.0.0)"
/>
name=
"org.eclipse.m2e.feature.feature.group"
/>
<requirement
<requirement
name=
"org.eclipse.oomph.setup.maven.feature.group"
/>
name=
"org.eclipse.oomph.setup.maven.feature.group"
/>
<requirement
<requirement
...
@@ -86,8 +86,6 @@
...
@@ -86,8 +86,6 @@
name=
"org.springframework.ide.eclipse.boot.dash.feature.feature.group"
/>
name=
"org.springframework.ide.eclipse.boot.dash.feature.feature.group"
/>
<requirement
<requirement
name=
"org.springframework.tooling.boot.ls.feature.feature.group"
/>
name=
"org.springframework.tooling.boot.ls.feature.feature.group"
/>
<repository
url=
"http://download.eclipse.org/technology/m2e/milestones/1.14/"
/>
<repository
<repository
url=
"https://dl.bintray.com/spring/javaformat-eclipse/"
/>
url=
"https://dl.bintray.com/spring/javaformat-eclipse/"
/>
<repository
<repository
...
@@ -131,14 +129,26 @@
...
@@ -131,14 +129,26 @@
<workingSet
<workingSet
name=
"spring-boot-starters"
>
name=
"spring-boot-starters"
>
<predicate
<predicate
xsi:type=
"predicates:NamePredicate"
xsi:type=
"predicates:OrPredicate"
>
pattern=
"spring-boot-starter(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-starter(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-starter"
/>
</predicate>
</workingSet>
</workingSet>
<workingSet
<workingSet
name=
"spring-boot-samples"
>
name=
"spring-boot-samples"
>
<predicate
<predicate
xsi:type=
"predicates:NamePredicate"
xsi:type=
"predicates:OrPredicate"
>
pattern=
"spring-boot-sample(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-sample(s|-.*)"
/>
<operand
xsi:type=
"predicates:NamePredicate"
pattern=
"spring-boot-samples-invoker"
/>
</predicate>
</workingSet>
</workingSet>
<workingSet
<workingSet
name=
"spring-boot-tests"
>
name=
"spring-boot-tests"
>
...
@@ -225,7 +235,7 @@
...
@@ -225,7 +235,7 @@
<setupTask
<setupTask
xsi:type=
"setup:PreferenceTask"
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
key=
"/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
value=
"
fals
e"
/>
value=
"
tru
e"
/>
<setupTask
<setupTask
xsi:type=
"setup:PreferenceTask"
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes"
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