From ecfa4472442aac478c9672597d4e0350d8016362 Mon Sep 17 00:00:00 2001 From: Mahesh Subramanian Date: Fri, 14 Jun 2019 14:48:10 +0100 Subject: [PATCH 1/2] SCTP-324: Reverting to swarm container to workaround class loader issues --- event-tool/pom.xml | 44 +++++++------------ pom.xml | 6 +-- .../stream-transformation-it/pom.xml | 2 +- stream-transformation-tool-fraction/pom.xml | 4 +- 4 files changed, 21 insertions(+), 35 deletions(-) diff --git a/event-tool/pom.xml b/event-tool/pom.xml index bf038a4..1b3a500 100644 --- a/event-tool/pom.xml +++ b/event-tool/pom.xml @@ -29,47 +29,39 @@ - io.thorntail + org.wildfly.swarm cdi jboss-logging org.jboss.logging - - org.jboss.spec.javax.transaction - jboss-transaction-api_1.2_spec - - - org.ow2.asm - asm - - io.thorntail - datasources - - - io.thorntail + org.wildfly.swarm ejb - io.thorntail + org.wildfly.swarm jpa + + org.wildfly.swarm + datasources + org.postgresql postgresql - io.thorntail + org.wildfly.swarm bean-validation - io.thorntail + org.wildfly.swarm jaxrs @@ -80,18 +72,18 @@ - io.thorntail + org.wildfly.swarm messaging - io.thorntail + org.wildfly.swarm jgroups - io.thorntail + org.wildfly.swarm logging @@ -122,12 +114,6 @@ uk.gov.justice.services test-utils-core - - - org.ow2.asm - asm - - @@ -136,9 +122,9 @@ - io.thorntail - thorntail-maven-plugin - ${thorntail.version} + org.wildfly.swarm + wildfly-swarm-plugin + ${wildfly.swarm.version} diff --git a/pom.xml b/pom.xml index dab4f1d..2c1ddc8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.28.0 1.16.2 1.18.1 - 2.1.0.Final + 2017.11.0 77 1.13.1 @@ -70,9 +70,9 @@ - io.thorntail + org.wildfly.swarm bom-all - ${thorntail.version} + ${wildfly.swarm.version} import pom diff --git a/stream-transformation-test/stream-transformation-it/pom.xml b/stream-transformation-test/stream-transformation-it/pom.xml index 96a3998..9c71541 100644 --- a/stream-transformation-test/stream-transformation-it/pom.xml +++ b/stream-transformation-test/stream-transformation-it/pom.xml @@ -114,7 +114,7 @@ uk.gov.justice ${project.version} jar - thorntail + swarm true ${project.basedir}/target/test-classes diff --git a/stream-transformation-tool-fraction/pom.xml b/stream-transformation-tool-fraction/pom.xml index 5352f52..0dea002 100644 --- a/stream-transformation-tool-fraction/pom.xml +++ b/stream-transformation-tool-fraction/pom.xml @@ -19,12 +19,12 @@ - io.thorntail + org.wildfly.swarm spi - io.thorntail + org.wildfly.swarm undertow From 382da5984e710b2f3292bebcbe7a52a5de49ee7c Mon Sep 17 00:00:00 2001 From: Mahesh Subramanian Date: Fri, 14 Jun 2019 15:00:38 +0100 Subject: [PATCH 2/2] Amended changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d12a7..327f3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- Reverting thorntail container related changes and using swarm instead ### Changed - Update event-store to 1.1.9