Syncope-master-deploy - Build # 3103 - Fixed

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3103)

Status: Fixed

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3103/ to view the results.

Syncope-2_1_X-deploy - Build # 22 - Fixed

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #22)

Status: Fixed

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/22/ 
to view the results.

Syncope-master-deploy - Build # 3102 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3102)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3102/ to view the results.

Syncope-2_0_X-deploy - Build # 1067 - Fixed

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_0_X-deploy (build #1067)

Status: Fixed

Check console output at 
https://builds.apache.org/job/Syncope-2_0_X-deploy/1067/ to view the results.

Syncope-master-deploy - Build # 3101 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3101)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3101/ to view the results.

Syncope-2_1_X-deploy - Build # 21 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #21)

Status: Still Failing

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/21/ 
to view the results.

Syncope-2_1_X-deploy - Build # 20 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #20)

Status: Still Failing

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/20/ 
to view the results.

Syncope-master-deploy - Build # 3100 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3100)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3100/ to view the results.

Syncope-2_0_X-deploy - Build # 1066 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_0_X-deploy (build #1066)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-2_0_X-deploy/1066/ to view the results.

Syncope-2_0_X-deploy - Build # 1065 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_0_X-deploy (build #1065)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-2_0_X-deploy/1065/ to view the results.

Syncope-master-deploy - Build # 3099 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3099)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3099/ to view the results.

Syncope-master-deploy - Build # 3098 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3098)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3098/ to view the results.

Syncope-2_1_X-deploy - Build # 19 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #19)

Status: Still Failing

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/19/ 
to view the results.

[2/2] syncope git commit: [SYNCOPE-1342] Missing onblur / onchage on domain and locale dropdown

2018-07-23 Thread ilgrosso
[SYNCOPE-1342] Missing onblur / onchage on domain and locale dropdown


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

Branch: refs/heads/master
Commit: ae5a7ff2079610452bc64e7b05519cbfec87839b
Parents: ea46b82
Author: Francesco Chicchiriccò 
Authored: Mon Jul 23 10:20:38 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 23 10:20:51 2018 +0200

--
 .../syncope/client/console/pages/Login.java | 44 
 1 file changed, 37 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/ae5a7ff2/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
--
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
index 796408e..488494d 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
@@ -31,13 +31,13 @@ import 
org.apache.syncope.client.console.init.ConsoleInitializer;
 import org.apache.syncope.client.console.panels.NotificationPanel;
 import org.apache.syncope.common.lib.SyncopeConstants;
 import org.apache.wicket.ajax.AjaxRequestTarget;
+import org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior;
 import org.apache.wicket.ajax.markup.html.form.AjaxButton;
 import org.apache.wicket.authentication.IAuthenticationStrategy;
 import org.apache.wicket.authroles.authentication.AuthenticatedWebSession;
 import org.apache.wicket.markup.html.WebPage;
 import org.apache.wicket.markup.html.basic.Label;
 import org.apache.wicket.markup.html.form.ChoiceRenderer;
-import org.apache.wicket.markup.html.form.DropDownChoice;
 import org.apache.wicket.markup.html.form.PasswordTextField;
 import org.apache.wicket.markup.html.form.StatelessForm;
 import org.apache.wicket.markup.html.form.TextField;
@@ -64,10 +64,6 @@ public class Login extends WebPage {
 
 private final TextField passwordField;
 
-private final DropDownChoice languageSelect;
-
-private final DropDownChoice domainSelect;
-
 public Login(final PageParameters parameters) {
 super(parameters);
 setStatelessHint(true);
@@ -94,13 +90,47 @@ public class Login extends WebPage {
 passwordField.setMarkupId("password");
 form.add(passwordField);
 
-languageSelect = new LocaleDropDown("language");
+LocaleDropDown languageSelect = new LocaleDropDown("language");
+languageSelect.add(new 
AjaxFormComponentUpdatingBehavior(Constants.ON_BLUR) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+}).add(new AjaxFormComponentUpdatingBehavior(Constants.ON_CHANGE) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+});
 form.add(languageSelect);
 
-domainSelect = new DomainDropDown("domain");
+DomainDropDown domainSelect = new DomainDropDown("domain");
 if (SyncopeConsoleApplication.get().getDomains().size() == 1) {
 domainSelect.setOutputMarkupPlaceholderTag(true);
 }
+domainSelect.add(new 
AjaxFormComponentUpdatingBehavior(Constants.ON_BLUR) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+}).add(new AjaxFormComponentUpdatingBehavior(Constants.ON_CHANGE) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+});
 form.add(domainSelect);
 
 AjaxButton submitButton = new AjaxButton("submit", new 
Model<>(getString("submit"))) {



[1/2] syncope git commit: [SYNCOPE-1342] Missing onblur / onchage on domain and locale dropdown

2018-07-23 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_1_X 90aa804eb -> 541117a52
  refs/heads/master ea46b82b7 -> ae5a7ff20


[SYNCOPE-1342] Missing onblur / onchage on domain and locale dropdown


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

Branch: refs/heads/2_1_X
Commit: 541117a520fbdf3365f0a693bebec89cefeb542d
Parents: 90aa804
Author: Francesco Chicchiriccò 
Authored: Mon Jul 23 10:20:38 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 23 10:20:38 2018 +0200

--
 .../syncope/client/console/pages/Login.java | 44 
 1 file changed, 37 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/541117a5/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
--
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
index 796408e..488494d 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/pages/Login.java
@@ -31,13 +31,13 @@ import 
org.apache.syncope.client.console.init.ConsoleInitializer;
 import org.apache.syncope.client.console.panels.NotificationPanel;
 import org.apache.syncope.common.lib.SyncopeConstants;
 import org.apache.wicket.ajax.AjaxRequestTarget;
+import org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior;
 import org.apache.wicket.ajax.markup.html.form.AjaxButton;
 import org.apache.wicket.authentication.IAuthenticationStrategy;
 import org.apache.wicket.authroles.authentication.AuthenticatedWebSession;
 import org.apache.wicket.markup.html.WebPage;
 import org.apache.wicket.markup.html.basic.Label;
 import org.apache.wicket.markup.html.form.ChoiceRenderer;
-import org.apache.wicket.markup.html.form.DropDownChoice;
 import org.apache.wicket.markup.html.form.PasswordTextField;
 import org.apache.wicket.markup.html.form.StatelessForm;
 import org.apache.wicket.markup.html.form.TextField;
@@ -64,10 +64,6 @@ public class Login extends WebPage {
 
 private final TextField passwordField;
 
-private final DropDownChoice languageSelect;
-
-private final DropDownChoice domainSelect;
-
 public Login(final PageParameters parameters) {
 super(parameters);
 setStatelessHint(true);
@@ -94,13 +90,47 @@ public class Login extends WebPage {
 passwordField.setMarkupId("password");
 form.add(passwordField);
 
-languageSelect = new LocaleDropDown("language");
+LocaleDropDown languageSelect = new LocaleDropDown("language");
+languageSelect.add(new 
AjaxFormComponentUpdatingBehavior(Constants.ON_BLUR) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+}).add(new AjaxFormComponentUpdatingBehavior(Constants.ON_CHANGE) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+});
 form.add(languageSelect);
 
-domainSelect = new DomainDropDown("domain");
+DomainDropDown domainSelect = new DomainDropDown("domain");
 if (SyncopeConsoleApplication.get().getDomains().size() == 1) {
 domainSelect.setOutputMarkupPlaceholderTag(true);
 }
+domainSelect.add(new 
AjaxFormComponentUpdatingBehavior(Constants.ON_BLUR) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+}).add(new AjaxFormComponentUpdatingBehavior(Constants.ON_CHANGE) {
+
+private static final long serialVersionUID = -1107858522700306810L;
+
+@Override
+protected void onUpdate(final AjaxRequestTarget target) {
+// nothing to do
+}
+});
 form.add(domainSelect);
 
 AjaxButton submitButton = new AjaxButton("submit", new 
Model<>(getString("submit"))) {



Syncope-2_1_X-deploy - Build # 18 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #18)

Status: Still Failing

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/18/ 
to view the results.

Syncope-master-deploy - Build # 3097 - Still Failing

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #3097)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/3097/ to view the results.

Syncope-2_0_X-deploy - Build # 1064 - Failure

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_0_X-deploy (build #1064)

Status: Failure

Check console output at 
https://builds.apache.org/job/Syncope-2_0_X-deploy/1064/ to view the results.

Syncope-2_1_X-deploy - Build # 17 - Failure

2018-07-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-2_1_X-deploy (build #17)

Status: Failure

Check console output at https://builds.apache.org/job/Syncope-2_1_X-deploy/17/ 
to view the results.

[3/3] syncope git commit: Upgrading Swagger UI

2018-07-23 Thread ilgrosso
Upgrading Swagger UI


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

Branch: refs/heads/master
Commit: ea46b82b7fca82e7ba2feddca23fb62e1daa6648
Parents: eec3e25
Author: Francesco Chicchiriccò 
Authored: Mon Jul 23 09:01:10 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 23 09:01:22 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ea46b82b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 3989a84..0805c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
 
${project.build.directory}/flowable-modeler

 
 2.0.2
-3.17.3
+3.17.4
 20.0
 
 2.2.4



[1/3] syncope git commit: Upgrading Swagger UI

2018-07-23 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 774ba5999 -> f07fadc4b
  refs/heads/2_1_X 8465be431 -> 90aa804eb
  refs/heads/master eec3e257e -> ea46b82b7


Upgrading Swagger UI


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

Branch: refs/heads/2_0_X
Commit: f07fadc4b654904f46ca2bc1b46143229487d68e
Parents: 774ba59
Author: Francesco Chicchiriccò 
Authored: Mon Jul 23 09:01:01 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 23 09:01:01 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/f07fadc4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index bc191cd..0e26cc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ under the License.
 
${project.build.directory}/flowable-modeler
 
 1.5.17
-3.17.3
+3.17.4
 20.0
 
 2.2.4



[2/3] syncope git commit: Upgrading Swagger UI

2018-07-23 Thread ilgrosso
Upgrading Swagger UI


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

Branch: refs/heads/2_1_X
Commit: 90aa804eb3e331afe511ba5c4471b91bec463a95
Parents: 8465be4
Author: Francesco Chicchiriccò 
Authored: Mon Jul 23 09:01:10 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 23 09:01:10 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/90aa804e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7bf29cd..5e8aec3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
 
${project.build.directory}/flowable-modeler

 
 2.0.2
-3.17.3
+3.17.4
 20.0
 
 2.2.4