You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/06 21:20:28 UTC

[camel] branch camel-3.0.x updated: CAMEL-14457: Fixed camel-groovy osgi classloadig issue. Thanks to Alex Soto for reportig and suggested fix.

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.0.x by this push:
     new d39843e  CAMEL-14457: Fixed camel-groovy osgi classloadig issue. Thanks to Alex Soto for reportig and suggested fix.
d39843e is described below

commit d39843e8cec05926b51d4425bfe36c08523f5ace
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 6 22:19:04 2020 +0100

    CAMEL-14457: Fixed camel-groovy osgi classloadig issue. Thanks to Alex Soto for reportig and suggested fix.
---
 components/camel-groovy/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 1523504..523b435 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -40,6 +40,10 @@
             ${camel.osgi.import.defaults},
             *
         </camel.osgi.import.pkg>
+        <camel.osgi.dynamic>
+            groovy.*,
+            org.codehaus.groovy.*
+        </camel.osgi.dynamic>
     </properties>
 
     <dependencies>