diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c7cc387901..d20ecbb52b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -133,10 +133,10 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - # downgrade to 11 because javadoc bug https://bugs.openjdk.org/browse/JDK-8222091 - # see https://github.com/B3Partners/brmo/pull/1602 - java-version: '11.0.16' + java-version: 11 cache: 'maven' + # this check can be removed when GH runners update to Javan 11.0.18 or higher + check-latest: true - name: 'Javadoc' run: mvn compile javadoc:javadoc -DskipQA=true diff --git a/bag2-loader/pom.xml b/bag2-loader/pom.xml index cc7e3ce956..4c17563154 100644 --- a/bag2-loader/pom.xml +++ b/bag2-loader/pom.xml @@ -147,6 +147,7 @@ SPDX-License-Identifier: MIT nl.b3p.brmo.bag2.xml.leveringsdocument ${project.basedir}/src/main/xsd/ **/*.xsd + true diff --git a/brmo-commandline/pom.xml b/brmo-commandline/pom.xml index 574195ab48..ddf547e15d 100644 --- a/brmo-commandline/pom.xml +++ b/brmo-commandline/pom.xml @@ -24,8 +24,6 @@ commons-cli - jakarta.xml.bind jakarta.xml.bind-api ${jaxb.api.version} diff --git a/pom.xml b/pom.xml index 7cc412c428..ef77b2e2ee 100644 --- a/pom.xml +++ b/pom.xml @@ -992,6 +992,7 @@ package true + https://docs.oracle.com/en/java/javase/11/docs/api/ https://www.slf4j.org/apidocs/ https://docs.oracle.com/javaee/7/api/ https://docs.jboss.org/hibernate/orm/5.6/javadocs/ @@ -1000,11 +1001,11 @@ https://junit.org/junit5/docs/current/api/ https://b3partners.github.io/kadaster-gds2/apidocs/ https://b3partners.github.io/jdbc-util/apidocs/ + https://jdbc.postgresql.org/documentation/publicapi/ + https://www.xmlunit.org/api/java/main/ ${project.build.sourceEncoding} ${project.artifactId} - - false todo