From c4f3a1d0c45b8d24b6ddd629d183c4a7fb986a56 Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 20 Jun 2015 05:52:12 +0100 Subject: [PATCH] eclipse overall work --- core-java/.classpath | 4 +- .../.settings/org.eclipse.jdt.core.prefs | 10 +-- ....eclipse.wst.common.project.facet.core.xml | 2 +- core-java/pom.xml | 4 +- spring-boot/pom.xml | 2 +- spring-rest/.classpath | 2 +- spring-rest/pom.xml | 2 +- .../.classpath | 2 +- .../pom.xml | 2 +- spring-security-mvc-ldap/pom.xml | 64 ++++++++++++++++--- 10 files changed, 69 insertions(+), 25 deletions(-) diff --git a/core-java/.classpath b/core-java/.classpath index 1bef2822550b..f9b079e8c97a 100644 --- a/core-java/.classpath +++ b/core-java/.classpath @@ -27,9 +27,9 @@ - + - + diff --git a/core-java/.settings/org.eclipse.jdt.core.prefs b/core-java/.settings/org.eclipse.jdt.core.prefs index 718a62c4990b..046168cf24da 100644 --- a/core-java/.settings/org.eclipse.jdt.core.prefs +++ b/core-java/.settings/org.eclipse.jdt.core.prefs @@ -6,12 +6,8 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.autoboxing=ignore @@ -96,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/core-java/.settings/org.eclipse.wst.common.project.facet.core.xml b/core-java/.settings/org.eclipse.wst.common.project.facet.core.xml index f4ef8aa0a5ca..bc0009a45587 100644 --- a/core-java/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/core-java/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -1,4 +1,4 @@ - + diff --git a/core-java/pom.xml b/core-java/pom.xml index c770060d3be1..e34e54b3afd5 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -123,8 +123,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 1.8 - 1.8 + 1.7 + 1.7 diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index df759e8d838e..8bf4c664f3c8 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.2.3.RELEASE + 1.2.4.RELEASE diff --git a/spring-rest/.classpath b/spring-rest/.classpath index c91caa1b099e..6b533711d3c8 100644 --- a/spring-rest/.classpath +++ b/spring-rest/.classpath @@ -30,7 +30,7 @@ - + diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml index 4156d8e18c77..542fa1d02536 100644 --- a/spring-rest/pom.xml +++ b/spring-rest/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.2.2.RELEASE + 1.2.4.RELEASE diff --git a/spring-security-login-and-registration/.classpath b/spring-security-login-and-registration/.classpath index 3b073e761af9..1151b0d2572a 100644 --- a/spring-security-login-and-registration/.classpath +++ b/spring-security-login-and-registration/.classpath @@ -23,7 +23,7 @@ - + diff --git a/spring-security-login-and-registration/pom.xml b/spring-security-login-and-registration/pom.xml index 2fad0252a3b4..08f02373f126 100644 --- a/spring-security-login-and-registration/pom.xml +++ b/spring-security-login-and-registration/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.1.12.RELEASE + 1.2.4.RELEASE diff --git a/spring-security-mvc-ldap/pom.xml b/spring-security-mvc-ldap/pom.xml index 411d9a8191c6..a5cd9bd0dba5 100644 --- a/spring-security-mvc-ldap/pom.xml +++ b/spring-security-mvc-ldap/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 1.2.2.RELEASE + 1.2.4.RELEASE @@ -26,26 +26,25 @@ spring-boot-starter-thymeleaf - org.springframework.boot - spring-boot-starter-actuator + org.springframework.boot + spring-boot-starter-actuator - + org.springframework.security spring-security-ldap - 3.2.4.RELEASE org.springframework.ldap spring-ldap-core - 2.0.2.RELEASE + 2.0.3.RELEASE org.springframework.ldap spring-ldap-core-tiger - 2.0.2.RELEASE + 2.0.3.RELEASE @@ -57,7 +56,7 @@ org.apache.mina mina-core - 2.0.7 + 2.0.9 @@ -70,9 +69,58 @@ true + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + + + + + + + 4.1.6.RELEASE + 3.2.7.RELEASE + + + 4.3.10.Final + 5.1.35 + + + 1.7.12 + 1.1.3 + + + 5.1.3.Final + + + 18.0 + 3.4 + + + 1.3 + 4.11 + 1.10.19 + + 4.4.1 + 4.5 + + 2.4.1 + + + 3.3 + 2.6 + 2.18.1 + 1.4.14