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

Upgrade to Google Cloud extension pack 2.12.1 #1289

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

loicmathieu
Copy link
Contributor

No description provided.

@loicmathieu
Copy link
Contributor Author

@aloubyansky this should include back the IT module.

I'll open the same PR for 3.15

@quarkus-bot
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 1abd2f3.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs
Check generated project has been updated Check that generated project is properly updated ⚠️ Check → 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.111: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)

Copy link
Member

@aloubyansky aloubyansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @loicmathieu
And I figured out the plugin version diff and the sync check failure.
It depends on the Maven version. The check is using the wrapper but you are using a different version and that results in this diff.
But I have a fix for it in the generator.

@aloubyansky aloubyansky merged commit 287d216 into quarkusio:main Sep 20, 2024
2 of 4 checks passed
@loicmathieu
Copy link
Contributor Author

Oh! Sorry about that @aloubyansky I never use the wrapper and my Maven may not be of the last version, I'll take care next time.

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