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

Fix and deprecate Java interface constant accessors #5731

Merged
merged 2 commits into from
May 15, 2019

Conversation

headius
Copy link
Member

@headius headius commented May 15, 2019

This fixes #5730 and deprecates the behavior in question (accessing Java interface constant fields using Ruby accessor-style syntax).

We will remove this unintended behavior in 9.3.

@headius headius added this to the JRuby 9.2.8.0 milestone May 15, 2019
@headius headius requested review from enebo and kares May 15, 2019 22:18
@headius headius force-pushed the deprecate_constant_accessors branch from f942ed6 to 56e7348 Compare May 15, 2019 22:25
@headius
Copy link
Member Author

headius commented May 15, 2019

Time marches on...@kares @enebo you can review on master. 😁

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

Successfully merging this pull request may close these issues.

Constant access via . does not work when using Java 11
1 participant