smolnar82 opened a new pull request, #1058: URL: https://github.com/apache/knox/pull/1058
## What changes were proposed in this pull request? Upgraded the following dependencies: - NodeJS to `v16.x`: this was necessary because this is the first Node version that supports ARM64 - `frontend-maven-plugin` to `1.15`: without this upgrade the plugin tried to download the x64 artifact - JNA to `5.9.0`: after Knox was built and redeployed, the Knox Home page was buggy due to the incompatible UnixCLibrary loading on ARM64 so that I'd to upgrade to a version where it's supported ## How was this patch tested? Confirmed Knox is built: ``` smolnar $ mvn -DskipTests -Dcheckstyle.skip=true -Dfindbugs.skip=true -Dpmd.skip=true -Drat.skip -Dspotbugs.skip=true -Dforbiddenapis.skip=true -Ppackage clean install ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:48 min [INFO] Finished at: 2025-07-09T09:41:33+02:00 [INFO] ------------------------------------------------------------------------ ``` Did a smoke test on the Knox UIs and they seem to work properly: <img width="1712" alt="image" src="https://github.com/user-attachments/assets/f8a39cc1-70b6-4299-a37f-33a0348679f9" /> <img width="1712" alt="image" src="https://github.com/user-attachments/assets/72ef0600-f701-474c-bf70-07ffd619ad15" /> <img width="1710" alt="image" src="https://github.com/user-attachments/assets/1f52f6c8-a160-4983-9853-d277ae2324c8" /> I also confirmed that there were no errors in the logs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org