[GitHub] commons-lang pull request #244: LANG-1265: Build failures when building with...

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/244


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] commons-lang pull request #244: LANG-1265: Build failures when building with...

2017-02-24 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request:

https://github.com/apache/commons-lang/pull/244

LANG-1265: Build failures when building with Java 9 EA

Fix build on Java 9 Build 157 by adding a java-9 maven profile. This is 
activated by default on Java 9 and opens up java.base classes for reflection 
which makes all unit tests pass.

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

$ git pull https://github.com/PascalSchumacher/commons-lang 
fix_build_on_java_9

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

https://github.com/apache/commons-lang/pull/244.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 #244


commit e0b8d45ac7d7f2f15d670298fe5e1d4762efbce2
Author: pascalschumacher 
Date:   2017-02-24T17:51:03Z

LANG-1265: Build failures when building with Java 9 EA

Fix build on Java 9 Build 157 by adding a java-9 maven profile. This is 
activated by default on Java 9 and opens up java.base classes for reflection 
which makes all unit tests pass.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---