Skip to content

Commit

Permalink
[resolves #906] Update to camel-2.17.0 - WIP
Browse files Browse the repository at this point in the history
[resolves #903] Undertow component incompatible with WildFly
  • Loading branch information
Thomas Diesler committed Jan 18, 2016
1 parent ac68aff commit fa6388b
Show file tree
Hide file tree
Showing 103 changed files with 348 additions and 466 deletions.
Expand Up @@ -44,6 +44,7 @@
<module name="org.springframework.beans" />
<module name="org.springframework.context" />
<module name="org.springframework.core" />
<module name="javax.servlet.api" />
<module name="javax.xml.bind.api" />
<module name="org.apache.camel.core" />
<module name="org.apache.camel.spring" />
Expand Down
Expand Up @@ -4,8 +4,8 @@
<artifact name="${org.apache.camel:camel-lucene}" />
</resources>
<dependencies>
<module name="org.apache.lucene" slot="5.2" />
<module name="javax.xml.bind.api" />
<module name="org.apache.camel.core" />
<module name="org.apache.lucene" slot="4.10" />
</dependencies>
</module>
Expand Up @@ -6,8 +6,8 @@
<dependencies>
<module name="javax.api" />
<module name="javax.activation.api" />
<module name="org.slf4j" />
<module name="javax.mail.api" />
<module name="org.slf4j" />
<module name="javax.xml.bind.api" />
<module name="org.apache.camel.core" />
</dependencies>
Expand Down
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="org.apache.lucene" slot="4.10">
<module xmlns="urn:jboss:module:1.1" name="org.apache.lucene" slot="5.2">
<resources>
<artifact name="${org.apache.lucene:lucene-analyzers-common}" />
<artifact name="${org.apache.lucene:lucene-backward-codecs}" />
<artifact name="${org.apache.lucene:lucene-core}" />
<artifact name="${org.apache.lucene:lucene-grouping}" />
<artifact name="${org.apache.lucene:lucene-highlighter}" />
Expand All @@ -10,7 +11,6 @@
<artifact name="${org.apache.lucene:lucene-misc}" />
<artifact name="${org.apache.lucene:lucene-queries}" />
<artifact name="${org.apache.lucene:lucene-queryparser}" />
<artifact name="${org.apache.lucene:lucene-sandbox}" />
<artifact name="${org.apache.lucene:lucene-spatial}" />
<artifact name="${org.apache.lucene:lucene-suggest}" />
<artifact name="${com.spatial4j:spatial4j}" />
Expand Down
Expand Up @@ -10,7 +10,6 @@
<module name="javax.api" />
<module name="org.apache.commons.logging" />
<module name="javax.activation.api" />
<module name="javax.mail.api" />
<module name="javax.xml.stream.api" />
<module name="org.apache.james.mime4j" />
<module name="org.codehaus.woodstox" />
Expand Down
Expand Up @@ -10,7 +10,6 @@
<module name="javax.api" />
<module name="org.apache.commons.logging" />
<module name="javax.activation.api" />
<module name="javax.mail.api" />
<module name="javax.xml.stream.api" />
<module name="org.apache.ws.commons.axiom.axiom-api" />
<module name="org.codehaus.woodstox" />
Expand Down
Expand Up @@ -8,13 +8,13 @@
</resources>
<dependencies>
<module name="javax.api" />
<module name="org.apache.lucene" slot="5.2" />
<module name="org.slf4j" />
<module name="sun.jdk">
<imports>
<include path="sun/misc/Unsafe" />
</imports>
</module>
<module name="org.apache.lucene" slot="4.10" />
<module name="org.yaml.snakeyaml" />
<module name="com.google.guava" />
</dependencies>
</module>
Expand Up @@ -37,7 +37,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.wildfly.camel.test.common.http.HttpRequest;
Expand All @@ -47,7 +46,6 @@

@CamelAware
@RunWith(Arquillian.class)
@Ignore("[#903] Undertow component incompatible with WildFly")
public class UndertowIntegrationTest {

@Deployment
Expand Down

0 comments on commit fa6388b

Please sign in to comment.