question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Split package usage for `io.fabric8:openshift-model`, `io.fabric8:openshift-model-operator`

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
manovotncommented, Jul 29, 2021

It doesn’t now, we can expand it. Didn’t think we would need that as well 😄

0reactions
geoandcommented, Jul 29, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found