You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/31 13:44:59 UTC

[2/3] syncope git commit: Upgrading Elasticsearch, IzPack and various Maven plugins

Upgrading Elasticsearch, IzPack and various Maven plugins


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0de2236d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0de2236d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0de2236d

Branch: refs/heads/master
Commit: 0de2236d6177e17ca778d2ed34246a85310e9bb4
Parents: 3785927
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 31 15:43:00 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 31 15:43:09 2018 +0200

----------------------------------------------------------------------
 .../console/wizards/AjaxWizardMgtButtonBar.java   |  2 +-
 ext/scimv2/logic/pom.xml                          |  2 +-
 installer/src/main/resources/izpack/install.xml   |  2 +-
 pom.xml                                           | 18 +++++++++---------
 4 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0de2236d/client/console/src/main/java/org/apache/syncope/client/console/wizards/AjaxWizardMgtButtonBar.java
----------------------------------------------------------------------
diff --git a/client/console/src/main/java/org/apache/syncope/client/console/wizards/AjaxWizardMgtButtonBar.java b/client/console/src/main/java/org/apache/syncope/client/console/wizards/AjaxWizardMgtButtonBar.java
index 0a192d9..cbedd48 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/wizards/AjaxWizardMgtButtonBar.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/wizards/AjaxWizardMgtButtonBar.java
@@ -109,7 +109,7 @@ public class AjaxWizardMgtButtonBar<T extends Serializable> extends WizardButton
             private static final long serialVersionUID = 864248301720764819L;
 
             @Override
-            public final boolean isEnabled() {
+            public boolean isEnabled() {
                 switch (mode) {
                     case EDIT:
                     case TEMPLATE:

http://git-wip-us.apache.org/repos/asf/syncope/blob/0de2236d/ext/scimv2/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/scimv2/logic/pom.xml b/ext/scimv2/logic/pom.xml
index 90e1f09..e6ef114 100644
--- a/ext/scimv2/logic/pom.xml
+++ b/ext/scimv2/logic/pom.xml
@@ -75,7 +75,7 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
+          <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
         </configuration>
       </plugin>
       

http://git-wip-us.apache.org/repos/asf/syncope/blob/0de2236d/installer/src/main/resources/izpack/install.xml
----------------------------------------------------------------------
diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index c60930b..f07449b 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -135,7 +135,7 @@ under the License.
   <jar src="lib/commons-lang3-@{commons-lang.version}.jar"/>
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
-  <jar src="lib/httpcore-4.4.9.jar"/>
+  <jar src="lib/httpcore-4.4.10.jar"/>
   <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>

http://git-wip-us.apache.org/repos/asf/syncope/blob/0de2236d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b3801be..ab68819 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>6.3.1</elasticsearch.version>
+    <elasticsearch.version>6.3.2</elasticsearch.version>
 
     <log4j.version>2.11.1</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
@@ -479,8 +479,8 @@ under the License.
     <select2.version>3.4.8</select2.version>
     <fileSaver.version>0.0.2</fileSaver.version>
     
-    <izpack.version>5.1.2</izpack.version>
-    <httpclient.version>4.5.5</httpclient.version>
+    <izpack.version>5.1.3</izpack.version>
+    <httpclient.version>4.5.6</httpclient.version>
     <maven-invoker.version>3.0.1</maven-invoker.version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
@@ -1667,7 +1667,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.59</version>
+        <version>1.60</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1732,7 +1732,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version> 
+          <version>3.8.0</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>
@@ -1944,7 +1944,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.17</version>
+          <version>3.0.0</version>
           <configuration>
             <configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
             <targetJdk>${targetJdk}</targetJdk>
@@ -1960,7 +1960,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.26.0</version>
+          <version>0.26.1</version>
         </plugin>
 
         <plugin>
@@ -2267,7 +2267,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>3.0.0</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -2313,7 +2313,7 @@ under the License.
             <link>https://docs.spring.io/spring-security/site/docs/5.0.x/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.3.0/apidocs/</link>
-            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/client/transport/6.3.1/index.html</link>
+            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/client/transport/6.3.2/index.html</link>
           </links>
         </configuration>
         <reportSets>