|
|
|
@ -30,8 +30,8 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://activemq.apache.org")
|
|
|
|
|
docs("https://activemq.apache.org/components/classic/documentation")
|
|
|
|
|
releaseNotes { version -> "https://activemq.apache.org/components/classic/download/classic-%02d-%02d-%02d"
|
|
|
|
|
.formatted(version.componentInts()) }
|
|
|
|
|
releaseNotes(version -> "https://activemq.apache.org/components/classic/download/classic-%02d-%02d-%02d"
|
|
|
|
|
.formatted(version.componentInts()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Angus Mail", "2.0.3") {
|
|
|
|
@ -74,8 +74,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://eclipse.dev/aspectj")
|
|
|
|
|
releaseNotes { version -> "https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-%s.%s.%s.adoc"
|
|
|
|
|
.formatted(version.major(), version.minor(), version.patch()) }
|
|
|
|
|
releaseNotes(version -> "https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-%s.%s.%s.adoc"
|
|
|
|
|
.formatted(version.major(), version.minor(), version.patch()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("AssertJ", "${assertjVersion}") {
|
|
|
|
@ -99,8 +99,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
releaseNotes { version -> "https://github.com/awaitility/awaitility/wiki/ReleaseNotes%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
releaseNotes(version -> "https://github.com/awaitility/awaitility/wiki/ReleaseNotes%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Zipkin Reporter", "3.4.2") {
|
|
|
|
@ -384,7 +384,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://documentation.red-gate.com/flyway")
|
|
|
|
|
javadoc("https://javadoc.io/doc/org.flywaydb/flyway-core/{version}")
|
|
|
|
|
javadoc("https://javadoc.io/doc/org.flywaydb/flyway-core/{version}", "org.flywaydb")
|
|
|
|
|
releaseNotes("https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -396,8 +396,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://freemarker.apache.org")
|
|
|
|
|
releaseNotes { version -> "https://freemarker.apache.org/docs/versions_%s.html"
|
|
|
|
|
.formatted(version.toString("_")) }
|
|
|
|
|
releaseNotes(version -> "https://freemarker.apache.org/docs/versions_%s.html"
|
|
|
|
|
.formatted(version.toString("_")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Git Commit ID Maven Plugin", "9.0.1") {
|
|
|
|
@ -445,7 +445,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://www.graphql-java.com/")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.graphql-java/graphql-java/{version}")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.graphql-java/graphql-java/{version}", "graphql")
|
|
|
|
|
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -467,7 +467,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/google/gson")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.google.code.gson/gson/{version}")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.google.code.gson/gson/{version}", "com.google.gson")
|
|
|
|
|
releaseNotes("https://github.com/google/gson/releases/tag/gson-parent-{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -503,7 +503,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://hazelcast.com")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.hazelcast/hazelcast/{version}")
|
|
|
|
|
javadoc("https://javadoc.io/doc/com.hazelcast/hazelcast/{version}", "com.hazelcast")
|
|
|
|
|
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -529,14 +529,14 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://hibernate.org/orm")
|
|
|
|
|
javadoc { version -> "https://docs.jboss.org/hibernate/orm/%s.%s/javadocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
docs { version -> "https://hibernate.org/orm/documentation/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
releaseNotes { version -> "https://github.com/hibernate/hibernate-orm/releases/tag/%s"
|
|
|
|
|
.formatted(version.toString().replace(".Final", "")) }
|
|
|
|
|
add("userguide") { version -> "https://docs.jboss.org/hibernate/orm/%s.%s/userguide/html_single/Hibernate_User_Guide.html"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://docs.jboss.org/hibernate/orm/%s.%s/javadocs"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
docs(version -> "https://hibernate.org/orm/documentation/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
releaseNotes(version -> "https://github.com/hibernate/hibernate-orm/releases/tag/%s"
|
|
|
|
|
.formatted(version.toString().replace(".Final", "")))
|
|
|
|
|
add("userguide", version -> "https://docs.jboss.org/hibernate/orm/%s.%s/userguide/html_single/Hibernate_User_Guide.html"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Hibernate Validator", "8.0.1.Final") {
|
|
|
|
@ -649,8 +649,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/jakartaee/jaf-api")
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/activation/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/activation/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.activation")
|
|
|
|
|
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -661,8 +661,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/annotations/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/annotations/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.annotation")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Inject", "2.0.1") {
|
|
|
|
@ -672,8 +672,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/dependency-injection/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/dependency-injection/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.inject")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta JMS", "3.1.0") {
|
|
|
|
@ -683,10 +683,10 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site { version -> "https://jakarta.ee/specifications/messaging/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/messaging/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
site(version -> "https://jakarta.ee/specifications/messaging/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/messaging/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.jms")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Json", "2.1.3") {
|
|
|
|
@ -696,8 +696,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/jsonp/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/jsonp/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.json")
|
|
|
|
|
releaseNotes("https://github.com/jakartaee/jsonp-api/releases/tag/{version}-RELEASE")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -708,8 +708,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/jsonb/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/jsonb/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.json.bind")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Mail", "2.1.3") {
|
|
|
|
@ -719,10 +719,10 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site { version -> "https://jakarta.ee/specifications/mail/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/mail/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
site(version -> "https://jakarta.ee/specifications/mail/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/mail/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.mail")
|
|
|
|
|
releaseNotes("https://github.com/jakartaee/mail-api/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -744,12 +744,12 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site { version -> "https://jakarta.ee/specifications/persistence/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/persistence/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
releaseNotes { version -> "https://github.com/jakartaee/persistence/releases/tag/%s.%s-%s-RELEASE"
|
|
|
|
|
.formatted(version.major(), version.minor(), version) }
|
|
|
|
|
site(version -> "https://jakarta.ee/specifications/persistence/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/persistence/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.persistence")
|
|
|
|
|
releaseNotes(version -> "https://github.com/jakartaee/persistence/releases/tag/%s.%s-%s-RELEASE"
|
|
|
|
|
.formatted(version.major(), version.minor(), version))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Servlet", "6.0.0") {
|
|
|
|
@ -763,10 +763,10 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site { version -> "https://jakarta.ee/specifications/servlet/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/servlet/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
site(version -> "https://jakarta.ee/specifications/servlet/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/servlet/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.servlet")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Servlet JSP JSTL", "3.0.2") {
|
|
|
|
@ -786,8 +786,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/transactions/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/transactions/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.transaction")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Jakarta Validation", "3.0.2") {
|
|
|
|
@ -801,8 +801,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
javadoc { version -> "https://jakarta.ee/specifications/bean-validation/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc(version -> "https://jakarta.ee/specifications/bean-validation/%s.%s/apidocs"
|
|
|
|
|
.formatted(version.major(), version.minor()), "jakarta.validation")
|
|
|
|
|
releaseNotes("https://github.com/jakartaee/validation/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -899,8 +899,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
releaseNotes { version -> "https://github.com/FirebirdSQL/jaybird/releases/tag/v%s"
|
|
|
|
|
.formatted(version.toString().replace(".java11", "")) }
|
|
|
|
|
releaseNotes(version -> "https://github.com/FirebirdSQL/jaybird/releases/tag/v%s"
|
|
|
|
|
.formatted(version.toString().replace(".java11", "")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("JBoss Logging", "3.6.1.Final") {
|
|
|
|
@ -1052,7 +1052,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://junit.org/junit5")
|
|
|
|
|
javadoc("https://junit.org/junit5/docs/{version}/api")
|
|
|
|
|
javadoc("https://junit.org/junit5/docs/{version}/api", "org.junit.jupiter.api", "org.junit.platform")
|
|
|
|
|
docs("https://junit.org/junit5/docs/{version}/user-guide")
|
|
|
|
|
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
|
|
|
|
|
}
|
|
|
|
@ -1185,7 +1185,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://logging.apache.org/log4j")
|
|
|
|
|
docs { version -> "https://logging.apache.org/log4j/%s.x/manual".formatted(version.major()) }
|
|
|
|
|
docs(version -> "https://logging.apache.org/log4j/%s.x/manual".formatted(version.major()))
|
|
|
|
|
releaseNotes("https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1218,8 +1218,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://mariadb.com/kb/en/mariadb-connector-j/")
|
|
|
|
|
releaseNotes { version -> "https://mariadb.com/kb/en/mariadb-connector-j-%s-release-notes/"
|
|
|
|
|
.formatted(version.toString("-")) }
|
|
|
|
|
releaseNotes(version -> "https://mariadb.com/kb/en/mariadb-connector-j-%s-release-notes/"
|
|
|
|
|
.formatted(version.toString("-")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Maven AntRun Plugin", "3.1.0") {
|
|
|
|
@ -1410,9 +1410,9 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://micrometer.io")
|
|
|
|
|
javadoc("https://javadoc.io/doc/io.micrometer/micrometer-core/{version}")
|
|
|
|
|
docs { version -> "https://docs.micrometer.io/micrometer/reference/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc("https://javadoc.io/doc/io.micrometer/micrometer-core/{version}", "io.micrometer.core")
|
|
|
|
|
docs(version -> "https://docs.micrometer.io/micrometer/reference/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1425,9 +1425,9 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://micrometer.io")
|
|
|
|
|
javadoc("https://javadoc.io/doc/io.micrometer/micrometer-tracing/{version}")
|
|
|
|
|
docs { version -> "https://docs.micrometer.io/tracing/reference/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
javadoc("https://javadoc.io/doc/io.micrometer/micrometer-tracing/{version}", "io.micrometer.tracing")
|
|
|
|
|
docs(version -> "https://docs.micrometer.io/tracing/reference/%s.%s"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
releaseNotes("https://github.com/micrometer-metrics/tracing/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1474,8 +1474,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/microsoft/mssql-jdbc")
|
|
|
|
|
releaseNotes { version -> "https://github.com/microsoft/mssql-jdbc/releases/tag/v%s"
|
|
|
|
|
.formatted(version.toString().replace(".jre11", "")) }
|
|
|
|
|
releaseNotes(version -> "https://github.com/microsoft/mssql-jdbc/releases/tag/v%s"
|
|
|
|
|
.formatted(version.toString().replace(".jre11", "")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("MySQL", "9.1.0") {
|
|
|
|
@ -1487,9 +1487,8 @@ bom {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
releaseNotes { version -> "https://dev.mysql.com/doc/relnotes/connector-j/en/news-%s.html"
|
|
|
|
|
.formatted(version.toString().replace(".", "-"))
|
|
|
|
|
}
|
|
|
|
|
releaseNotes(version -> "https://dev.mysql.com/doc/relnotes/connector-j/en/news-%s.html"
|
|
|
|
|
.formatted(version.toString().replace(".", "-")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
|
|
|
|
@ -1645,8 +1644,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://pulsar.apache.org")
|
|
|
|
|
docs { version -> "https://pulsar.apache.org/docs/%s.%s.x"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
docs(version -> "https://pulsar.apache.org/docs/%s.%s.x"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
releaseNotes("https://pulsar.apache.org/release-notes/versioned/pulsar-{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1677,7 +1676,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/quartz-scheduler/quartz")
|
|
|
|
|
javadoc("https://www.javadoc.io/doc/org.quartz-scheduler/quartz/{version}")
|
|
|
|
|
javadoc("https://www.javadoc.io/doc/org.quartz-scheduler/quartz/{version}", "org.quartz")
|
|
|
|
|
releaseNotes("https://github.com/quartz-scheduler/quartz/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1689,8 +1688,8 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/querydsl/querydsl")
|
|
|
|
|
releaseNotes { version -> "https://github.com/querydsl/querydsl/releases/tag/QUERYDSL_%s"
|
|
|
|
|
.formatted(version.toString("_")) }
|
|
|
|
|
releaseNotes(version -> "https://github.com/querydsl/querydsl/releases/tag/QUERYDSL_%s"
|
|
|
|
|
.formatted(version.toString("_")))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("R2DBC H2", "1.0.0.RELEASE") {
|
|
|
|
@ -1777,7 +1776,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://r2dbc.io")
|
|
|
|
|
javadoc("https://r2dbc.io/spec/{version}/api")
|
|
|
|
|
javadoc("https://r2dbc.io/spec/{version}/api", "io.r2dbc")
|
|
|
|
|
releaseNotes("https://github.com/r2dbc/r2dbc-spi/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1789,7 +1788,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://github.com/rabbitmq/rabbitmq-java-client")
|
|
|
|
|
javadoc("https://rabbitmq.github.io/rabbitmq-java-client/api/current/")
|
|
|
|
|
javadoc("https://rabbitmq.github.io/rabbitmq-java-client/api/current/", "com.rabbitmq")
|
|
|
|
|
releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1940,11 +1939,11 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-boot")
|
|
|
|
|
github("https://github.com/spring-projects/spring-boot")
|
|
|
|
|
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
|
|
|
|
|
javadoc("https://docs.spring.io/spring-boot/{version}/api/java", "org.springframework.boot")
|
|
|
|
|
docs("https://docs.spring.io/spring-boot/{version}")
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
|
|
|
|
|
add("layers-xsd") { version -> "https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
add("layers-xsd", version -> "https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("SAAJ Impl", "3.0.4") {
|
|
|
|
@ -2021,10 +2020,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-amqp")
|
|
|
|
|
github("https://github.com/spring-projects/spring-amqp")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-amqp/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-amqp/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-amqp/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.amqp")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-amqp/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2038,10 +2037,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-authorization-server")
|
|
|
|
|
github("https://github.com/spring-projects/spring-authorization-server")
|
|
|
|
|
javadoc {version -> "https://docs.spring.io/spring-authorization-server/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-authorization-server/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-authorization-server/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.security.oauth2.server")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-authorization-server/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2055,10 +2054,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-batch")
|
|
|
|
|
github("https://github.com/spring-projects/spring-batch")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-batch/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-batch/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-batch/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.batch")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-batch/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2086,10 +2085,13 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-framework")
|
|
|
|
|
github("https://github.com/spring-projects/spring-framework")
|
|
|
|
|
javadoc { version ->"https://docs.spring.io/spring-framework/docs/%s/javadoc-api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-framework/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-framework/docs/%s/javadoc-api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.[aop|aot|asm|beans|cache|cglib| " +
|
|
|
|
|
"context|core|dao|ejb|expression|format|http|instrument|jca|jdbc|jms|jmx|jndi|lang|mail|" +
|
|
|
|
|
"messaging|mock|objenesis|orm|oxm|r2dbc|scheduling|scripting|stereotype|test|transaction|" +
|
|
|
|
|
"ui|util|validation|web]")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-framework/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2104,10 +2106,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-graphql")
|
|
|
|
|
github("https://github.com/spring-projects/spring-graphql")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-graphql/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-graphql/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-graphql/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.graphql")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-graphql/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2121,10 +2123,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-hateoas")
|
|
|
|
|
github("https://github.com/spring-projects/spring-hateoas")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-hateoas/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-hateoas/docs/%s/reference/html"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-hateoas/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.hateoas")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-hateoas/docs/%s/reference/html"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2138,10 +2140,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-integration")
|
|
|
|
|
github("https://github.com/spring-projects/spring-integration")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-integration/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-integration/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-integration/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.integration")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-integration/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2156,10 +2158,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-kafka")
|
|
|
|
|
github("https://github.com/spring-projects/spring-kafka")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-kafka/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-kafka/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-kafka/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.kafka")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-kafka/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2176,10 +2178,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-ldap")
|
|
|
|
|
github("https://github.com/spring-projects/spring-ldap")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-ldap/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-ldap/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-ldap/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.ldap")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-ldap/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2193,10 +2195,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-pulsar")
|
|
|
|
|
github("https://github.com/spring-projects/spring-pulsar")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-pulsar/docs/%s/api/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-pulsar/docs/%s/reference"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-pulsar/docs/%s/api/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.pulsar")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-pulsar/docs/%s/reference"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2210,10 +2212,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-restdocs")
|
|
|
|
|
github("https://github.com/spring-projects/spring-restdocs")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-restdocs/docs/%s/api/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-restdocs/docs/%s/reference/htmlsingle/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-restdocs/docs/%s/api/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.restdocs")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-restdocs/docs/%s/reference/htmlsingle/"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2239,10 +2241,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-security")
|
|
|
|
|
github("https://github.com/spring-projects/spring-security")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-security/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.security")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-security/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()), "org.springframework.security")
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2260,10 +2262,10 @@ bom {
|
|
|
|
|
links {
|
|
|
|
|
site("https://spring.io/projects/spring-session")
|
|
|
|
|
github("https://github.com/spring-projects/spring-session")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-session/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-session/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-session/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.session")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-session/reference/%s"
|
|
|
|
|
.formatted(version.forAntora()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2277,10 +2279,10 @@ bom {
|
|
|
|
|
links("spring-webservices") {
|
|
|
|
|
site("https://spring.io/projects/spring-ws")
|
|
|
|
|
github("https://github.com/spring-projects/spring-ws")
|
|
|
|
|
javadoc { version -> "https://docs.spring.io/spring-ws/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
docs { version -> "https://docs.spring.io/spring-ws/docs/%s/reference/html"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()) }
|
|
|
|
|
javadoc(version -> "https://docs.spring.io/spring-ws/docs/%s/api"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()), "org.springframework.ws")
|
|
|
|
|
docs(version -> "https://docs.spring.io/spring-ws/docs/%s/reference/html"
|
|
|
|
|
.formatted(version.forMajorMinorGeneration()))
|
|
|
|
|
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2303,7 +2305,7 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://java.testcontainers.org")
|
|
|
|
|
javadoc("https://javadoc.io/doc/org.testcontainers/testcontainers/{version}")
|
|
|
|
|
javadoc("https://javadoc.io/doc/org.testcontainers/testcontainers/{version}", "org.testcontainers")
|
|
|
|
|
releaseNotes("https://github.com/testcontainers/testcontainers-java/releases/tag/{version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2371,9 +2373,9 @@ bom {
|
|
|
|
|
}
|
|
|
|
|
links {
|
|
|
|
|
site("https://tomcat.apache.org")
|
|
|
|
|
docs { version -> "https://tomcat.apache.org/tomcat-%s.%s-doc".formatted(version.major(), version.minor()) }
|
|
|
|
|
releaseNotes { version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html"
|
|
|
|
|
.formatted(version.major(), version.minor()) }
|
|
|
|
|
docs(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc".formatted(version.major(), version.minor()))
|
|
|
|
|
releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html"
|
|
|
|
|
.formatted(version.major(), version.minor()))
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
library("UnboundID LDAPSDK", "6.0.11") {
|
|
|
|
|