Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Packages in ca.uhn.hl7v2.model.v26.datatype #85

Open
NickPaul41 opened this issue Jul 13, 2022 · 0 comments
Open

Split Packages in ca.uhn.hl7v2.model.v26.datatype #85

NickPaul41 opened this issue Jul 13, 2022 · 0 comments

Comments

@NickPaul41
Copy link

I'm developing camel quarks routes using HAPI for parsing HL7 data. When running mvn install I get the following errors.

`
[io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:

  • "ca.uhn.hl7v2.model.v26.datatype" found in [ca.uhn.hapi:hapi-base::jar, ca.uhn.hapi:hapi-structures-v26::jar]
    `

Java 9 introduced module functionality which I believe is being checked by the SplitPackageProcessor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant