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
bbeba4a0
Commit
bbeba4a0
authored
Sep 20, 2017
by
Johnny Lim
Committed by
Stephane Nicoll
Sep 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up Java 6 leftover
See gh-10367
parent
96bf799b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
18 deletions
+15
-18
README.adoc
README.adoc
+1
-2
org.eclipse.jdt.core.prefs
eclipse/org.eclipse.jdt.core.prefs
+3
-3
INSTALL.txt
spring-boot-cli/src/main/content/INSTALL.txt
+1
-1
pom.xml
spring-boot-parent/pom.xml
+0
-2
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
+2
-2
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
+2
-2
pom.xml
...ls/spring-boot-loader/src/it/executable-props-lib/pom.xml
+2
-2
pom.xml
...-tools/spring-boot-loader/src/it/executable-props/pom.xml
+2
-2
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-war/pom.xml
+2
-2
No files found.
README.adoc
View file @
bbeba4a0
...
@@ -95,8 +95,7 @@ requests. If you want to raise an issue, please follow the recommendations below
...
@@ -95,8 +95,7 @@ requests. If you want to raise an issue, please follow the recommendations below
You don't need to build from source to use Spring Boot (binaries in
You don't need to build from source to use Spring Boot (binaries in
http://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
http://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
greatest, Spring Boot can be easily built with the
greatest, Spring Boot can be easily built with the
https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8 (although
https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8.
Boot applications can run on Java 1.6).
[indent=0]
[indent=0]
----
----
...
...
eclipse/org.eclipse.jdt.core.prefs
View file @
bbeba4a0
...
@@ -11,9 +11,9 @@ org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
...
@@ -11,9 +11,9 @@ org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.
6
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.
8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.
6
org.eclipse.jdt.core.compiler.compliance=1.
8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
...
@@ -104,7 +104,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
...
@@ -104,7 +104,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.source=1.
6
org.eclipse.jdt.core.compiler.source=1.
8
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
...
...
spring-boot-cli/src/main/content/INSTALL.txt
View file @
bbeba4a0
...
@@ -7,7 +7,7 @@ in order to complete your installation.
...
@@ -7,7 +7,7 @@ in order to complete your installation.
Prerequisites
Prerequisites
-------------
-------------
Spring Boot CLI requires Java JDK v1.
6
or above in order to run. Groovy v${groovy.version}
Spring Boot CLI requires Java JDK v1.
8
or above in order to run. Groovy v${groovy.version}
is packaged as part of this distribution, and therefore does not need to be installed (any
is packaged as part of this distribution, and therefore does not need to be installed (any
existing Groovy installation is ignored).
existing Groovy installation is ignored).
...
...
spring-boot-parent/pom.xml
View file @
bbeba4a0
...
@@ -736,8 +736,6 @@
...
@@ -736,8 +736,6 @@
<plugin>
<plugin>
<!-- Up the compiler version so the correct execution environment is
<!-- Up the compiler version so the correct execution environment is
used -->
used -->
<!-- The profile is only active in eclipse so we still target 1.6 on
the command line -->
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<configuration>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
View file @
bbeba4a0
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
@maven-compiler-plugin.version@
</version>
<version>
@maven-compiler-plugin.version@
</version>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
8
</source>
<target>
1.
6
</target>
<target>
1.
8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
View file @
bbeba4a0
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
@maven-compiler-plugin.version@
</version>
<version>
@maven-compiler-plugin.version@
</version>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
8
</source>
<target>
1.
6
</target>
<target>
1.
8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml
View file @
bbeba4a0
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
@maven-compiler-plugin.version@
</version>
<version>
@maven-compiler-plugin.version@
</version>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
8
</source>
<target>
1.
6
</target>
<target>
1.
8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml
View file @
bbeba4a0
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
@maven-compiler-plugin.version@
</version>
<version>
@maven-compiler-plugin.version@
</version>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
8
</source>
<target>
1.
6
</target>
<target>
1.
8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml
View file @
bbeba4a0
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
@maven-compiler-plugin.version@
</version>
<version>
@maven-compiler-plugin.version@
</version>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
8
</source>
<target>
1.
6
</target>
<target>
1.
8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
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