You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/22 18:39:24 UTC

[camel-quarkus] branch master updated: Fix #70 Bean extension does not fail in native mode due to dynamic proxies anymore

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 58c98e9  Fix #70 Bean extension does not fail in native mode due to dynamic proxies anymore
58c98e9 is described below

commit 58c98e92632f30d32153eb75c2bc57acbdbcd519
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Aug 22 13:25:02 2019 +0200

    Fix #70 Bean extension does not fail in native mode due to dynamic proxies anymore
---
 integration-tests/bean/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/integration-tests/bean/pom.xml b/integration-tests/bean/pom.xml
index 20de6af..39e0dda 100644
--- a/integration-tests/bean/pom.xml
+++ b/integration-tests/bean/pom.xml
@@ -89,8 +89,7 @@
             <id>native-image</id>
             <activation>
                 <property>
-                    <!-- TODO: excluded from the default native due to https://github.com/apache/camel-quarkus/issues/70 -->
-                    <name>nativeBean</name>
+                    <name>native</name>
                 </property>
             </activation>
             <build>