[
https://issues.apache.org/jira/browse/BEAM-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181658#comment-16181658
]
ASF GitHub Bot commented on BEAM-2530:
--------------------------------------
GitHub user iemejia opened a pull request:
https://github.com/apache/beam/pull/3903
[BEAM-2530] Fix javadoc generation on Java 9 and update maven plugins to
support java 9
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject
line and body.
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [ ] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [ ] 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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3903.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 #3903
----
commit 867e142b4488b21a9d217e589b8ae3b7189b2edd
Author: Ismaël Mejía <[email protected]>
Date: 2017-08-22T09:18:56Z
[BEAM-2530] Upgrade byte-buddy to version 1.7.5
commit a0182f263f0a43e413c4c2857ae814afd8271b62
Author: Ismaël Mejía <[email protected]>
Date: 2017-08-23T07:15:05Z
[BEAM-2530] Upgrade maven-shade-plugin to version 3.1.0
commit 38a129c977faa982c41cbf5c06848a5d3c72325b
Author: Ismaël Mejía <[email protected]>
Date: 2017-09-08T07:42:10Z
[BEAM-2530] Update maven-compiler-plugin to version 3.7.0
commit 7f0623cabdac26f6338f9eadff95d8c9b724b60d
Author: Ismaël Mejía <[email protected]>
Date: 2017-09-11T19:58:25Z
[BEAM-2530] Fix javadoc generation for Java 9
commit 79b5cc18d92f11d55e428fcc0af6184d9e643452
Author: Ismaël Mejía <[email protected]>
Date: 2017-09-14T20:16:32Z
[BEAM-2530] Update maven-dependency-plugin to version 3.0.2
commit 8f0bd7ca9a88a13207a352979b34127be0c33ccf
Author: Ismaël Mejía <[email protected]>
Date: 2017-09-15T16:12:19Z
[BEAM-2530] Update maven-surefire-plugin to version 2.20.1
commit 21e7713d2e2562f93a903e8b92f27eb068309a09
Author: Ismaël Mejía <[email protected]>
Date: 2017-09-15T16:17:00Z
[BEAM-2530] Update maven-surefire-plugin to version 2.20.1
----
> 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
> Assignee: Ismaël Mejía
> Priority: Minor
> Fix For: Not applicable
>
>
> 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)