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

[java] - add jdk 23 to be supported latest version #1220

Closed

Conversation

gauravsaini04
Copy link
Contributor

Devcontainer name

  • java

Description

  • This PR adds support for jdk version 23 ( latest jdk version )

changelog

  • Added jdk 23 to be supported latest version in Dockerfile, supporting changes in manifest.json and readme.md

Checklist

  • checked that applied changes work as expected

@gauravsaini04 gauravsaini04 requested a review from a team as a code owner October 28, 2024 06:11
@gauravsaini04 gauravsaini04 marked this pull request as draft November 12, 2024 06:05
@@ -14,21 +14,37 @@ ENV LANG en_US.UTF-8
RUN arch="$(dpkg --print-architecture)" \
&& case "$arch" in \
"amd64") \
if [ "$TARGET_JAVA_VERSION" -gt 21 ]; then \
jdkUrl="https://download.oracle.com/java/${TARGET_JAVA_VERSION}/latest/jdk-${TARGET_JAVA_VERSION}_linux-x64_bin.tar.gz"; \
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure oracle version of java is what we need?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

jdk 23 not yet available from aka.ms. Is this PR really necessary then ?

@gauravsaini04 gauravsaini04 marked this pull request as ready for review November 21, 2024 02:38
@Mathiyarasy
Copy link
Contributor

Closing this PR as jdk 23 is still not supported by microsoft

@Mathiyarasy Mathiyarasy closed this Dec 5, 2024
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.

3 participants