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

Move to JDK 17 #27

Open
12 tasks
jurgenvinju opened this issue Dec 14, 2023 · 1 comment
Open
12 tasks

Move to JDK 17 #27

jurgenvinju opened this issue Dec 14, 2023 · 1 comment
Assignees

Comments

@jurgenvinju
Copy link
Member

This is to start the work on an integral move to JDK 17 for all usethesource projects and the dependent libraries that are not on use the source.

The motivation is to keep up to date. In fact several of the libraries we depend on in library projects do not release versions of their class files anymore before JDK 17.

This means we go to JDK 17 as run-time JVM target and as source language. We can start using Java 17 features.

It has to go in one big bang because newer JDK 17 class files are not compatible with older Java 11 run-times.

Core:

  • capsule
  • vallang
  • rascal
  • rascal-maven-plugin
  • rascal-eclipse
  • rascal-language-servers
  • rascal-core
  • typepal

Libraries:

  • clair
  • flybytes
  • php-analysis
  • rascal-git
@jurgenvinju
Copy link
Member Author

jurgenvinju commented Dec 14, 2023

The branch name shall be upgrade-jdk17 on all packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants