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

Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream #8787

Merged
merged 1 commit into from
Apr 23, 2020
Merged

Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream #8787

merged 1 commit into from
Apr 23, 2020

Conversation

rsvoboda
Copy link
Member

Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream. commons-compress already defined since #8317

Regression comparing to 1.3.2.Final

Noticed via https://github.com/quarkus-qe/quarkus-openshift-test-suite/ on sql-db tests which can't be compiled with current master, running mvn clean install -DskipTests -DskipITs is enough to see the issue.

[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project sql-db-postgresql: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[ERROR] 	[error]: Build step io.quarkus.deployment.steps.ClassTransformingBuildStep#handleClassTransformation threw an exception: java.lang.IllegalStateException: java.util.concurrent.ExecutionException: java.lang.TypeNotPresentException: Type org/apache/commons/compress/archivers/tar/TarArchiveInputStream not present
[ERROR] 	at io.quarkus.deployment.ExtensionLoader$2.execute(ExtensionLoader.java:940)
[ERROR] 	at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
[ERROR] 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[ERROR] 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2019)
[ERROR] 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1558)
[ERROR] 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1449)
[ERROR] 	at java.lang.Thread.run(Thread.java:748)
[ERROR] 	at org.jboss.threads.JBossThread.run(JBossThread.java:479)
[ERROR] Caused by: java.util.concurrent.ExecutionException: java.lang.TypeNotPresentException: Type org/apache/commons/compress/archivers/tar/TarArchiveInputStream not present

@gastaldi gastaldi added this to the 1.5.0 milestone Apr 23, 2020
@gastaldi gastaldi merged commit 1877033 into quarkusio:master Apr 23, 2020
@gsmet gsmet modified the milestones: 1.5.0, 1.4.1.Final Apr 23, 2020
@rsvoboda rsvoboda deleted the commons-compress.for.openshift branch March 4, 2021 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants