Skip to content

Conversation

@kawashima-fj
Copy link
Member

@ggouaillardet Please review.

Though this commit changes only a comment part, it is needed for release branches because Open MPI cannot be built with the following conditions (javadoc error during make).

  • OpenJDK 11 (released on 25 September 2018)
  • configure --enable-mpi-java (not default)

To release managers: I want to treat this as a bug of Java support in Open MPI. But if we won't support OpenJDK 11 and later versions in Open MPI v3.0.x series, this PR can be closed.

Need NEWS update?


OpenJDK 11 changed the default javadoc output HTML version to HTML 5 from HTML 4.01. It causes an error on building Open MPI configured with --enable-mpi-java (default: disable). This fix is compatible with older OpenJDK.

I don't know whether this problem exists with other vender's JDKs. But this fix should be compatible with other JDKs because the new syntax is used in other places in the same file.

Thanks to Siegmar Gross for the bug report.

(cherry picked from commit b491b45)

OpenJDK 11 changed the default javadoc output HTML version to HTML 5
from HTML 4.01. It causes an error on building Open MPI configured
with `--enable-mpi-java` (default: disable). This fix is compatible
with older OpenJDK.

I don't know whether this problem exists with other vender's JDKs.
But this fix should be compatible with other JDKs because the new
syntax is used in other places in the same file.

Thanks to Siegmar Gross for the bug report.

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
(cherry picked from commit b491b45)
@bwbarrett bwbarrett merged commit ac93770 into open-mpi:v3.0.x Oct 9, 2018
@kawashima-fj kawashima-fj deleted the pr/v3.0.x/javadoc-tag branch October 10, 2018 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants