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

Deploying last version of hapi rest server skeleton on Tomcat: problems caused by JDK 17 requirement #49

Open
ppazos opened this issue May 14, 2024 · 0 comments

Comments

@ppazos
Copy link

ppazos commented May 14, 2024

I have downloaded the last version of https://github.com/FirelyTeam/fhirstarters/tree/master/java/hapi-fhirstarters-rest-server-skeleton

While building, detected a dependency that requires JDK17 (I'm using JDK11), I think it's the overlay app.

After switching to JDK17 the build worked OK.

Then when I tried to deploy the WAR on Tomcat, it didn't.

Checked the Tomcat support and the only version that supports JDK17 is Tomcat 11 which is still unstable,

This is just a testing exercise, but if you would like to deploy a prod site, the current dependencies won't allow you to do so.

I would suggest to lower the JDK version required on the dependencies to 11 to be able to use a stable version of Tomcat.

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

No branches or pull requests

1 participant