Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JavaDoc in combination with Java 11 #19

Closed
redcatbear opened this issue Jan 29, 2019 · 1 comment
Closed

Fix JavaDoc in combination with Java 11 #19

redcatbear opened this issue Jan 29, 2019 · 1 comment

Comments

@redcatbear
Copy link
Collaborator

Description

When running a Travis CI build with Java 11 we get the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project sql-statement-builder: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[ERROR] 
[ERROR] Command line was: /home/travis/openjdk11/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/travis/build/exasol/sql-statement-builder/target/apidocs' dir.

Steps to Reproduce

  1. Enable OpenJDK11 in .travis.yml
  2. Run build in Travis CI

Expected behavior

Build succeeds.

Environment

  • SQL Statement Builder: 0.3.0 SNAPSHOT
  • Java Version: openjdk version "11.0.2" 2019-01-15
    OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
    OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
redcatbear added a commit that referenced this issue Feb 22, 2019
* #12: Prepared signing.

* #12: Updated version number to 0.3.0

* #12: Removed GPG signing execution.

* #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19).

* Update README.md

* Update README.md

* #23: Added Sonar checks and badges. (#26)

* #23: Added Sonar checks and badges.
* #23: Updated Surefire plugin version to 3.0.0-M3.
* #23: Added Jacoco plugin.

* #12: Added support for value tables. Adapted dependent code. (#22)

* #12: Added support for value tables.

* #27: Fixed Sonar findings.

* #27: Added test coverage.
redcatbear added a commit that referenced this issue Feb 25, 2019
* #12: Prepared signing.

* #12: Updated version number to 0.3.0

* #12: Removed GPG signing execution.

* #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19).

* Update README.md

* Update README.md

* #23: Added Sonar checks and badges. (#26)

* #23: Added Sonar checks and badges.
* #23: Updated Surefire plugin version to 3.0.0-M3.
* #23: Added Jacoco plugin.

* #12: Added support for value tables. Adapted dependent code. (#22)

* #12: Added support for value tables.

* #27: Fixed Sonar findings. (#28)

* #27: Fixed Sonar findings on 0.3.0.
AnastasiiaSergienko added a commit that referenced this issue Mar 29, 2019
* #12: Removed GPG signing execution.
* #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19).
* #12: Added support for value tables. Adapted dependent code. (#22)
* #23: Added Sonar checks and badges. (#26)
* #27: Fixed Sonar findings. (#28)
* #29: Implemented 'CREATE TABLE'.
* #36: wrote CREATE TABLE part of the users guide.
@AnastasiiaSergienko
Copy link
Contributor

Fixed after porting to java 11 #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants