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 package usage for io.fabric8:openshift-model, io.fabric8:openshift-model-operator #19092

Closed
rsvoboda opened this issue Jul 29, 2021 · 5 comments · Fixed by #19123
Closed
Labels
area/kubernetes kind/bug Something isn't working
Milestone

Comments

@rsvoboda
Copy link
Member

Describe 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

@rsvoboda rsvoboda added the kind/bug Something isn't working label Jul 29, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 29, 2021

/cc @geoand

@geoand
Copy link
Contributor

geoand commented Jul 29, 2021

cc @manovotn

@manovotn
Copy link
Contributor

This should be addressed by whoever is the maintainer of the aforementioned packages (any idea who that would be @gsmet or @geoand?).
If not solvable right away, they can whitelist the package as was done in #18743
Alternatively, users will be able to ignore certain packages once #19089 gets incorporated.

@geoand
Copy link
Contributor

geoand commented Jul 29, 2021

We can't really address it now (since it's a k8s client issue).

@manovotn does #19089 allow an extension to provide such configuration?
I don't see a build item which would allow that.

@manovotn
Copy link
Contributor

It doesn't now, we can expand it. Didn't think we would need that as well :-D

geoand added a commit to geoand/quarkus that referenced this issue Jul 30, 2021
geoand added a commit to geoand/quarkus that referenced this issue Jul 30, 2021
geoand added a commit that referenced this issue Jul 30, 2021
Suppress split package warning in Fabric8 Openshift Client
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 30, 2021
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.1.Final Aug 3, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Aug 3, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants