-
Notifications
You must be signed in to change notification settings - Fork 159
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
Remove com.sun
Dependency
#95
Comments
Hi, in Java 1.8, tools of package 'com.sun' is required, the ObjectiveSQL minimum supported version is 1.8 |
You can use the alternative |
What you said should be right, I should given bytecode version while project deploy. But Java 8 users may have problems |
I should verify it carefully and release a new version, thanks for you reply. |
On a side note I was looking at another library that does similar things it seems they do not depend on tools. https://github.com/google/error-prone/blob/master/check_api/pom.xml - <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- <optional>true</optional>
- </dependency> |
Is it possible to see the code that is generated when you inject it via annotation processor? |
That's it! because JDK 1.8 is the base version in my project, I can understand your suggestion, this should be a mistake of mine |
@catchex Did you win? |
I had get your suggestion, sorry, codes have not been submitted |
@catchex ping |
No description provided.
The text was updated successfully, but these errors were encountered: