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

Java 11 javadoc search produces incorrect links [JDBC619] #650

Closed
firebird-automations opened this issue Mar 29, 2020 · 9 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

See https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url and https://stackoverflow.com/questions/53732632/gradle-javadoc-search-redirects-to-undefined-url for a possible fix

Commits: cd7abd0 fb115bb aa65594

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

description: The javadoc tool generates an incorrect search index due to absence of modules. => The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

description: The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

=>

The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

See https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url for a possible fix

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

description: The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

See https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url for a possible fix

=>

The javadoc tool generates an incorrect search index due to absence of modules.

For example searching for FirebirdConnection and clicking on org.firebirdsql.jdbc.FirebirdConnection links to <docroot>/undefined/org/firebirdsql/jdbc/FirebirdConnection.html instead of <docroot>/org/firebirdsql/jdbc/FirebirdConnection.html

See https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url and https://stackoverflow.com/questions/53732632/gradle-javadoc-search-redirects-to-undefined-url for a possible fix

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Version: Jaybird 3.0.8 [ 10916 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Jaybird 3 only affected for local builds as we don't release Java 11 builds of Jaybird 3.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.0.9 [ 10917 ]

Fix Version: Jaybird 4.0.1 [ 10921 ]

Fix Version: Jaybird 5 [ 10871 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Fixed

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment