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

Quarkus 3.10 and 1.3.2 #128

Open
oleg-nenashev opened this issue Apr 29, 2024 · 5 comments
Open

Quarkus 3.10 and 1.3.2 #128

oleg-nenashev opened this issue Apr 29, 2024 · 5 comments

Comments

@oleg-nenashev
Copy link

oleg-nenashev commented Apr 29, 2024

On Java 17, the following error happens. It is similar to quarkusio/quarkus#30346 and can be reproduced in oleg-nenashev/gradle-quarkus-plugin-demo#36

* What went wrong:
Execution failed for task ':quarkusAppPartsBuild'.
> There was a failure while executing work items
   > A failure occurred while executing io.quarkus.gradle.tasks.worker.BuildWorker
      > io.quarkus.builder.BuildException: Build failure: Build failed due to errors
                [error]: Build step io.quarkiverse.wiremock.devservice.WireMockServerProcessor#setup threw an exception: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
                at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
                at com.github.tomakehurst.wiremock.common.xml.Xml.optimizeFactoriesLoading(Xml.java:50)
                at com.github.tomakehurst.wiremock.core.WireMockApp.<init>(WireMockApp.java:77)
                at com.github.tomakehurst.wiremock.WireMockServer.<init>(WireMockServer.java:74)
                at io.quarkiverse.wiremock.devservice.WireMockServerProcessor.startWireMockDevService(WireMockServerProcessor.java:116)
                at io.quarkiverse.wiremock.devservice.WireMockServerProcessor.setup(WireMockServerProcessor.java:77)
                at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
                at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.base/java.lang.reflect.Method.invoke(Method.java:568)
                at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:858)
                at io.quarkus.builder.BuildContext.run(BuildContext.java:282)
                at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
                at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
                at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
                at java.base/java.lang.Thread.run(Thread.java:840)
                at org.jboss.threads.JBossThread.run(JBossThread.java:501)

@chberger
Copy link
Contributor

Could you please test it again with 1.3.3

Copy link

@chberger This is being labeled as stale.

@github-actions github-actions bot added the Stale label Aug 13, 2024
Copy link

@chberger This is being closed due to inactivity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2024
@chberger chberger reopened this Aug 20, 2024
@chberger chberger removed the Stale label Aug 20, 2024
Copy link

@chberger This is being labeled as stale.

@github-actions github-actions bot added the Stale label Oct 20, 2024
@chberger
Copy link
Contributor

@oleg-nenashev Quarkus 3.10 wasn't officially supported by version 1.3.2. I’ve just released version 1.4.0, which officially supports Quarkus 3.15 LTS. Could you please try again and see if this works four you?

@github-actions github-actions bot removed the Stale label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants