2026-04-09 14:53:18,939 WARN [io.quarkus.arc.deployment.SplitPackageProcessor] (build-14) Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:
- "io.github.belgif.rest.problem.ee.jaxrs" found in [io.github.belgif.rest.problem:belgif-rest-problem-quarkus-core:0.21.0, io.github.belgif.rest.problem:belgif-rest-problem-quarkus-server:0.21.0]
I guess we will need to split up io.github.belgif.rest.problem.ee in io.github.belgif.rest.problem.ee.client and io.github.belgif.rest.problem.ee.server, similar to what we did for Spring Boot.
I guess we will need to split up io.github.belgif.rest.problem.ee in io.github.belgif.rest.problem.ee.client and io.github.belgif.rest.problem.ee.server, similar to what we did for Spring Boot.