Skip to content

Commit

Permalink
[resolves #2272] Upgrade to wildfly-12.0.0 - WIP
Browse files Browse the repository at this point in the history
Blocked by [#2400] Upgrade to wildfly-build-tools 1.2.6 breaks the ability to include a war in a feature pack
  • Loading branch information
tdiesler authored and ppalaga committed Feb 5, 2018
1 parent 039f571 commit f7251af
Show file tree
Hide file tree
Showing 18 changed files with 106 additions and 120 deletions.
2 changes: 2 additions & 0 deletions catalog/src/main/resources/component.roadmap
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,13 @@ restlet #2024 Blocked by camel-2.21.
tika #1850 Blocked by camel-2.21.x

[undecided]
elasticsearch5-rest
ganglia #1998 No test coverage for ganglia in camel
pgevent #2021 No test coverage for pgevent in camel
solr #2030 No test coverage for solr in camel
solrCloud #2031 No test coverage for solr in camel
solrs #2032 No test coverage for solr in camel
yql

[rejected]
atmos #1984 Jersey clashes with RestEasy
Expand Down
2 changes: 2 additions & 0 deletions catalog/src/main/resources/other.roadmap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ zipkin
[planned]

[undecided]
aws-xray
lra

[rejected]
bam #deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

public final class WildFlyCamelConfigPlugin implements ConfigPlugin {

public static final Namespace NS_DOMAIN_50 = Namespace.getNamespace("urn:jboss:domain:5.0");
public static final Namespace NS_DOMAIN_60 = Namespace.getNamespace("urn:jboss:domain:6.0");

public static final Namespace[] NS_DOMAINS = new Namespace[] { NS_DOMAIN_50 };
public static final Namespace[] NS_DOMAINS = new Namespace[] { NS_DOMAIN_60 };

public static final Namespace NS_CAMEL = Namespace.getNamespace("urn:jboss:domain:camel:1.0");
public static final Namespace NS_SECURITY = Namespace.getNamespace("urn:jboss:domain:security:2.0");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import static org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.NS_CAMEL;
import static org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.NS_DOMAINS;
import static org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.NS_DOMAIN_50;
import static org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.NS_DOMAIN_60;
import static org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.NS_SECURITY;

import java.io.File;
Expand Down Expand Up @@ -81,7 +81,7 @@ public void testUnsupportedNamespaceVersion() throws Exception {
SAXBuilder jdom = new SAXBuilder();
Document doc = jdom.build(resurl);

doc.getRootElement().getChild("extensions", NS_DOMAIN_50).setNamespace(Namespace.getNamespace("urn:jboss:domain:99.99"));
doc.getRootElement().getChild("extensions", NS_DOMAIN_60).setNamespace(Namespace.getNamespace("urn:jboss:domain:99.99"));

File modifiedConfig = new File("target/standalone-modified.xml");
outputDocumentContent(doc, new FileOutputStream(modifiedConfig));
Expand Down
4 changes: 4 additions & 0 deletions feature/common/etc/smartics/wildfly-modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
<include artifact=":neethi" />
</module>

<module name="org.apache.qpid.proton" skip="true">
<include artifact="org.apache.qpid:proton-j" />
</module>

<module name="org.apache.santuario.xmlsec" skip="true">
<include artifact="org.apache.santuario:xmlsec" />
</module>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasA/etc/wildfly-feature-pack.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='UTF-8'?>

<feature-pack xmlns="urn:wildfly:feature-pack:1.1">
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions feature/extrasB/etc/wildfly-feature-pack.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='UTF-8'?>

<feature-pack xmlns="urn:wildfly:feature-pack:1.1">
<dependencies>
<artifact name="org.wildfly.camel:wildfly-camel-feature-extrasA"/>
</dependencies>
<artifact-versions>
<artifact groupId="com.carrotsearch" artifactId="hppc" version="0.7.1"/>
<artifact groupId="com.fasterxml.jackson.core" artifactId="jackson-core" version="2.8.9"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-cbor" version="2.8.9"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-smile" version="2.8.9"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-yaml" version="2.8.9"/>
<artifact groupId="com.fasterxml.jackson.core" artifactId="jackson-core" version="2.8.11"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-cbor" version="2.8.11"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-smile" version="2.8.11"/>
<artifact groupId="com.fasterxml.jackson.dataformat" artifactId="jackson-dataformat-yaml" version="2.8.11"/>
<artifact groupId="com.google.guava" artifactId="guava" version="18.0"/>
<artifact groupId="com.ning" artifactId="compress-lzf" version="1.0.2"/>
<artifact groupId="com.spatial4j" artifactId="spatial4j" version="0.5"/>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasC/etc/wildfly-feature-pack.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='UTF-8'?>

<feature-pack xmlns="urn:wildfly:feature-pack:1.1">
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion feature/extrasD/etc/wildfly-feature-pack.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='UTF-8'?>

<feature-pack xmlns="urn:wildfly:feature-pack:1.1">
<dependencies>
Expand Down
7 changes: 0 additions & 7 deletions feature/modules/etc/smartics/other-modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,13 +1319,6 @@
</dependencies>
</module>

<module name="org.apache.qpid.proton" slot="0.16">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<include artifact="org.apache.qpid:proton-(.*)" />
</module>

<module name="org.apache.sshd">
<properties>
<property name="jboss.api" value="private"/>
Expand Down
Loading

0 comments on commit f7251af

Please sign in to comment.