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

Test with OpenJDK 17 & 21 (LTS) #689

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Test with OpenJDK 17 & 21 (LTS) #689

merged 2 commits into from
Aug 16, 2024

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Aug 15, 2024

Ref #654

@jcoyne jcoyne force-pushed the openjdk17lts branch 3 times, most recently from 8128852 to c47ac1a Compare August 15, 2024 15:19
@jcoyne jcoyne changed the title Test with OpenJDK 17 (LTS) Test with OpenJDK 17 & 21 (LTS) Aug 15, 2024
@DiegoPino
Copy link
Contributor

@jcoyne @glenrobson are we dropping 11? RE #654 ? Or it is a keeper?

@jcoyne
Copy link
Contributor Author

jcoyne commented Aug 15, 2024

@DiegoPino I was planning on doing that separately to avoid tying the two changes together in case removal of 11 becomes contentious.


# Install TurboJpegProcessor dependencies
RUN mkdir -p /opt/libjpeg-turbo/lib
COPY docker/Linux-JDK11/image_files/libjpeg-turbo/lib64 /opt/libjpeg-turbo/lib
Copy link
Contributor

Choose a reason for hiding this comment

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

We might want to move the built jpeg-turbo library into a shared space in case we deprecate JDK11. Just a note

RUN mvn --quiet dependency:resolve

# Copy the code
COPY --chown=cantaloupe docker/Linux-JDK11/image_files/test.properties test.properties
Copy link
Contributor

@DiegoPino DiegoPino Aug 15, 2024

Choose a reason for hiding this comment

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

same with the test.properties. Should be in a shared space instead of inside a specific JDK folder

Copy link
Contributor

@DiegoPino DiegoPino left a comment

Choose a reason for hiding this comment

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

more tests!

@DiegoPino DiegoPino merged commit b82d35f into develop Aug 16, 2024
10 checks passed
@DiegoPino DiegoPino deleted the openjdk17lts branch August 16, 2024 14:00
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

Successfully merging this pull request may close these issues.

2 participants