-
Notifications
You must be signed in to change notification settings - Fork 29
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 11+ support #59
Comments
@amelentev I've almost got Java 11 working. There's been some changes to operator resolution that I haven't finished working out, but the JPMS has not been a showstopper. There's a scary warning I've been wanting to dig into java compiler hacks for a while, and it's been fun. I was wondering if you could share some motivations for the current implementation. Is there any way to achieve all this without subclassing? Do you know how Lombok handles things? The current mechanism doesn't use annotation processing or rounds. Do you know where that's explained in more detail? Is it possible to "undo" detection of compiler errors? |
Great news! |
After installing eclipse extension plugin, it still only works on JDK 8 and does not work for JDK 9 or later. Any fixes? |
|
@rsmckinney Manifold can be divided into two versions, one for free and one for charge |
@catchex Manifold is free. Contact [email protected] or visit the Slack group for more info. |
@rsmckinney ObjectiveSQL needs operator overloading to solve SQL expression calculation, so I want to get some solutions for Java operator overloading in compiling and coding. |
I managed to get this amazing plugin working on Eclipse-2020-12 with JDK 15. Basically, the Scala IDE was causing problems, so in order to get JDT weaving I installed AspectJ development plugin first and then the java-oo plugin. Works like a charm. Please update the guide so that people don't install Scala IDE anymore. Thanks. |
@rsmckinney Unfortunately manifold has no plugin for eclipse. Which is very sad. |
The text was updated successfully, but these errors were encountered: