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

Remove unused (and unavailable) InactiveGroupException import statement that breaks the build. #197

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

JonathanGiles
Copy link
Member

A import sun.rmi.server.InactiveGroupException statement is added to DeviceTwin but the class is not used. This is fortunate as under JDK 9 this fails to compile. This PR removes this import and restores the ability to build this project under JDK 9.

@JonathanGiles
Copy link
Member Author

This import statement was added as part of the following commit: b60a121

@JonathanGiles
Copy link
Member Author

What's the process of getting this merged - do you wait until a build completes or something similar? Thanks!

@prmathur-microsoft
Copy link
Member

Yes. We run builds sequentially on our internal CI system which is gated and runs several tests. And only if the tests pass, your check in gets through. Currently I have kicked a run for your PR, waiting for it to pass.

@az-iot-builder-01 az-iot-builder-01 merged commit a6c8f11 into Azure:master Jan 24, 2018
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.

3 participants