[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-08-01 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402378#comment-15402378
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

We need camel 2.18 to remove Spring DM but Camel 2.18 requires Java 8.  So I 
think this should be targeted for a future version when we can raise the 
minimum version of ActiveMQ to Java 8 (maybe version 2.15.0)

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-07-12 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373213#comment-15373213
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

I reverted back to Camel 2.16.x for now in master.  We most likely just need to 
skip 2.17 and wait for 2.18 because of the incompatibilities with OSGI.

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
> Fix For: 5.14.0
>
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-07-01 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358835#comment-15358835
 ] 

Claus Ibsen commented on AMQ-6230:
--

Around august or maybe into september when summer vacation is over

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
> Fix For: 5.14.0
>
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-07-01 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358779#comment-15358779
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

[~davsclaus], What is the time frame for a Camel 2.18.0 release? I would like 
to remove spring-dm but in camel version 2.17.x the camel-spring module still 
depends on spring dm.  Looks like that has been separated out in the latest 
2.18.0 snapshot builds so using version 2.18.0 would allow us to get rid of the 
spring dm dependency entirely.

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
> Fix For: 5.14.0
>
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-13 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15239428#comment-15239428
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

Ignored failing tests to hopefully fix the other issues we are having in CI 
with brokers not shutting down properly.  The camel tests can be re-enabled as 
part of this Jira and the work here to fix our Karaf setup.

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15239426#comment-15239426
 ] 

ASF subversion and git services commented on AMQ-6230:
--

Commit 28e4090d9561a1cd2a630bc35257539c30a13cf1 in activemq's branch 
refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=28e4090 ]

https://issues.apache.org/jira/browse/AMQ-6230

Temporarily ignoring karaf camel tests until karaf integration is fixed

The failed test is causing the smoke tests to fail (so PRs don't pass)
and also seems to be keeping a broker alive so that other tests are
breaking as well


> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-06 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228666#comment-15228666
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

Agreed that the Spring DM stuff needs to go and the osgi support needs to be 
updated, hopefully for a 5.14 release.

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-06 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228560#comment-15228560
 ] 

Claus Ibsen commented on AMQ-6230:
--

Its really not a Camel problem. Its ActiveMQ itself that needs to do better at 
OSGi and install and support what it uses.

There is a somewhat crappy activemq-osgi module that has some old spring-dm 
code directly using a spring osgi bundle class and whatnot.



> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>Assignee: Claus Ibsen
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-06 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228514#comment-15228514
 ] 

Claus Ibsen commented on AMQ-6230:
--

Yeah it should likely just add camel-spring in the features when install 
activemq-camel 

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMQ-6230) Camel 2.17.0 breaks Karaf integration tests

2016-04-06 Thread Christopher L. Shannon (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228398#comment-15228398
 ] 

Christopher L. Shannon commented on AMQ-6230:
-

[~davsclaus], Can you take a look at this? Long term someone needs to fix up 
the Karaf support and get rid of Spring DM but I'm not sure if there is 
anything that can be done to make 2.17.0 compatible in the meantime or if we 
have to revert to an older version.

> Camel 2.17.0 breaks Karaf integration tests
> ---
>
> Key: AMQ-6230
> URL: https://issues.apache.org/jira/browse/AMQ-6230
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: activemq-camel
>Affects Versions: 5.13.2
>Reporter: Christopher L. Shannon
>
> The new Camel version seems to cause the ActiveMQBrokerNdCamelFeatureTest 
> test to fail.
> https://builds.apache.org/view/A/view/ActiveMQ/job/ActiveMQ-Java8/lastBuild/org.apache.activemq$activemq-karaf-itest/testReport/org.apache.activemq.karaf.itest/ActiveMQBrokerNdCamelFeatureTest/test/
> It looks like a bunch of work was done with Karaf and to get rid of Spring DM 
> in the new version which is probably the issue as ActiveMQ still has the 
> Spring DM stuff laying around.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)