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

Use -Prelocations in update-extension-dependencies.sh & filter out quarkus-amazon-common #22993

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Use -Prelocations in update-extension-dependencies.sh & filter out quarkus-amazon-common #22993

merged 1 commit into from
Jan 19, 2022

Conversation

famod
Copy link
Member

@famod famod commented Jan 18, 2022

Fixes #22836, but filtering of quarkus-amazon-common is only a mitigation for quarkus-amazon-common still ending up in quarkus-bom-quarkus-platform-descriptor-*.json because the generation does not respect the build tree/workspace.

Will create another issue after this is merged.

mvn -q -e -Dquickly -Dno-test-modules -Prelocations -T0.8C -f "${PRG_PATH}" $*
else
echo ''
echo 'Aborted!'
Copy link
Member Author

Choose a reason for hiding this comment

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

Btw, the idea behind kinda forcing the build is that I don't expect anyone to have built with -Prelocations before calling this script.

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 19, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building ce38f05

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/resteasy-classic/rest-client/deployment 
! Skipped: extensions/keycloak-admin-client/deployment extensions/keycloak-authorization/deployment extensions/liquibase-mongodb/deployment and 71 more

📦 extensions/resteasy-classic/rest-client/deployment

io.quarkus.restclient.configuration.UnknownConfigTest. line 29 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: Expected 0 warnings ==> expected: <0> but was: <1>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

@famod famod mentioned this pull request Jan 19, 2022
@famod
Copy link
Member Author

famod commented Jan 19, 2022

This is mergable once the inititial jdk11 build was ok.

@famod famod merged commit 3aa02f8 into quarkusio:main Jan 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 19, 2022
@famod famod deleted the update-extension-dependencies-relocations branch January 19, 2022 09:45
@famod
Copy link
Member Author

famod commented Jan 19, 2022

PS: I deliberately merged before the JDK jobs finished as those won't be affected by this change aynway.

@gsmet gsmet modified the milestones: 2.8 - main, 2.7.0.Final Jan 21, 2022
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.

Incorrect changes after running update-extension-dependencies.sh
2 participants