-
Notifications
You must be signed in to change notification settings - Fork 93
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
[3.15] Update Quarkus Amazon Services to 2.18.1 #1287
Conversation
Let me know if we need to backport this PR on 3.14 |
I don't think so, 3.15.0 should be released next Wednesday. Upgrading the version in main would be good though. Thanks! |
I haven't release the extension with 3.15 PR merged. I will update with 2.18 when done. |
4007134
to
c8bb842
Compare
@gastaldi Since quarkiverse/quarkus-amazon-services#1392, I got this when running
|
c8bb842
to
1ccd55d
Compare
1ccd55d
to
a7b427a
Compare
I revert part of the PR to publish the integration-test module |
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
✖ | Build - JDK 17 | Build with Maven |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
⚙️ Build - JDK 17 #
- Failing:
📦 Root project
✖ Failed to execute goal io.quarkus:quarkus-platform-bom-maven-plugin:0.0.107:invoke-platform-project (build-platform-project) on project quarkus-platform-config: Failed to build the platform project, please consult the errors logged above.
📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-micrometer
✖ org.apache.camel.quarkus.component.micrometer.it.MicrometerTest.testMicrometerSummary
- More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: jakarta.enterprise.inject.spi.DeploymentException: jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type io.micrometer.prometheus.PrometheusMeterRegistry and qualifiers [@Default]
- injection target: org.apache.camel.quarkus.component.micrometer.it.MicrometerResource#prometheusMeterRegistry
- declared on CLASS bean [types=[java.lang.Object, org.apache.camel.quarkus.component.micrometer.it.MicrometerResource], qualifiers=[@Default, @Any], target=org.apache.camel.quarkus.component.micrometer.it.MicrometerResource]
at io.quarkus.arc.processor.BeanDeployment.processErrors(BeanDeployment.java:1551)
at io.quarkus.arc.processor.BeanDeployment.init(BeanDeployment.java:338)
at io.quarkus.arc.processor.BeanProcessor.initialize(BeanPr...
✖ org.apache.camel.quarkus.component.micrometer.it.NoInstrumentedThreadPoolMicrometerTest.testInstrumentedThreadPoolFactory
- More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: jakarta.enterprise.inject.spi.DeploymentException: jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type io.micrometer.prometheus.PrometheusMeterRegistry and qualifiers [@Default]
- injection target: org.apache.camel.quarkus.component.micrometer.it.MicrometerResource#prometheusMeterRegistry
- declared on CLASS bean [types=[java.lang.Object, org.apache.camel.quarkus.component.micrometer.it.MicrometerResource], qualifiers=[@Default, @Any], target=org.apache.camel.quarkus.component.micrometer.it.MicrometerResource]
at io.quarkus.arc.processor.BeanDeployment.processErrors(BeanDeployment.java:1551)
at io.quarkus.arc.processor.BeanDeployment.init(BeanDeployment.java:338)
at io.quarkus.arc.processor.BeanProcessor.initialize(BeanPr...
✖ org.apache.camel.quarkus.component.micrometer.it.NoMessageHistoryMicrometerTest.testNoHistory
- More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: jakarta.enterprise.inject.spi.DeploymentException: jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type io.micrometer.prometheus.PrometheusMeterRegistry and qualifiers [@Default]
- injection target: org.apache.camel.quarkus.component.micrometer.it.MicrometerResource#prometheusMeterRegistry
- declared on CLASS bean [types=[java.lang.Object, org.apache.camel.quarkus.component.micrometer.it.MicrometerResource], qualifiers=[@Default, @Any], target=org.apache.camel.quarkus.component.micrometer.it.MicrometerResource]
at io.quarkus.arc.processor.BeanDeployment.processErrors(BeanDeployment.java:1551)
at io.quarkus.arc.processor.BeanDeployment.init(BeanDeployment.java:338)
at io.quarkus.arc.processor.BeanProcessor.initialize(BeanPr...
📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-hc5
✖ io.quarkiverse.cxf.hc5.it.Hc5Test.add(String)[4]
line 55
- More details - Source on GitHub
java.lang.AssertionError:
Expecting actual not to be null
at io.quarkiverse.cxf.hc5.it.Hc5Test.add(Hc5Test.java:55)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:973)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:903)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestTemplateMethod(QuarkusTestExtension.java:863)
Make sure that you have run
./mvnw -Dsync
and included the changes in your pull request (preferably in the same commit, unless it makes sense to do otherwise).Thanks!