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 JNA library #20305

Closed
rmartinc opened this issue May 11, 2023 · 1 comment · Fixed by #20323
Closed

Upgrade JNA library #20305

rmartinc opened this issue May 11, 2023 · 1 comment · Fixed by #20323
Assignees
Labels
kind/enhancement Categorizes a PR related to an enhancement
Milestone

Comments

@rmartinc
Copy link
Contributor

Description

Currently the JNA library used in keycloak is 4.1.0, which is very old. I think that the library is only used for the SSSD integration. Previously with wildfly distribution that library was directly obtained from the OS (installing the jna rpm at OS level). The module inside wildfly pointed directly to the jar placed in the system path (/usr/share/java/jna.jar).

With quarkus distribution the library is packaged inside the deployment. So it's time to upgrade it to a more recent one. The prod team is already managing 5.8.0 so better use that version.

Discussion

No response

Motivation

No response

Details

No response

@rmartinc rmartinc added kind/enhancement Categorizes a PR related to an enhancement status/triage team/core labels May 11, 2023
@rmartinc rmartinc added this to the 22.0.0 milestone May 11, 2023
@rmartinc
Copy link
Contributor Author

Relates to #20262

@rmartinc rmartinc self-assigned this May 11, 2023
rmartinc added a commit to rmartinc/keycloak that referenced this issue May 11, 2023
mposolda pushed a commit that referenced this issue May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes a PR related to an enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant