HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

Online Javadoc links are broken

Open cowwoc opened this issue 1 year ago • 0 comments

  1. Go to https://javadoc.io/doc/com.zaxxer/HikariCP/latest/index.html
  2. Enter "HikariConfig" in search box. Hit enter.
  3. The browser will be redirected to https://javadoc.io/doc/com.zaxxer/HikariCP/latest/undefined/com/zaxxer/hikari/HikariConfig.html which returns AccessDeniedprod-web-11tx00000000000012f36fc1b-0062d58b64-3199e787-nyc3c3199e787-nyc3c-nyc3-zg03

Notice that the URL contains undefined.

Per https://stackoverflow.com/q/52326318/14731 this bug is fixed in JDK 12. I suggest replacing the JDK 11 build in pom.xml with JDK 17. The newer LTS release will fix and other bugs.

cowwoc avatar Jul 18 '22 16:07 cowwoc