Skip to content

Conversation

tobias
Copy link
Contributor

@tobias tobias commented Dec 9, 2016

Before submitting a PR make sure the following things have been done:

  • The commits are consistent with our contribution guidelines
  • You've added tests to cover your change(s)
  • All tests are passing
  • The new code is not generating reflection warnings
  • You've updated the readme (if adding/changing middleware)

Thanks!

This version addresses two Java 9 related issues:

  • 0.2.4 would fail under Java 9 if AOT'd
  • the latest Java 9 build (9-ea+148) broke dynapath's reflection to make
    URLClassLoader modifiable

This version addresses two Java 9 related issues:

* 0.2.4 would fail under Java 9 if AOT'd
* the latest Java 9 build (9-ea+148) broke dynapath's reflection to make
  URLClassLoader modifiable
@bbatsov
Copy link
Member

bbatsov commented Dec 10, 2016

Thanks! 👍

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.

2 participants