From 163864b3a6e2cfabac992a162462db1cfe95bb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 21:41:05 +0100 Subject: [PATCH 01/11] Updated dependencies --- pom.xml | 20 ++++++++++++-------- readme.md | 7 +++---- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 494fb67..640f3b5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,10 @@ 4.0.0 + + ${maven.version} + + @@ -295,10 +299,10 @@ 1.9.7 1.10 1.2 - 2.10.2 + 2.10.3 2.3.23 19.0 - 1.4.192 + 1.4.193 1.0.0.Final 5.1.0.Final 2.4.7 @@ -307,23 +311,23 @@ 1.0-2 2.2.12 2.2.11 - 2.9.4 + 2.9.7 2.6.2 1.10.19 1.3.5 1.3.25 - 1.7.21 - 1.10.2.RELEASE + 1.7.22 + 1.10.6.RELEASE 4.3.2.RELEASE 4.1.1.RELEASE 2.3.0.RELEASE 1.0.1 1.2.0 - 6.9.10 + 6.10 1.6.3 - 2.1.7 + 2.1.8 2.0.2 - 2.0.7 + 2.0.8 3.0 1.12 diff --git a/readme.md b/readme.md index 5ea847c..efb5cd1 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ All other dependencies are handled through Maven, and noted in the included POM ### Running the example -To run the example just use the following Maven command for Jetty: +To run the example locally just use the following Maven command for Jetty: ``` $ mvn jetty:run-war -P jetty @@ -82,10 +82,9 @@ $ mvn package After this all the endpoint URLs are accessible. These can be found below, and require some sort of SOAP client, such as the console one included in the project. -This console client can be used by just running the ConsoleClient class, -located in the com.wandrell.example.swss.client.console folder. +This console client can be used by just running the ConsoleClient class, located in the com.wandrell.example.swss.client.console folder. -### Running the example on Java 8 +### Running the example with Java 8 Sadly, the example currently can't be run on Java 8. This is due a compatibility issue with Spring-WS and the security implementations. From 9ac5d51b7c7425602a3fa8b456c387cf824153dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 21:50:45 +0100 Subject: [PATCH 02/11] Updated dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 640f3b5..794c315 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,7 @@ 2.2.12 2.2.11 2.9.7 - 2.6.2 + 2.7 1.10.19 1.3.5 1.3.25 @@ -331,7 +331,7 @@ 3.0 1.12 - 2.12 + 2.12.1 0.13.1 9.1.6.v20160112 2.2 From c8f2d20009490811d577e67b165f98819d7993b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 21:53:58 +0100 Subject: [PATCH 03/11] Updated dependencies --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 794c315..52d306c 100644 --- a/pom.xml +++ b/pom.xml @@ -320,7 +320,7 @@ 1.10.6.RELEASE 4.3.2.RELEASE 4.1.1.RELEASE - 2.3.0.RELEASE + 2.4.0.RELEASE 1.0.1 1.2.0 6.10 From 54b7d571392f766f4dd19fc8f61a9bb32fc659d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 21:58:56 +0100 Subject: [PATCH 04/11] Updated dependencies --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52d306c..76f32fe 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ 1.3.25 1.7.22 1.10.6.RELEASE - 4.3.2.RELEASE + 4.3.5.RELEASE 4.1.1.RELEASE 2.4.0.RELEASE 1.0.1 From 44afc1e9456cc947751960c7d054d08aa1110472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 22:01:26 +0100 Subject: [PATCH 05/11] Set back to snapshot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c9cc4b..76f32fe 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.wandrell.example swss-soap-example - 1.2.2 + 1.2.2-SNAPSHOT war Spring Web Services WS-Security Example From 7faf3871abe5c7f6b79892de03a320dd927b8871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 22:04:24 +0100 Subject: [PATCH 06/11] Updated dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 76f32fe..c1e1cdd 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,7 @@ 1.2 2.10.3 2.3.23 - 19.0 + 20.0 1.4.193 1.0.0.Final 5.1.0.Final @@ -319,7 +319,7 @@ 1.7.22 1.10.6.RELEASE 4.3.5.RELEASE - 4.1.1.RELEASE + 4.2.1.RELEASE 2.4.0.RELEASE 1.0.1 1.2.0 From fbd2b439613b758816114f622ee8c44117baf594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 29 Dec 2016 22:14:36 +0100 Subject: [PATCH 07/11] Updated dependencies --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1e1cdd..ebf63ab 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ 20.0 1.4.193 1.0.0.Final - 5.1.0.Final + 5.1.3.Final 2.4.7 6.9.10 1.1.1 From b8a0f492794aff6de27d539fc78ccf4f79b0f56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 5 Jan 2017 22:01:12 +0100 Subject: [PATCH 08/11] Updated Maven Skin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebf63ab..bbf96bd 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,7 @@ 2.2 3.0.0 - 0.5.0 + 0.5.2 /swss From 41262908af9339ba432a5743415718e9652c0f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 5 Jan 2017 22:04:04 +0100 Subject: [PATCH 09/11] Raised version --- pom.xml | 2 +- src/changes/changes.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbf96bd..967f2c0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.wandrell.example swss-soap-example - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT war Spring Web Services WS-Security Example diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1f6237f..f20cc36 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,5 +101,10 @@ Updated Maven configuration. + + + Updated dependencies. + + \ No newline at end of file From 5adba1930eca63a9e937ef6c97b3e54cfa20289c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Thu, 5 Jan 2017 23:55:10 +0100 Subject: [PATCH 10/11] Updated site skin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 967f2c0..e47687b 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,7 @@ 2.2 3.0.0 - 0.5.2 + 0.5.3 /swss From 7086b18ee97564602f74a47cf3edce180ce6c52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Fri, 6 Jan 2017 00:01:52 +0100 Subject: [PATCH 11/11] Set to release --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e47687b..9961b55 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.wandrell.example swss-soap-example - 1.2.3-SNAPSHOT + 1.2.3 war Spring Web Services WS-Security Example diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f20cc36..164b200 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,7 +101,7 @@ Updated Maven configuration. - + Updated dependencies.