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

Feature/no gradle #44

Merged
merged 26 commits into from
Mar 26, 2024
Merged

Feature/no gradle #44

merged 26 commits into from
Mar 26, 2024

Conversation

leiicamundi
Copy link
Contributor

@leiicamundi leiicamundi commented Mar 21, 2024

Previously, we maintained a gradle.build file with dependency versions. These dependencies could be updated regularly.
Since version 24 of Keycloak, the Keycloak team has been testing the integration of Aurora DB with a version of the AWS wrapper referenced here: keycloak/keycloak@eadd1c4

To align with what is tested by Keycloak and thus avoid compatibility issues, this PR makes a modification to the dependency construction.

It retrieves the pom.xml of the Keycloak version, extracts the referenced version of the AWS wrapper, and then downloads the pom.xml of the latter and installs all transitive dependencies with Maven (this is done in the builder step).

A utility script retrieves the version of the wrapper to download from the version of keycloak.

This PR also includes the removal of the launcher workaround since bitnami/containers#63945 has been merged.

fixes #43

@leiicamundi leiicamundi marked this pull request as ready for review March 22, 2024 12:08
@leiicamundi leiicamundi self-assigned this Mar 22, 2024
@leiicamundi leiicamundi added the enhancement New feature or request label Mar 22, 2024
Copy link
Member

@maxdanilov maxdanilov left a comment

Choose a reason for hiding this comment

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

Leaving some comments/questions.

.github/scripts/utils/get_aws_jdbc_wrapper_version.sh Outdated Show resolved Hide resolved
.github/scripts/utils/get_aws_jdbc_wrapper_version.sh Outdated Show resolved Hide resolved
.github/scripts/utils/get_aws_jdbc_wrapper_version.sh Outdated Show resolved Hide resolved
DEVELOPER.md Show resolved Hide resolved
keycloak-23/Dockerfile Show resolved Hide resolved
keycloak-23/Dockerfile Outdated Show resolved Hide resolved
.github/workflows/build-images.yml Show resolved Hide resolved
@maxdanilov maxdanilov removed the request for review from Langleu March 25, 2024 13:10
@leiicamundi leiicamundi requested a review from maxdanilov March 25, 2024 14:24
@leiicamundi leiicamundi requested a review from maxdanilov March 25, 2024 15:11
Copy link
Member

@maxdanilov maxdanilov left a comment

Choose a reason for hiding this comment

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

LGTM, thank you 🚀

@leiicamundi leiicamundi merged commit 69da7f8 into main Mar 26, 2024
12 checks passed
@leiicamundi leiicamundi deleted the feature/no-gradle branch March 26, 2024 06:18
@leiicamundi
Copy link
Contributor Author

Thanks for the review @maxdanilov, those changes has just been published in https://github.com/camunda/keycloak/releases/tag/2024-03-26-001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make sure to sync version of the wrapper (aws) with the one used by keycloak team
2 participants