-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Upgrade maven cache extension #30464
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 maven cache extension #30464
Conversation
23609cc to
45f6ef3
Compare
45f6ef3 to
0731ab0
Compare
jonkoops
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@vmuzikar - can you please review and merge this PR? Asking you as it touches the Quarkus |
|
partial_import_test fails randomly: #30492, trying one more time |
0731ab0 to
34fa7d6
Compare
vmuzikar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahus1 LGTM, the zip dist seems to be the same.
| <version>${project.version}</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>*</groupId> | ||
| <artifactId>*</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.keycloak</groupId> | ||
| <artifactId>keycloak-quarkus-server-deployment</artifactId> | ||
| <version>${project.version}</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>*</groupId> | ||
| <artifactId>*</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedroigor Do you remember why we excluded this?
Also ensure that JS project is not built too often, and the Quarkus distribution is not missed when sub-dependencies change. Closes keycloak#30463 Signed-off-by: Alexander Schwartz <[email protected]>
9e67453 to
f421f9f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unreported flaky test detected, please review
Also ensure that JS project is not built too often, and the Quarkus distribution is not missed when sub-dependencies change.
Closes #30463
How to test:
Run the following command twice. The second time should finish in less than 10 seconds, as it is only calculating hashes and copying cached artifacts to the local Maven repo.
If a source file is then changed (for example
InfinispanCacheRealmProviderFactory.javaorAccountRow.tsx), the final Quarkus ZIP file is rebuilt after building only those dependency that are essential.