[
https://issues.apache.org/jira/browse/BEAM-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066655#comment-16066655
]
ASF GitHub Bot commented on BEAM-2530:
--------------------------------------
GitHub user iemejia opened a pull request:
https://github.com/apache/beam/pull/3460
[BEAM-2530] Fix compilation of modules with Java 9 that depend on jdk-tools
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`.
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iemejia/beam BEAM-2530-java9-compatibility
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3460.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 #3460
----
commit 2f4383c41f902fdfabb26e58e0bc2fac026f3d39
Author: Ismaël Mejía <[email protected]>
Date: 2017-06-28T14:58:55Z
[BEAM-2530] Fix compilation of modules with Java 9 that depend on jdk.tools
----
> Make Beam compatible with Java 9
> --------------------------------
>
> Key: BEAM-2530
> URL: https://issues.apache.org/jira/browse/BEAM-2530
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Affects Versions: Not applicable
> Reporter: Ismaël Mejía
> Priority: Minor
>
> Java 9 seems to be finally been released this year, this is a JIRA to keep
> track of the needed changes to support Beam on Java 9.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)