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

Rewrite tool to generate deprecated signatures for Java 9 #50

Merged
merged 9 commits into from
Mar 30, 2015

Conversation

uschindler
Copy link
Member

Java 9 does no longer has a rt.jar. Because of this we have to rewrite the deprecated methods generator. As we cannot use the Java 9 compile (we need compatibility with Java 5), the generating class will be made abstract (DeprecatedGen) and there will be 2 dynamic implementations (using Groovy as scripting engine). Groovy is lazy with compiling, so we can use both approaches and only use Java 9, if needed.

uschindler added a commit that referenced this pull request Mar 30, 2015
…ava9

PR #50: Rewrite tool to generate deprecated signatures for Java 9
@uschindler uschindler merged commit edf70bf into master Mar 30, 2015
@uschindler uschindler deleted the features/deprecated-gen-java9 branch March 30, 2015 11:22
@uschindler
Copy link
Member Author

I committed this to master branch.

@uschindler uschindler added this to the 1.8 milestone Mar 30, 2015
@uschindler uschindler self-assigned this Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant