Thomas Diesler created CAMEL-13487:
--------------------------------------
Summary: CNFE with camel-dns
Key: CAMEL-13487
URL: https://issues.apache.org/jira/browse/CAMEL-13487
Project: Camel
Issue Type: Task
Components: camel-dns
Affects Versions: 3.0.0-M2
Reporter: Thomas Diesler
Fix For: 3.0.0
{code}
java.lang.NoClassDefFoundError: Failed to link
org/apache/camel/component/dns/types/DnsConverterLoader (Module
"org.apache.camel.component.dns" from local module loader @5d740a0f (finder:
local module finder @214b199c (roots:
/Users/tdiesler/git/wildfly-camel/itests/standalone/smoke/target/wildfly-16.0.0.Final/modules,/Users/tdiesler/git/wildfly-camel/itests/standalone/smoke/target/wildfly-16.0.0.Final/modules/system/layers/fuse,/Users/tdiesler/git/wildfly-camel/itests/standalone/smoke/target/wildfly-16.0.0.Final/modules/system/layers/base))):
org/apache/camel/spi/TypeConverterLoader
{code}
Components should define their direct dependencies as such. i.e. In this case
camel-api is trasitively reachable through camel-cloud, which would not work in
a modular environment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)