fix: upgrade Java 11 to 17 for Synthea in importRandomPatients#580
Merged
kojiromike merged 1 commit intoopenemr:masterfrom Mar 6, 2026
Merged
fix: upgrade Java 11 to 17 for Synthea in importRandomPatients#580kojiromike merged 1 commit intoopenemr:masterfrom
kojiromike merged 1 commit intoopenemr:masterfrom
Conversation
Synthea's master-branch-latest release now requires Java 17+ (class file version 61.0). The existing openjdk11-jre (Java 11, class file version 55.0) causes UnsupportedClassVersionError, breaking `openemr-cmd irp` for all users. Fixes openemr#578 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
530bcd3 to
78c7065
Compare
Member
|
nice! I just rebuilt the flex alpine 3.22 dockers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
master-branch-latestrelease now requires Java 17+ (class file version 61.0)devtoolsLibrary.sourcefiles installopenjdk11-jre(Java 11), causingUnsupportedClassVersionErrorwhen runningopenemr-cmd irpopenjdk11-jre→openjdk17-jrein all active container versions (7.0.3, 7.0.4, 8.0.0, 8.0.1, binary, flex)All affected images use Alpine 3.20+, which includes
openjdk17-jre.Fixes #578
Test plan
openemr-cmd irpsuccessfully imports random patients with the flex image🤖 Generated with Claude Code