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 the platform generator to 0.0.114 #1306

Closed

Conversation

aloubyansky
Copy link
Member

This release contains fixes for the quarkus-maven-plugin module by setting proper Maven compiler properties and including a test for creating and building a sample application using the platform Maven plugin.

Platforms released with this generator will not suffer from quarkusio/quarkus#43491

<!-- Given the Maven plugin is rebuilt as part of the platform project, this is basic test
that creates a new project, builds it and runs its unit and integration tests
using the platform Maven plugin -->
<artifact>io.quarkus:quarkus-platform-sample-app-test:${quarkus-platform-bom-generator.version}</artifact>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the test for the platform plugin and its config options below

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 25, 2024

Status for workflow CI Build

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

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.114: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-mongodb-grouped

org.apache.camel.quarkus.component.mongodb.it.MongoDbTest.testPersistentTailingConsumer line 166 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Lambda expression in org.apache.camel.quarkus.component.mongodb.it.MongoDbTest expected the predicate to return <true> but it returned <false> for input of <{size=0, last=null}> within 30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:712)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:729)
	at org.apache.camel.quarkus.component.mongodb.it.MongoDbTest.waitAndResetTailingResults(MongoDbTest.java:281)
	at org.apache.camel.quarkus.component.mongodb.it.MongoDbTest.testPersistentTailingConsumer(MongoDbTest.java:166)

📦 generated-platform-project/quarkus/integration-tests/quarkus-platform-sample-app-test

io.quarkus.platform.test.SampleProjectGenerationTest.testSampleProjectGeneration line 28 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
[INFO] Scanning for projects...
[WARNING] The POM for io.quarkus.platform:quarkus-maven-plugin:jar:999-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2024-09-25T21:25:01Z

@aloubyansky
Copy link
Member Author

The failure is related to the module ordering in the reactor. The plugin hasn't been built yet at the time of the test run. I'll move it up.

@aloubyansky
Copy link
Member Author

Closing this PR in favor of #1308

@aloubyansky aloubyansky closed this Oct 2, 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

Successfully merging this pull request may close these issues.

1 participant