Split package usage for `io.fabric8:openshift-model`, `io.fabric8:openshift-model-operator`
See original GitHub issueDescribe the bug
Quarkus reports split package io.fabric8.openshift.api.model
usage in io.fabric8:openshift-model
, io.fabric8:openshift-model-operator
artifacts.
2021-07-29 13:47:28,761 WARN [io.qua.arc.dep.SplitPackageProcessor] (build-8) Detected a split package usage
which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:
- "io.fabric8.openshift.api.model" found in [io.fabric8:openshift-model, io.fabric8:openshift-model-operator]
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Build project with quarkus-openshift-client
extension and check the console logs.
Output of uname -a
or ver
macOS BigSur
Output of java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Quarkus 2.1.0.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[GitHub] [camel-quarkus] nchudasmasumo commented on ...
SplitPackageProcessor] Detected a split package usage which is considered a bad ... found in [io.fabric8:openshift-model-operator::jar, ...
Read more >New SplitPackageProcessor Warning - Google Groups
[WARNING] [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered a bad practice and should be ...
Read more >quarkusio/quarkus 2.1.1.Final on GitHub - NewReleases.io
... #19092 - Split package usage for io.fabric8:openshift-model , io.fabric8:openshift-model-operator; #19089 - Make SplitPackageProcessor configurable ...
Read more >Why am I getting this "split package" warning? - Stack Overflow
With the directive Export-Package: * , you are asking bnd to export all the dependencies of your project. Remove the * or use...
Read more >Java SDK - Split Help Center
Use the code snippet below and plug in your API key. The API key is available on your ... SplitFactoryBuilder;; import io.split.client.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It doesn’t now, we can expand it. Didn’t think we would need that as well 😄
We can’t really address it now (since it’s a k8s client issue).
@manovotn does https://github.com/quarkusio/quarkus/pull/19089 allow an extension to provide such configuration? I don’t see a build item which would allow that.