-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Rename java8 to lambda #1772
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
Comments
Agree! Lets do this for v5! We're breaking things right now. |
Okay. This will be a bit more complicated. I had every body move |
So a rough plan: In v n.x.x 1 . Create a In v (n+1).0.0
It's preferable to do this once we feel we're done with v5. So I'm also considering delaying this until v6 or even later if we can combine it with another breaking change that we might schedule for v7. Just to keep some stability for end user. |
Good plan @mpkorstanje! |
I am considering holding this off a bit longer (so after v6 or even later). Type detection in The constant pool is part of Javas internal API. This access will eventually be removed. There will be replacement APIs but it remains to be seen if Depending on how this plays out we will have to make a decision. Having a new module name may be an advantage we can use to smooth out the migration. So either:
Personally I would prefer option 1 but I would like to have the freedom to go with option 2. We may not be in a position to update type tools ourselves in the future. |
See: #1817 |
Superseded by: #2174 |
Now that java13 is around the corner it's misleading to use java8. What's special about this module is that it uses lambdas. The JDK version that introduced lambdas is irrelevant.
The text was updated successfully, but these errors were encountered: