You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by epavlak <gi...@git.apache.org> on 2018/07/27 20:02:10 UTC

[GitHub] commons-bcel pull request #22: [BCEL-304] Include Java 9+ modules in path us...

GitHub user epavlak opened a pull request:

    https://github.com/apache/commons-bcel/pull/22

    [BCEL-304] Include Java 9+ modules in path used by ClassPath.java

    With the restructuring of Java .class files in Java 9 and higher to be in modules instead of the rt.jar, the ClassPath.getClassFile method would fail to find Java class files (ex: String.class). These modifications include the Java 9+ modules in the path used by ClassPath.java so that the .class files can be located.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/epavlak/commons-bcel BCEL-304

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-bcel/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22
    
----
commit e331171f168ab335b9756294406e85d9995731bd
Author: epavlak <ep...@...>
Date:   2018-07-27T19:50:30Z

    [BCEL-304] Include Java 9+ modules in path used by ClassPath.java

commit 98157fb61a547d8d4fe40826d1f863a1c1f1c374
Author: epavlak <ep...@...>
Date:   2018-07-27T19:53:58Z

    [BCEL-304] Include Java 9+ modules in path used by ClassPath.java

commit d5a73b6987eb262d90f809e3a2b77845fcce95d2
Author: epavlak <ep...@...>
Date:   2018-07-27T19:56:57Z

    [BCEL-304] Include Java 9+ modules in path used by ClassPath.java

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-bcel pull request #22: [BCEL-304] Include Java 9+ modules in path us...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-bcel/pull/22


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org