Otavio Rodolfo Piske created CAMEL-20062:
--------------------------------------------
Summary: camel-core: type converter refactoring is causing a split
package warning on Quarkus
Key: CAMEL-20062
URL: https://issues.apache.org/jira/browse/CAMEL-20062
Project: Camel
Issue Type: Task
Components: camel-core
Affects Versions: 4.1.0, 4.2.0
Reporter: Otavio Rodolfo Piske
Assignee: Otavio Rodolfo Piske
Ref:
{code:java}
"2023-10-30 09:31:45,418 WARN [io.qua.arc.dep.SplitPackageProcessor]
(build-41) Detected a split package usage which is considered a bad practice
and should be avoided. Following packages were detected in multiple archives:
- "org.apache.camel.converter" found in [org.apache.camel:camel-api::jar,
org.apache.camel:camel-base::jar]"
{code}
It seems to me that the problem is being caused by the TypeConvertible class
that is in the camel-api.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)