@@ -260,6 +260,7 @@ bom {
260
260
}
261
261
links {
262
262
site(" https://docs.couchbase.com/java-sdk/current/hello-world/overview.html" )
263
+ javadoc(" https://javadoc.io/doc/com.couchbase.client/java-client/{version}" )
263
264
releaseNotes(" https://docs.couchbase.com/java-sdk/current/project-docs/sdk-release-notes.html" )
264
265
}
265
266
}
@@ -552,6 +553,10 @@ bom {
552
553
" HikariCP"
553
554
]
554
555
}
556
+ links {
557
+ site(" https://github.com/brettwooldridge/HikariCP" )
558
+ javadoc(" https://javadoc.io/doc/com.zaxxer/HikariCP/{version}" , " com.zaxxer.hikari" )
559
+ }
555
560
}
556
561
library(" HSQLDB" , " 2.7.4" ) {
557
562
group(" org.hsqldb" ) {
@@ -800,6 +805,13 @@ bom {
800
805
" jakarta.websocket-client-api"
801
806
]
802
807
}
808
+ links {
809
+ releaseNotes(" https://github.com/jakartaee/jaxb-api/releases/tag/{version}" )
810
+ javadoc(" jakarta-websocket-server" , version -> " https://jakarta.ee/specifications/websocket/%s.%s/apidocs/server"
811
+ .formatted(version. major(), version. minor()), " jakarta.websocket.server" )
812
+ javadoc(" jakarta-websocket-client" , version -> " https://jakarta.ee/specifications/websocket/%s.%s/apidocs/client"
813
+ .formatted(version. major(), version. minor()), " jakarta.websocket" )
814
+ }
803
815
}
804
816
library(" Jakarta WS RS" , " 3.1.0" ) {
805
817
group(" jakarta.ws.rs" ) {
@@ -816,6 +828,8 @@ bom {
816
828
}
817
829
links {
818
830
releaseNotes(" https://github.com/jakartaee/jaxb-api/releases/tag/{version}" )
831
+ javadoc(version -> " https://jakarta.ee/specifications/xml-binding/%s.%s/apidocs"
832
+ .formatted(version. major(), version. minor()), " jakarta.xml.bind" )
819
833
}
820
834
}
821
835
library(" Jakarta XML SOAP" , " 3.0.2" ) {
@@ -948,6 +962,7 @@ bom {
948
962
}
949
963
links {
950
964
site(" https://eclipse.dev/jetty" )
965
+ javadoc(version -> " https://javadoc.jetty.org/jetty-%s" . formatted(version. major()))
951
966
releaseNotes(" https://github.com/jetty/jetty.project/releases/tag/jetty-{version}" )
952
967
}
953
968
}
@@ -1149,6 +1164,7 @@ bom {
1149
1164
}
1150
1165
links {
1151
1166
site(" https://www.liquibase.com" )
1167
+ javadoc(" https://javadoc.io/doc/org.liquibase/liquibase-core/{version}" )
1152
1168
releaseNotes(" https://github.com/liquibase/liquibase/releases/tag/v{version}" )
1153
1169
}
1154
1170
}
@@ -1160,6 +1176,8 @@ bom {
1160
1176
}
1161
1177
links {
1162
1178
site(" https://logging.apache.org/log4j" )
1179
+ javadoc(" log4j-api" , version -> " https://logging.apache.org/log4j/%s.x/javadoc/log4j-api/index.html" . formatted(version. major()))
1180
+ javadoc(" log4j-core" , version -> " https://logging.apache.org/log4j/%s.x/javadoc/log4j-core/index.html" . formatted(version. major()))
1163
1181
docs(version -> " https://logging.apache.org/log4j/%s.x/manual" . formatted(version. major()))
1164
1182
releaseNotes(" https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}" )
1165
1183
}
@@ -1173,6 +1191,7 @@ bom {
1173
1191
}
1174
1192
links {
1175
1193
site(" https://logback.qos.ch" )
1194
+ javadoc(" https://logback.qos.ch/apidocs" )
1176
1195
}
1177
1196
}
1178
1197
library(" Lombok" , " 1.18.34" ) {
@@ -1183,6 +1202,7 @@ bom {
1183
1202
}
1184
1203
links {
1185
1204
site(" https://projectlombok.org" )
1205
+ javadoc(" https://projectlombok.org/api/" )
1186
1206
}
1187
1207
}
1188
1208
library(" MariaDB" , " 3.3.3" ) {
@@ -2335,6 +2355,8 @@ bom {
2335
2355
}
2336
2356
links {
2337
2357
site(" https://www.thymeleaf.org/" )
2358
+ javadoc(" thymeleaf" , version -> " https://www.thymeleaf.org/apidocs/thymeleaf/%s" . formatted(version), " org.thymeleaf" )
2359
+ javadoc(" thymeleaf-spring6" , version -> " https://www.thymeleaf.org/apidocs/thymeleaf-spring6/%s" . formatted(version), " org.thymeleaf.spring6" )
2338
2360
releaseNotes(" https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-{version}" )
2339
2361
}
2340
2362
}
@@ -2380,9 +2402,9 @@ bom {
2380
2402
}
2381
2403
links {
2382
2404
site(" https://tomcat.apache.org" )
2405
+ javadoc(version -> " https://tomcat.apache.org/tomcat-%s.%s-doc/api" . formatted(version. major(), version. minor()))
2383
2406
docs(version -> " https://tomcat.apache.org/tomcat-%s.%s-doc" . formatted(version. major(), version. minor()))
2384
- releaseNotes(version -> " https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html"
2385
- .formatted(version. major(), version. minor()))
2407
+ releaseNotes(version -> " https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html" . formatted(version. major(), version. minor()))
2386
2408
}
2387
2409
}
2388
2410
library(" UnboundID LDAPSDK" , " 6.0.11" ) {
0 commit comments