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:22 UTC

[camel] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit fbc0e014e901fe422ab2ad5bef95164faa47738f
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 818edf2..4009004 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>