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

[3.15] Update Quarkus Amazon Services to 2.18.1 #1287

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

scrocquesel
Copy link
Contributor

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!

@scrocquesel
Copy link
Contributor Author

Let me know if we need to backport this PR on 3.14

@scrocquesel scrocquesel marked this pull request as draft September 20, 2024 12:24
@aloubyansky
Copy link
Member

I don't think so, 3.15.0 should be released next Wednesday. Upgrading the version in main would be good though. Thanks!

@scrocquesel
Copy link
Contributor Author

I haven't release the extension with 3.15 PR merged. I will update with 2.18 when done.

@scrocquesel
Copy link
Contributor Author

@gastaldi Since quarkiverse/quarkus-amazon-services#1392, I got this when running ./mvnw -Dsync

[WARNING] The POM for io.quarkiverse.amazonservices:quarkus-amazon-services-integration-tests:pom:2.18.0 is missing, no dependency information available

@scrocquesel scrocquesel changed the title [3.15] Update Quarkus Amazon Services to 2.17.0 [3.15] Update Quarkus Amazon Services to 2.18.0 Sep 20, 2024
@scrocquesel scrocquesel marked this pull request as ready for review September 20, 2024 15:40
@scrocquesel scrocquesel changed the title [3.15] Update Quarkus Amazon Services to 2.18.0 [3.15] Update Quarkus Amazon Services to 2.18.1 Sep 20, 2024
@scrocquesel
Copy link
Contributor Author

@gastaldi Since quarkiverse/quarkus-amazon-services#1392, I got this when running ./mvnw -Dsync

[WARNING] The POM for io.quarkiverse.amazonservices:quarkus-amazon-services-integration-tests:pom:2.18.0 is missing, no dependency information available

I revert part of the PR to publish the integration-test module

This comment has been minimized.

Copy link

quarkus-bot bot commented Sep 20, 2024

Status for workflow CI Build

This is the status report for running CI Build on commit a7b427a.

Failing Jobs

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)

@aloubyansky aloubyansky merged commit af5c606 into quarkusio:3.15 Sep 20, 2024
3 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants