[CONF] Apache Syncope [DISCUSS] Domains

2015-08-07 Thread Francesco Chicchiricco (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Francesco Chicchiricco edited a page 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[DISCUSS] Domains 
 
 
  
 
 
 
 
 
 
 ... The purpose of this new feature is to provide the possibility of defining separated "containers" for all entities currently managed by Syncope in order to allow the execution in multitenant environments.  Additional requirements:  
 
 Physical separation: data for different domains MUST reside on different database instances  
 Heterogeneity: data for different domains MAY be hosted on different database engines (domain A on MySQL, domain B on Oracle, ...)  
 Entity changes Each and every entity will need to refer to a new Domainentity; all relationships among entities will require to be in the same domain. ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Add comment
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




[CONF] Apache Syncope Run Syncope standalone distribution

2015-08-07 Thread Francesco Chicchiricco (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Francesco Chicchiricco edited a page 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Run Syncope standalone distribution 
 
 
  
 
 
 
 
 
 
 
 
 
 
 Note 
 
 
 
 
 
 
 
 
title 
Version warning 
 
 
  
 
 
 
 
 Content of this page applies to Apache Syncope = 1.1.X  
 
 
  
 
 
 
 Table of Contents 
 
 
 
 
 
 
 
 
style 
decimal 
 
 
  
 
 
  Introduction Starting from Apache Syncope 1.1.0 a standalone package is available,containing a full working distribution. ... 
 
be sure that hostname is resolved either via hosts file or DNS server 
unzip the distribution archive 
go into the Apache Tomcat directory 
start Apache Tomcat 
 
  Unix  
 
 
 
 Code Block 
 
 
 
 
 

$ chmod 755 ./bin/*.sh
$ ./bin/startup.sh
  
 
 
  
  Windows  
 
 
 
 Code Block 
 
 
 
 
 

bin/startup.bat
  
 
 
  
  
 Please refer to Apache Tomcat documentation for more advanced setup and instructions. ... If you want instead to make your changes persistent, replace 
 
 
 
 Code Block 
 
 
 
 
 

jpa.url="" 
  
 
 
 with 
 
 
 
 Code Block 
 
 
 
 
 

jpa.url="" class="diff-html-added" id="added-diff-0" style="font-size: 100%; background-color: #ddfade;">~/syncopedb;DB_CLOSE_DELAY=-1
  
 
 
 in webapps/syncope/WEB-INF/classes/persistence.properties from the Apache Tomcat directory. This will create H2 database files in the home directory of the user running Apache Syncope.  Please refer to H2 documentation for more options. ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Add comment
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




[09/16] syncope git commit: Updating downloads site page for release

2015-08-07 Thread ilgrosso
Updating downloads site page for release


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

Branch: refs/heads/master
Commit: 51baeb6e183e5bbe813030348dfc722d7088cde0
Parents: 45ece28
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 14:53:22 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 14:53:22 2015 +0200

--
 src/site/xdoc/downloads.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/51baeb6e/src/site/xdoc/downloads.xml
--
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index a186563..a83beb6 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -61,7 +61,7 @@ under the License.
 
 section name=Current Releases
   subsection name=1.2.5 Intermezzo
-pRelease date: May 5th, 2015/p
+pRelease date: July 28th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
 /p
@@ -192,7 +192,7 @@ under the License.
 
 section name=Older Releases
   subsection name=1.2.4 Intermezzo
-pRelease date: Mar 20th, 2015/p
+pRelease date: May 5th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
 /p



[13/16] syncope git commit: Upgradin CXF

2015-08-07 Thread ilgrosso
Upgradin CXF


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

Branch: refs/heads/1_2_X
Commit: 61a371f14dda0978dc062a1e65c0f29eb8ae4217
Parents: 51baeb6
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:03:46 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:03:46 2015 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/61a371f1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9398b26..994d09f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ under the License.
 
 aspectj.version1.8.6/aspectj.version
 
-cxf.version3.0.5/cxf.version   
+cxf.version3.0.6/cxf.version   
 spring.version4.0.9.RELEASE/spring.version
 spring-security.version3.2.8.RELEASE/spring-security.version
 jackson.version2.4.6/jackson.version



[14/16] syncope git commit: Merge from 1_2_X, upgrading CXF, Activiti and Hibernate Validator

2015-08-07 Thread ilgrosso
Merge from 1_2_X, upgrading CXF, Activiti and Hibernate Validator


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

Branch: refs/heads/SYNCOPE-652
Commit: 91644a80aa8c88846e14571fbce5f8d3998cfa43
Parents: 7eca0ab 61a371f
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:41:50 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:41:50 2015 +0200

--
 CHANGES | 22 +
 .../wicket/markup/html/list/AltListView.java|  4 +-
 .../html/list/ConnConfPropertyListView.java |  2 +-
 pom.xml |  8 +-
 src/site/xdoc/downloads.xml | 88 ++--
 5 files changed, 73 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/91644a80/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
--
diff --cc 
client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
index 5a491ae,000..3691171
mode 100644,00..100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
@@@ -1,59 -1,0 +1,59 @@@
 +/*
 + * Licensed to the Apache Software Foundation (ASF) under one
 + * or more contributor license agreements.  See the NOTICE file
 + * distributed with this work for additional information
 + * regarding copyright ownership.  The ASF licenses this file
 + * to you under the Apache License, Version 2.0 (the
 + * License); you may not use this file except in compliance
 + * with the License.  You may obtain a copy of the License at
 + *
 + *   http://www.apache.org/licenses/LICENSE-2.0
 + *
 + * Unless required by applicable law or agreed to in writing,
 + * software distributed under the License is distributed on an
 + * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 + * KIND, either express or implied.  See the License for the
 + * specific language governing permissions and limitations
 + * under the License.
 + */
 +package org.apache.syncope.client.console.wicket.markup.html.list;
 +
 +import java.util.List;
 +import org.apache.wicket.markup.ComponentTag;
 +import org.apache.wicket.markup.html.list.ListItem;
 +import org.apache.wicket.markup.html.list.ListView;
 +import org.apache.wicket.model.IModel;
 +
 +public abstract class AltListViewT extends ListViewT {
 +
 +private static final long serialVersionUID = 251378224847354710L;
 +
 +public AltListView(final String id) {
 +super(id);
 +}
 +
- public AltListView(final String id, final IModel? extends List? extends 
T model) {
++public AltListView(final String id, final IModel? extends ListT 
model) {
 +super(id, model);
 +}
 +
- public AltListView(final String id, final List? extends T list) {
++public AltListView(final String id, final ListT list) {
 +super(id, list);
 +}
 +
 +@Override
 +protected ListItemT newItem(final int index, final IModelT itemModel) 
{
 +return new ListItemT(index, itemModel) {
 +
 +private static final long serialVersionUID = 5473483270932376694L;
 +
 +@Override
 +protected void onComponentTag(final ComponentTag tag) {
 +if (index % 2 == 0) {
 +tag.append(class, alt,  );
 +}
 +
 +super.onComponentTag(tag);
 +}
 +};
 +}
 +}

http://git-wip-us.apache.org/repos/asf/syncope/blob/91644a80/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
--
diff --cc 
client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
index 30775f5,000..3fef056
mode 100644,00..100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
@@@ -1,152 -1,0 +1,152 @@@
 +/*
 + * Licensed to the Apache Software Foundation (ASF) under one
 + * or more contributor license agreements.  See the NOTICE file
 + * distributed with this work for additional information
 + * regarding copyright ownership.  The ASF 

[03/16] syncope git commit: [maven-release-plugin] prepare release syncope-1.2.5

2015-08-07 Thread ilgrosso
[maven-release-plugin] prepare release syncope-1.2.5


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

Branch: refs/heads/master
Commit: 32f2cd95eb32b20a4dcf6cf28313c61c17109409
Parents: 18d86ae
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 12:49:59 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 12:49:59 2015 +0200

--
 archetype/pom.xml | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 common/pom.xml| 2 +-
 console/pom.xml   | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml  | 2 +-
 deb/pom.xml   | 2 +-
 installer/pom.xml | 2 +-
 pom.xml   | 4 ++--
 standalone/pom.xml| 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/archetype/pom.xml
--
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 928ec73..8c6b3ec 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Archetype/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/build-tools/pom.xml
--
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index c6f5da6..ee98971 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Build Tools/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/client/pom.xml
--
diff --git a/client/pom.xml b/client/pom.xml
index 44856a3..155a318 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Client/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/common/pom.xml
--
diff --git a/common/pom.xml b/common/pom.xml
index 2674801..7b3e55f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Common/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/console/pom.xml
--
diff --git a/console/pom.xml b/console/pom.xml
index 7958c2c..1f05e6b 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Console/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/core-upgrader/pom.xml
--
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 115d78b..b6bbc5f 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
  
   groupIdorg.apache.syncope/groupId

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 79c2cfe..31962fa 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Core/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/deb/console/pom.xml
--
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 217e80d..a40943a 100644
--- 

[15/16] syncope git commit: Merge from 1_2_X, upgrading CXF, Activiti and Hibernate Validator

2015-08-07 Thread ilgrosso
Merge from 1_2_X, upgrading CXF, Activiti and Hibernate Validator


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

Branch: refs/heads/master
Commit: 91644a80aa8c88846e14571fbce5f8d3998cfa43
Parents: 7eca0ab 61a371f
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:41:50 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:41:50 2015 +0200

--
 CHANGES | 22 +
 .../wicket/markup/html/list/AltListView.java|  4 +-
 .../html/list/ConnConfPropertyListView.java |  2 +-
 pom.xml |  8 +-
 src/site/xdoc/downloads.xml | 88 ++--
 5 files changed, 73 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/91644a80/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
--
diff --cc 
client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
index 5a491ae,000..3691171
mode 100644,00..100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/AltListView.java
@@@ -1,59 -1,0 +1,59 @@@
 +/*
 + * Licensed to the Apache Software Foundation (ASF) under one
 + * or more contributor license agreements.  See the NOTICE file
 + * distributed with this work for additional information
 + * regarding copyright ownership.  The ASF licenses this file
 + * to you under the Apache License, Version 2.0 (the
 + * License); you may not use this file except in compliance
 + * with the License.  You may obtain a copy of the License at
 + *
 + *   http://www.apache.org/licenses/LICENSE-2.0
 + *
 + * Unless required by applicable law or agreed to in writing,
 + * software distributed under the License is distributed on an
 + * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 + * KIND, either express or implied.  See the License for the
 + * specific language governing permissions and limitations
 + * under the License.
 + */
 +package org.apache.syncope.client.console.wicket.markup.html.list;
 +
 +import java.util.List;
 +import org.apache.wicket.markup.ComponentTag;
 +import org.apache.wicket.markup.html.list.ListItem;
 +import org.apache.wicket.markup.html.list.ListView;
 +import org.apache.wicket.model.IModel;
 +
 +public abstract class AltListViewT extends ListViewT {
 +
 +private static final long serialVersionUID = 251378224847354710L;
 +
 +public AltListView(final String id) {
 +super(id);
 +}
 +
- public AltListView(final String id, final IModel? extends List? extends 
T model) {
++public AltListView(final String id, final IModel? extends ListT 
model) {
 +super(id, model);
 +}
 +
- public AltListView(final String id, final List? extends T list) {
++public AltListView(final String id, final ListT list) {
 +super(id, list);
 +}
 +
 +@Override
 +protected ListItemT newItem(final int index, final IModelT itemModel) 
{
 +return new ListItemT(index, itemModel) {
 +
 +private static final long serialVersionUID = 5473483270932376694L;
 +
 +@Override
 +protected void onComponentTag(final ComponentTag tag) {
 +if (index % 2 == 0) {
 +tag.append(class, alt,  );
 +}
 +
 +super.onComponentTag(tag);
 +}
 +};
 +}
 +}

http://git-wip-us.apache.org/repos/asf/syncope/blob/91644a80/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
--
diff --cc 
client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
index 30775f5,000..3fef056
mode 100644,00..100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/list/ConnConfPropertyListView.java
@@@ -1,152 -1,0 +1,152 @@@
 +/*
 + * Licensed to the Apache Software Foundation (ASF) under one
 + * or more contributor license agreements.  See the NOTICE file
 + * distributed with this work for additional information
 + * regarding copyright ownership.  The ASF licenses 

[08/16] syncope git commit: Updating downloads site page for release

2015-08-07 Thread ilgrosso
Updating downloads site page for release


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

Branch: refs/heads/master
Commit: 45ece28d91f589277b4270d2d7592c24b2adf15e
Parents: c151c63
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 14:47:24 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 14:47:24 2015 +0200

--
 src/site/xdoc/downloads.xml | 84 
 1 file changed, 42 insertions(+), 42 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/45ece28d/src/site/xdoc/downloads.xml
--
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 5f895ce..a186563 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -60,7 +60,7 @@ under the License.
 /section
 
 section name=Current Releases
-  subsection name=1.2.4 Intermezzo
+  subsection name=1.2.5 Intermezzo
 pRelease date: May 5th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
@@ -75,52 +75,52 @@ under the License.
   tbody
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-1.2.4-source-release.zip;syncope-1.2.4-source-release.zip/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-1.2.5-source-release.zip;syncope-1.2.5-source-release.zip/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip;syncope-standalone-1.2.4-distribution.zip/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip;syncope-standalone-1.2.5-distribution.zip/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-installer-1.2.4-uber.jar;syncope-installer-1.2.4.jar/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-installer-1.2.5-uber.jar;syncope-installer-1.2.5.jar/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 

[04/16] syncope git commit: [maven-release-plugin] prepare release syncope-1.2.5

2015-08-07 Thread ilgrosso
[maven-release-plugin] prepare release syncope-1.2.5


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

Branch: refs/heads/SYNCOPE-652
Commit: 32f2cd95eb32b20a4dcf6cf28313c61c17109409
Parents: 18d86ae
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 12:49:59 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 12:49:59 2015 +0200

--
 archetype/pom.xml | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 common/pom.xml| 2 +-
 console/pom.xml   | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml  | 2 +-
 deb/pom.xml   | 2 +-
 installer/pom.xml | 2 +-
 pom.xml   | 4 ++--
 standalone/pom.xml| 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/archetype/pom.xml
--
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 928ec73..8c6b3ec 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Archetype/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/build-tools/pom.xml
--
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index c6f5da6..ee98971 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Build Tools/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/client/pom.xml
--
diff --git a/client/pom.xml b/client/pom.xml
index 44856a3..155a318 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Client/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/common/pom.xml
--
diff --git a/common/pom.xml b/common/pom.xml
index 2674801..7b3e55f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Common/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/console/pom.xml
--
diff --git a/console/pom.xml b/console/pom.xml
index 7958c2c..1f05e6b 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Console/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/core-upgrader/pom.xml
--
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 115d78b..b6bbc5f 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
  
   groupIdorg.apache.syncope/groupId

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 79c2cfe..31962fa 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5-SNAPSHOT/version
+version1.2.5/version
   /parent
 
   nameApache Syncope Core/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/32f2cd95/deb/console/pom.xml
--
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 217e80d..a40943a 100644
--- 

[06/16] syncope git commit: [maven-release-plugin] prepare for next development iteration

2015-08-07 Thread ilgrosso
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/SYNCOPE-652
Commit: c151c6354672c6da11de04cac1898294158feed8
Parents: 32f2cd9
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 12:51:29 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 12:51:29 2015 +0200

--
 archetype/pom.xml | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 common/pom.xml| 2 +-
 console/pom.xml   | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml  | 2 +-
 deb/pom.xml   | 2 +-
 installer/pom.xml | 2 +-
 pom.xml   | 4 ++--
 standalone/pom.xml| 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/archetype/pom.xml
--
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 8c6b3ec..a9d098f 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Archetype/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/build-tools/pom.xml
--
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index ee98971..323ac8b 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Build Tools/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/client/pom.xml
--
diff --git a/client/pom.xml b/client/pom.xml
index 155a318..d81b570 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Client/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/common/pom.xml
--
diff --git a/common/pom.xml b/common/pom.xml
index 7b3e55f..179f343 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Common/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/console/pom.xml
--
diff --git a/console/pom.xml b/console/pom.xml
index 1f05e6b..6fff954 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Console/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/core-upgrader/pom.xml
--
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index b6bbc5f..2108de4 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
  
   groupIdorg.apache.syncope/groupId

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 31962fa..c85a678 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Core/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/deb/console/pom.xml
--
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index a40943a..7365c41 100644
--- 

[01/16] syncope git commit: Updating CHANGES for release

2015-08-07 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 51baeb6e1 - 61a371f14
  refs/heads/SYNCOPE-652 9e6f87e5d - 516e2acfd
  refs/heads/master 7eca0abb8 - 91644a80a


Updating CHANGES for release


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

Branch: refs/heads/SYNCOPE-652
Commit: 18d86ae5a6c914007e8898b77567c0901807c6dd
Parents: a4b67bc
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 10:06:55 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 10:06:55 2015 +0200

--
 CHANGES | 22 ++
 1 file changed, 22 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/18d86ae5/CHANGES
--
diff --git a/CHANGES b/CHANGES
index 99fac2e..27d72b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,28 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 

 
+Release Notes - Syncope - Version 1.2.5
+
+
+** Bug
+* [SYNCOPE-668] - JobInstanceLoader class is not able to return the 
correct Task id or Report id from its job name 
+* [SYNCOPE-669] - Search filter in the notifications doesn't work properly
+* [SYNCOPE-670] - Prpagation miss all UserMod's changes performed by the 
Activiti update service task
+* [SYNCOPE-671] - Changed password value is not propagated to external 
resources on successful password reset
+* [SYNCOPE-672] - Console doesn't display the right condition when 
configuring a search filter with a resource
+* [SYNCOPE-673] - Null ids in SyncJob report
+* [SYNCOPE-677] - Cannot override console's landing page
+* [SYNCOPE-678] - Password generation fails with no password policy or no 
min / max length
+* [SYNCOPE-682] - NPE when defining resources for pass-through 
authentication
+* [SYNCOPE-683] - Cannot unassign and reassign role with membership attrs 
to user
+* [SYNCOPE-684] - Password not updated on external resources from 
self-service
+
+** Improvement
+* [SYNCOPE-660] - Extend control over asynchronous job execution
+* [SYNCOPE-667] - simplification of admin roles filter query used in search
+* [SYNCOPE-674] - NotificationManager should be able to return a list of 
created task ids
+* [SYNCOPE-676] - Option for getting simplified list of users and roles
+
 Release Notes - Syncope - Version 1.2.4
 

 



[07/16] syncope git commit: Updating downloads site page for release

2015-08-07 Thread ilgrosso
Updating downloads site page for release


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

Branch: refs/heads/SYNCOPE-652
Commit: 45ece28d91f589277b4270d2d7592c24b2adf15e
Parents: c151c63
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 14:47:24 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 14:47:24 2015 +0200

--
 src/site/xdoc/downloads.xml | 84 
 1 file changed, 42 insertions(+), 42 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/45ece28d/src/site/xdoc/downloads.xml
--
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 5f895ce..a186563 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -60,7 +60,7 @@ under the License.
 /section
 
 section name=Current Releases
-  subsection name=1.2.4 Intermezzo
+  subsection name=1.2.5 Intermezzo
 pRelease date: May 5th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
@@ -75,52 +75,52 @@ under the License.
   tbody
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-1.2.4-source-release.zip;syncope-1.2.4-source-release.zip/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-1.2.5-source-release.zip;syncope-1.2.5-source-release.zip/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip;syncope-standalone-1.2.4-distribution.zip/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip;syncope-standalone-1.2.5-distribution.zip/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.4/syncope-installer-1.2.4-uber.jar;syncope-installer-1.2.4.jar/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.5/syncope-installer-1.2.5-uber.jar;syncope-installer-1.2.5.jar/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.sha1;sha1/a
   /td
 /tr
 tr
   td
-a 

[16/16] syncope git commit: Merge branch 'master' into SYNCOPE-652

2015-08-07 Thread ilgrosso
Merge branch 'master' into SYNCOPE-652


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

Branch: refs/heads/SYNCOPE-652
Commit: 516e2acfd43ba84733fe4d7bcb178ea70d980521
Parents: 9e6f87e 91644a8
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:42:52 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:42:52 2015 +0200

--
 CHANGES | 22 +
 .../wicket/markup/html/list/AltListView.java|  4 +-
 .../html/list/ConnConfPropertyListView.java |  2 +-
 pom.xml |  8 +-
 src/site/xdoc/downloads.xml | 88 ++--
 5 files changed, 73 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/516e2acf/pom.xml
--



[12/16] syncope git commit: Upgradin CXF

2015-08-07 Thread ilgrosso
Upgradin CXF


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

Branch: refs/heads/SYNCOPE-652
Commit: 61a371f14dda0978dc062a1e65c0f29eb8ae4217
Parents: 51baeb6
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:03:46 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:03:46 2015 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/61a371f1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9398b26..994d09f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ under the License.
 
 aspectj.version1.8.6/aspectj.version
 
-cxf.version3.0.5/cxf.version   
+cxf.version3.0.6/cxf.version   
 spring.version4.0.9.RELEASE/spring.version
 spring-security.version3.2.8.RELEASE/spring-security.version
 jackson.version2.4.6/jackson.version



[10/16] syncope git commit: Updating downloads site page for release

2015-08-07 Thread ilgrosso
Updating downloads site page for release


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

Branch: refs/heads/SYNCOPE-652
Commit: 51baeb6e183e5bbe813030348dfc722d7088cde0
Parents: 45ece28
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 14:53:22 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 14:53:22 2015 +0200

--
 src/site/xdoc/downloads.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/51baeb6e/src/site/xdoc/downloads.xml
--
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index a186563..a83beb6 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -61,7 +61,7 @@ under the License.
 
 section name=Current Releases
   subsection name=1.2.5 Intermezzo
-pRelease date: May 5th, 2015/p
+pRelease date: July 28th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
 /p
@@ -192,7 +192,7 @@ under the License.
 
 section name=Older Releases
   subsection name=1.2.4 Intermezzo
-pRelease date: Mar 20th, 2015/p
+pRelease date: May 5th, 2015/p
 p
   a 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo;Release 
notes/a
 /p



[11/16] syncope git commit: Upgradin CXF

2015-08-07 Thread ilgrosso
Upgradin CXF


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

Branch: refs/heads/master
Commit: 61a371f14dda0978dc062a1e65c0f29eb8ae4217
Parents: 51baeb6
Author: Francesco Chicchiriccò ilgro...@apache.org
Authored: Fri Aug 7 13:03:46 2015 +0200
Committer: Francesco Chicchiriccò ilgro...@apache.org
Committed: Fri Aug 7 13:03:46 2015 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/61a371f1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9398b26..994d09f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ under the License.
 
 aspectj.version1.8.6/aspectj.version
 
-cxf.version3.0.5/cxf.version   
+cxf.version3.0.6/cxf.version   
 spring.version4.0.9.RELEASE/spring.version
 spring-security.version3.2.8.RELEASE/spring-security.version
 jackson.version2.4.6/jackson.version



[02/16] syncope git commit: Updating CHANGES for release

2015-08-07 Thread ilgrosso
Updating CHANGES for release


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

Branch: refs/heads/master
Commit: 18d86ae5a6c914007e8898b77567c0901807c6dd
Parents: a4b67bc
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 10:06:55 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 10:06:55 2015 +0200

--
 CHANGES | 22 ++
 1 file changed, 22 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/18d86ae5/CHANGES
--
diff --git a/CHANGES b/CHANGES
index 99fac2e..27d72b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,28 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 

 
+Release Notes - Syncope - Version 1.2.5
+
+
+** Bug
+* [SYNCOPE-668] - JobInstanceLoader class is not able to return the 
correct Task id or Report id from its job name 
+* [SYNCOPE-669] - Search filter in the notifications doesn't work properly
+* [SYNCOPE-670] - Prpagation miss all UserMod's changes performed by the 
Activiti update service task
+* [SYNCOPE-671] - Changed password value is not propagated to external 
resources on successful password reset
+* [SYNCOPE-672] - Console doesn't display the right condition when 
configuring a search filter with a resource
+* [SYNCOPE-673] - Null ids in SyncJob report
+* [SYNCOPE-677] - Cannot override console's landing page
+* [SYNCOPE-678] - Password generation fails with no password policy or no 
min / max length
+* [SYNCOPE-682] - NPE when defining resources for pass-through 
authentication
+* [SYNCOPE-683] - Cannot unassign and reassign role with membership attrs 
to user
+* [SYNCOPE-684] - Password not updated on external resources from 
self-service
+
+** Improvement
+* [SYNCOPE-660] - Extend control over asynchronous job execution
+* [SYNCOPE-667] - simplification of admin roles filter query used in search
+* [SYNCOPE-674] - NotificationManager should be able to return a list of 
created task ids
+* [SYNCOPE-676] - Option for getting simplified list of users and roles
+
 Release Notes - Syncope - Version 1.2.4
 

 



[05/16] syncope git commit: [maven-release-plugin] prepare for next development iteration

2015-08-07 Thread ilgrosso
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: c151c6354672c6da11de04cac1898294158feed8
Parents: 32f2cd9
Author: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Authored: Tue Jul 28 12:51:29 2015 +0200
Committer: Marco Di Sabatino Di Diodoro mdisabat...@apache.org
Committed: Tue Jul 28 12:51:29 2015 +0200

--
 archetype/pom.xml | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 common/pom.xml| 2 +-
 console/pom.xml   | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml  | 2 +-
 deb/pom.xml   | 2 +-
 installer/pom.xml | 2 +-
 pom.xml   | 4 ++--
 standalone/pom.xml| 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/archetype/pom.xml
--
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 8c6b3ec..a9d098f 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Archetype/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/build-tools/pom.xml
--
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index ee98971..323ac8b 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Build Tools/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/client/pom.xml
--
diff --git a/client/pom.xml b/client/pom.xml
index 155a318..d81b570 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Client/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/common/pom.xml
--
diff --git a/common/pom.xml b/common/pom.xml
index 7b3e55f..179f343 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Common/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/console/pom.xml
--
diff --git a/console/pom.xml b/console/pom.xml
index 1f05e6b..6fff954 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Console/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/core-upgrader/pom.xml
--
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index b6bbc5f..2108de4 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
  
   groupIdorg.apache.syncope/groupId

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 31962fa..c85a678 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   parent
 groupIdorg.apache.syncope/groupId
 artifactIdsyncope/artifactId
-version1.2.5/version
+version1.2.6-SNAPSHOT/version
   /parent
 
   nameApache Syncope Core/name

http://git-wip-us.apache.org/repos/asf/syncope/blob/c151c635/deb/console/pom.xml
--
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index a40943a..7365c41 100644
---