Started by user Ivar Grimstad Running as Ivar Grimstad Agent basic-6tfz3 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-6tfz3" namespace: "krazo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.krazo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-6tfz3" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-6tfz3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-krazo" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-6tfz3 (basic) in workspace /home/jenkins/agent/workspace/nightly Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/krazo.git > git init /home/jenkins/agent/workspace/nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 0804607838475206c9781ae6f3b4fe92b31bd16a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0804607838475206c9781ae6f3b4fe92b31bd16a # timeout=10 Commit message: "New parent pom (#371)" > git rev-list --no-walk bd8b1ac2612a9ffbd6ef493e1979a9b7310e2b7c # timeout=10 [nightly] $ /bin/sh -xe /tmp/jenkins3353586007885568435.sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 97FC890A79A23BE7: public key "'Eclipse Krazo Project' " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 97FC890A79A23BE7: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key C553492BC3A2D1167C8A8A7F7738715AFA882390 trust Secret subkeys are available. pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ unknown] (1). 'Eclipse Krazo Project' pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ unknown] (1). 'Eclipse Krazo Project' Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ unknown] (1). 'Eclipse Krazo Project' Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D6891863ECF8B21C71C83BCE97FC890A79A23BE7 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2023-12-18 pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ultimate] (1). 'Eclipse Krazo Project' pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ultimate] (1). 'Eclipse Krazo Project' Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/97FC890A79A23BE7 created: 2018-12-19 expires: 2023-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7738715AFA882390 created: 2018-12-19 expires: 2023-12-18 usage: S [ultimate] (1). 'Eclipse Krazo Project' [nightly] $ /opt/tools/apache-maven/latest/bin/mvn -V -B -P staging,release deploy Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 21, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21+35-2513 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Krazo Parent [pom] [INFO] Eclipse Krazo Core [jar] [INFO] Eclipse Krazo Jersey [jar] [INFO] Eclipse Krazo RESTEasy [jar] [INFO] Eclipse Krazo TCK Runner [jar] [INFO] Eclipse Krazo Integration Tests Parent [pom] [INFO] Eclipse Krazo Application Path Tests [war] [INFO] Eclipse Krazo Book CDI tests [war] [INFO] Eclipse Krazo Book Models Tests [war] [INFO] Eclipse Krazo CDI Conversation Tests [war] [INFO] Eclipse Krazo CSRF Property Tests [war] [INFO] Eclipse Krazo Default Extension Tests [war] [INFO] Eclipse Krazo CDI Events Tests [war] [INFO] Eclipse Krazo Exceptions Tests [war] [INFO] Eclipse Krazo Facelets Tests [war] [INFO] Eclipse Krazo Locale Tests [war] [INFO] Eclipse Krazo Produces Tests [war] [INFO] Eclipse Krazo Redirect Tests [war] [INFO] Eclipse Krazo RedirectScope Tests [war] [INFO] Eclipse Krazo RedirectScope2 Tests [war] [INFO] Eclipse Krazo RedirectScope3 Tests [war] [INFO] Eclipse Krazo RequestDispatcher tests [war] [INFO] Eclipse Krazo Returns Tests [war] [INFO] Eclipse Krazo Validation Tests [war] [INFO] Eclipse Krazo Validation I18N Tests [war] [INFO] Eclipse Krazo View Annotation Tests [war] [INFO] Eclipse Krazo UriBuilder Test [war] [INFO] Eclipse Krazo Testsuite [jar] [INFO] Eclipse Krazo Documentation [pom] [INFO] Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo [maven-archetype] [INFO] [INFO] -------------------< org.eclipse.krazo:krazo-parent >------------------- [INFO] Building Eclipse Krazo Parent 4.0.0-SNAPSHOT [1/30] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-parent --- [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 140 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/target/bom.xml [INFO] attaching as krazo-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as krazo-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-parent --- [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-parent --- [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: checking for updates from sonatype-nexus-staging [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from sonatype-nexus-staging [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: checking for updates from eclipse.maven.central.mirror [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact junit:junit: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging [INFO] artifact org.easymock:easymock: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish:jakarta.el: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging [INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.easymock:easymock: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from sonatype-nexus-staging [INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-simple: checking for updates from sonatype-nexus-staging [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from sonatype-nexus-staging [INFO] artifact org.slf4j:slf4j-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from sonatype-nexus-staging [INFO] artifact org.slf4j:slf4j-simple: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.0-SNAPSHOT (runtime) [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (runtime) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-parent --- [INFO] Skipping dependency license check [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-parent --- [INFO] Installing /home/jenkins/agent/workspace/nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/target/krazo-parent-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-parent --- [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-core >-------------------- [INFO] Building Eclipse Krazo Core 4.0.0-SNAPSHOT [2/30] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default-prepare-agent) @ krazo-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/nightly/core/target/jacoco.exec [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/nightly/core/target/classes [INFO] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverterProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/nightly/core/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo. at org.jacoco.agent.rt.internal_3570298.CoverageTransformer.transform(CoverageTransformer.java:94) at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244) at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188) at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:610) at java.base/java.lang.ClassLoader.defineClass2(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1118) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741) at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:638) at java.base/java.lang.Class.forName(Class.java:625) at java.base/java.lang.Class.forName(Class.java:600) at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859) at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:84) at java.base/java.security.AccessController.doPrivileged(AccessController.java:571) at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.(CLDRLocaleProviderAdapter.java:83) at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:194) at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:293) at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:264) at java.base/java.text.DecimalFormatSymbols.getInstance(DecimalFormatSymbols.java:181) at java.base/java.util.Formatter.getDecimalFormatSymbols(Formatter.java:2032) at java.base/java.util.Formatter.getZero(Formatter.java:2040) at java.base/java.util.Formatter$FormatSpecifier.localizedMagnitude(Formatter.java:4531) at java.base/java.util.Formatter$FormatSpecifier.localizedMagnitude(Formatter.java:4520) at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:4428) at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:4282) at java.base/java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:3105) at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:3014) at java.base/java.util.Formatter.format(Formatter.java:2797) at java.base/java.util.Formatter.format(Formatter.java:2728) at java.base/java.lang.String.format(String.java:4386) at java.base/jdk.internal.logger.SimpleConsoleLogger$Formatting.getSimpleFormat(SimpleConsoleLogger.java:510) at java.base/jdk.internal.logger.SurrogateLogger.getSimpleFormat(SurrogateLogger.java:62) at java.logging/java.util.logging.SimpleFormatter.(SimpleFormatter.java:66) at java.logging/java.util.logging.ConsoleHandler.(ConsoleHandler.java:79) at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:304) at java.base/java.lang.Class.newInstance(Class.java:725) at java.logging/java.util.logging.LogManager.createLoggerHandlers(LogManager.java:1005) at java.logging/java.util.logging.LogManager$4.run(LogManager.java:975) at java.logging/java.util.logging.LogManager$4.run(LogManager.java:971) at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) at java.logging/java.util.logging.LogManager.loadLoggerHandlers(LogManager.java:971) at java.logging/java.util.logging.LogManager.addLogger(LogManager.java:1204) at java.logging/java.util.logging.LogManager$2.run(LogManager.java:398) at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) at java.logging/java.util.logging.LogManager.ensureLogManagerInitialized(LogManager.java:383) at java.logging/java.util.logging.LogManager.getLogManager(LogManager.java:431) at java.logging/java.util.logging.Logger.demandLogger(Logger.java:650) at java.logging/java.util.logging.Logger.getLogger(Logger.java:720) at java.logging/java.util.logging.Logger.getLogger(Logger.java:703) at jakarta.ws.rs.ext.FactoryFinder.(FactoryFinder.java:39) at jakarta.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:103) at jakarta.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:88) at jakarta.ws.rs.core.MediaType.valueOf(MediaType.java:172) at org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest.shouldFailForOtherMediaType(CsrfValidateFilterMediaTypeTest.java:46) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo. at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrumentError(Instrumenter.java:160) at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:110) at org.jacoco.agent.rt.internal_3570298.CoverageTransformer.transform(CoverageTransformer.java:92) ... 90 more Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 65 at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.(ClassReader.java:196) at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.(ClassReader.java:177) at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.(ClassReader.java:163) at org.jacoco.agent.rt.internal_3570298.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280) at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:76) at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:108) ... 91 more [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest [INFO] Running org.eclipse.krazo.security.EncodersImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.security.EncodersImplTest [INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest [INFO] Running org.eclipse.krazo.core.ModelsImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.core.ModelsImplTest [INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.krazo.core.ViewResponseFilterTest [INFO] Running org.eclipse.krazo.core.ViewableWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in org.eclipse.krazo.core.ViewableWriterTest [INFO] Running org.eclipse.krazo.core.MessagesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.core.MessagesTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest [INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest [INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest [INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.krazo.uri.UriTemplateParserTest [INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.krazo.uri.ApplicationUrisTest [INFO] Running org.eclipse.krazo.util.ControllerUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.util.ControllerUtilsTest [INFO] Running org.eclipse.krazo.util.PathUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.util.PathUtilsTest [INFO] Running org.eclipse.krazo.util.BeanUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.util.BeanUtilsTest [INFO] Running org.eclipse.krazo.util.CdiUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.util.CdiUtilsTest [INFO] Running org.eclipse.krazo.util.PropertyUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PropertyUtilsTest [INFO] Running org.eclipse.krazo.util.AnnotationUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.util.AnnotationUtilsTest [INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.krazo.engine.ViewEngineBaseTest [INFO] Running org.eclipse.krazo.engine.ViewEngineContextImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.engine.ViewEngineContextImplTest [INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.7:report (default-report) @ krazo-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/nightly/core/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Krazo Core' with 91 classes [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-core --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/core/target/bom.xml [INFO] attaching as krazo-core-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/core/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as krazo-core-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-core --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo... [WARNING] Loading source files for package org.eclipse.krazo.binding... [WARNING] Loading source files for package org.eclipse.krazo.binding.convert... [WARNING] Loading source files for package org.eclipse.krazo.binding.convert.impl... [WARNING] Loading source files for package org.eclipse.krazo.binding.validate... [WARNING] Loading source files for package org.eclipse.krazo.bootstrap... [WARNING] Loading source files for package org.eclipse.krazo.cdi... [WARNING] Loading source files for package org.eclipse.krazo.cdi.types... [WARNING] Loading source files for package org.eclipse.krazo.core... [WARNING] Loading source files for package org.eclipse.krazo.engine... [WARNING] Loading source files for package org.eclipse.krazo.event... [WARNING] Loading source files for package org.eclipse.krazo.forms... [WARNING] Loading source files for package org.eclipse.krazo.jaxrs... [WARNING] Loading source files for package org.eclipse.krazo.lifecycle... [WARNING] Loading source files for package org.eclipse.krazo.locale... [WARNING] Loading source files for package org.eclipse.krazo.security... [WARNING] Loading source files for package org.eclipse.krazo.servlet... [WARNING] Loading source files for package org.eclipse.krazo.uri... [WARNING] Loading source files for package org.eclipse.krazo.util... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterResult.java:30: warning: no @param for [WARNING] public class ConverterResult { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverter.java:33: warning: no @param for [WARNING] public interface MvcConverter { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/AroundControllerInterceptor.java:31: warning: no main description [WARNING] * @author Christian Kaltepoth [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedMethodWrapper.java:39: warning: no @param for [WARNING] public class AnnotatedMethodWrapper implements AnnotatedMethod { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedTypeWrapper.java:34: warning: no @param for [WARNING] public class AnnotatedTypeWrapper implements AnnotatedType { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/AfterControllerEventImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterControllerEventImpl.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class AfterControllerEventImpl implements AfterControllerEvent { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterControllerEventImpl.java:52: warning: no comment [WARNING] public void setResourceInfo(ResourceInfo resourceInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterControllerEventImpl.java:43: warning: no comment [WARNING] public void setUriInfo(UriInfo uriInfo) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/AfterProcessViewEventImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterProcessViewEventImpl.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class AfterProcessViewEventImpl implements AfterProcessViewEvent { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterProcessViewEventImpl.java:49: warning: no comment [WARNING] public void setEngine(Class engine) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/AfterProcessViewEventImpl.java:41: warning: no comment [WARNING] public void setView(String view) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedMethodWrapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedMethodWrapper.java:45: warning: no comment [WARNING] public AnnotatedMethodWrapper(AnnotatedMethod wrapped, [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.java:40: warning: use of default constructor, which does not provide a comment [WARNING] public class AnnotatedTypeProcessor { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.java:44: warning: no comment [WARNING] public AnnotatedType getReplacement(AnnotatedType originalType) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedTypeWrapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/types/AnnotatedTypeWrapper.java:39: warning: no comment [WARNING] public AnnotatedTypeWrapper(AnnotatedType wrapped, Set> methods) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/AnnotationUtils.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/AnnotationUtils.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public final class AnnotationUtils { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/ApplicationUris.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:49: warning: no main description [WARNING] * @see jakarta.mvc.MvcContext#uri(String) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:51: warning: no @param for identifier [WARNING] public URI get(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:51: warning: no @return [WARNING] public URI get(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:56: warning: no main description [WARNING] * @see jakarta.mvc.MvcContext#uri(String, Map) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:58: warning: no @param for identifier [WARNING] public URI get(String identifier, Map params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:58: warning: no @param for params [WARNING] public URI get(String identifier, Map params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:58: warning: no @return [WARNING] public URI get(String identifier, Map params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:76: warning: no main description [WARNING] * @see jakarta.mvc.MvcContext#uriBuilder(String) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:78: warning: no @param for identifier [WARNING] public UriBuilder getUriBuilder(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:78: warning: no @return [WARNING] public UriBuilder getUriBuilder(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/uri/ApplicationUris.java:44: warning: use of default constructor, which does not provide a comment [WARNING] public class ApplicationUris { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/AroundController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/AroundControllerInterceptor.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/AroundControllerInterceptor.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class AroundControllerInterceptor { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/cdi/AroundControllerInterceptor.java:44: warning: no comment [WARNING] public Object validateMethodInvocation(InvocationContext ctx) throws Exception { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/BeanUtils.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/BeanUtils.java:41: warning: no main description [WARNING] * @return a List of all fields and getters/setters of given class. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/BeanUtils.java:43: warning: no @param for clazz [WARNING] public static List getFieldsAndAccessors(Class clazz) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/BeanValidationProducer.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BeanValidationProducer.java:41: warning: use of default constructor, which does not provide a comment [WARNING] public class BeanValidationProducer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BeanValidationProducer.java:82: warning: no comment [WARNING] public ValidatorFactory produceValidationFactory() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/BeforeControllerEventImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeControllerEventImpl.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class BeforeControllerEventImpl implements BeforeControllerEvent { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeControllerEventImpl.java:52: warning: no comment [WARNING] public void setResourceInfo(ResourceInfo resourceInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeControllerEventImpl.java:43: warning: no comment [WARNING] public void setUriInfo(UriInfo uriInfo) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/BeforeProcessViewEventImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeProcessViewEventImpl.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class BeforeProcessViewEventImpl implements BeforeProcessViewEvent { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeProcessViewEventImpl.java:51: warning: no comment [WARNING] public void setEngine(Class engine) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/BeforeProcessViewEventImpl.java:42: warning: no comment [WARNING] public void setView(String view) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BigDecimalConverter.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverter.java:38: warning: no @param for rawType [WARNING] boolean supports(Class rawType, Annotation[] annotations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverter.java:38: warning: no @param for annotations [WARNING] boolean supports(Class rawType, Annotation[] annotations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverter.java:38: warning: no @return [WARNING] boolean supports(Class rawType, Annotation[] annotations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/impl/BigDecimalConverter.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class BigDecimalConverter extends NumberConverter { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BigIntegerConverter.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/impl/BigIntegerConverter.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class BigIntegerConverter extends NumberConverter { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/BindingErrorImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingErrorImpl.java:36: warning: no comment [WARNING] public BindingErrorImpl(String message, String paramName, String submittedValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingErrorImpl.java:47: warning: no comment [WARNING] public void setMessage(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingErrorImpl.java:56: warning: no comment [WARNING] public void setParamName(String paramName) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/BindingResultImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultImpl.java:41: warning: use of default constructor, which does not provide a comment [WARNING] public class BindingResultImpl implements BindingResult { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultImpl.java:83: warning: no comment [WARNING] public void addBindingError(BindingError bindingError) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultImpl.java:79: warning: no comment [WARNING] public void addValidationErrors(Set validationErrors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultImpl.java:87: warning: no comment [WARNING] public boolean hasUnconsumedErrors() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/BindingResultManager.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultManager.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class BindingResultManager { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultManager.java:45: warning: no comment [WARNING] public BindingResultImpl createBindingResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/BindingResultManager.java:49: warning: no comment [WARNING] public void destroyBindingResult(@Disposes BindingResultImpl bindingResult) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BooleanConverter.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/impl/BooleanConverter.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class BooleanConverter implements MvcConverter { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/CdiUtils.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:76: warning: no main description [WARNING] * @param beforeBean The BeforeBeanDiscovery. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:91: warning: no @param for [WARNING] public static List getApplicationBeans(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:91: warning: no @param for type [WARNING] public static List getApplicationBeans(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:91: warning: no @param for qualifiers [WARNING] public static List getApplicationBeans(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:91: warning: no @return [WARNING] public static List getApplicationBeans(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:103: warning: no @param for [WARNING] public static Optional getApplicationBean(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:103: warning: no @param for type [WARNING] public static Optional getApplicationBean(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:103: warning: no @param for qualifiers [WARNING] public static Optional getApplicationBean(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:103: warning: no @return [WARNING] public static Optional getApplicationBean(Class type, Annotation... qualifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:119: warning: no @return [WARNING] public static BeanManager getApplicationBeanManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/CdiUtils.java:42: warning: use of default constructor, which does not provide a comment [WARNING] public class CdiUtils { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/ConfigProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/bootstrap/ConfigProvider.java:30: warning: no comment [WARNING] void configure(FeatureContext context); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.java:41: warning: no comment [WARNING] public ConstraintViolationMetadata(ConstraintViolation violation, Annotation[] annotations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.java:46: warning: no comment [WARNING] public Optional getAnnotation(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.java:54: warning: no comment [WARNING] public Optional getParamName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.java:50: warning: no comment [WARNING] public boolean hasAnnotation(Class type) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/ConstraintViolations.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/validate/ConstraintViolations.java:51: warning: no comment [WARNING] public static ConstraintViolationMetadata getMetadata(ConstraintViolation violation) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/ConstraintViolationTranslator.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/ConstraintViolationTranslator.java:39: warning: use of default constructor, which does not provide a comment [WARNING] public class ConstraintViolationTranslator { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/ControllerRedirectEventImpl.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class ControllerRedirectEventImpl implements ControllerRedirectEvent { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:74: warning: no comment [WARNING] public ContainerRequestContext getContainerRequestContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:82: warning: no comment [WARNING] public ContainerResponseContext getContainerResponseContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:78: warning: no comment [WARNING] public void setContainerRequestContext(ContainerRequestContext requestContext) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:86: warning: no comment [WARNING] public void setContainerResponseContext(ContainerResponseContext responseContext) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:70: warning: no comment [WARNING] public void setLocation(URI location) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:61: warning: no comment [WARNING] public void setResourceInfo(ResourceInfo resourceInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/event/ControllerRedirectEventImpl.java:52: warning: no comment [WARNING] public void setUriInfo(UriInfo uriInfo) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/ControllerUtils.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/ControllerUtils.java:40: warning: no @param for clazz [WARNING] public static boolean isController(Class clazz) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/ControllerUtils.java:40: warning: no @return [WARNING] public static boolean isController(Class clazz) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/ControllerUtils.java:50: warning: no @param for method [WARNING] public static boolean isControllerMethod(Method method) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/util/ControllerUtils.java:50: warning: no @return [WARNING] public static boolean isControllerMethod(Method method) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/ConverterRegistry.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class ConverterRegistry { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java:39: warning: no comment [WARNING] public void init() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java:43: warning: no comment [WARNING] public MvcConverter lookup(Class rawType, Annotation[] annotations) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/ConverterResult.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterResult.java:44: warning: no comment [WARNING] public static ConverterResult failed(T value, String error) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterResult.java:52: warning: no comment [WARNING] public Optional getError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterResult.java:48: warning: no comment [WARNING] public Object getValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterResult.java:40: warning: no comment [WARNING] public static ConverterResult success(T value) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CookieCsrfTokenStrategy.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CsrfTokenStrategy.java:32: warning: no main description [WARNING] * @param request The current request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:77: warning: no comment [WARNING] public static final class Builder { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CookieCsrfTokenStrategy.Builder.html... [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:77: warning: use of default constructor, which does not provide a comment [WARNING] public static final class Builder { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:110: warning: no comment [WARNING] public CookieCsrfTokenStrategy build() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:95: warning: no comment [WARNING] public Builder cookieName(String cookieName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:85: warning: no comment [WARNING] public Builder headerName(String headerName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:105: warning: no comment [WARNING] public Builder httpOnly(boolean httpOnly) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/core/src/main/java/org/eclipse/krazo/security/CookieCsrfTokenStrategy.java:100: warning: no comment [WARNING] public Builder maxAge(int maxAge) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/CoreFeature.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfProtectFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfToken.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfTokenManager.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfTokenStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/CsrfValidateFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/DefaultConfigProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/DefaultFormEntityProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/DefaultHttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/DefaultLocaleResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/DoubleConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/EncodersImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/EventDispatcher.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/FloatConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/FormEntityProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/forms/FormMethodOverwriteFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/HttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/HttpUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/Initializer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/IntegerConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/Internal.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/JaxRsContext.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/JaxRsContextProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/JspViewEngine.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/KrazoCdiExtension.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/KrazoConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/KrazoContainerInitializer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/KrazoServletContextListener.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/LocaleResolverChain.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/LocaleResolverContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/LongConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/Messages.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/ModelsImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/MvcContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/MvcConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/MvcConverterProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/PathUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/PostMatchingRequestFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/PreMatchingRequestFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/Properties.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/PropertyUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/RedirectScopeContext.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/RedirectScopeManager.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/RequestLifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/ServiceLoaders.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/ServletViewEngine.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/SessionCsrfTokenStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/SessionCsrfTokenStrategy.Builder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/ShortConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/UriTemplate.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/UriTemplateParser.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/ValidationErrorImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/ValidationInterceptor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/ValidationInterceptorBinding.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/Viewable.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/ViewableWriter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineBase.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineFinder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/ViewResponseFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/forms/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/forms/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/constant-values.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/class-use/KrazoConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/class-use/MvcContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/class-use/Properties.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/BeanValidationProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingErrorImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingResultImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingResultManager.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/ConstraintViolationTranslator.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/class-use/ValidationErrorImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/ConverterRegistry.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/ConverterResult.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/MvcConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/MvcConverterProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BigDecimalConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BigIntegerConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BooleanConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/DoubleConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/FloatConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/IntegerConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/LongConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/ShortConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ConstraintViolationMetadata.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ConstraintViolations.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ValidationInterceptor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ValidationInterceptorBinding.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/ConfigProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/CoreFeature.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/DefaultConfigProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/Initializer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/AroundController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/AroundControllerInterceptor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/Internal.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/KrazoCdiExtension.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/RedirectScopeContext.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/class-use/RedirectScopeManager.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedMethodWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedTypeProcessor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedTypeWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/DefaultHttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/HttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/Messages.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/ModelsImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/ViewResponseFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/class-use/ViewableWriter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/JspViewEngine.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/ServletViewEngine.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineBase.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineFinder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/class-use/Viewable.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/class-use/AfterControllerEventImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/class-use/AfterProcessViewEventImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/class-use/BeforeControllerEventImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/class-use/BeforeProcessViewEventImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/class-use/ControllerRedirectEventImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/forms/class-use/FormMethodOverwriteFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/JaxRsContext.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/JaxRsContextProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/PostMatchingRequestFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/PreMatchingRequestFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/class-use/EventDispatcher.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/class-use/RequestLifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/class-use/DefaultLocaleResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/class-use/LocaleResolverChain.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/class-use/LocaleResolverContextImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CookieCsrfTokenStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CookieCsrfTokenStrategy.Builder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfProtectFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfToken.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfTokenManager.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfTokenStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfValidateFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/DefaultFormEntityProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/EncodersImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/FormEntityProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/SessionCsrfTokenStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/class-use/SessionCsrfTokenStrategy.Builder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/class-use/KrazoContainerInitializer.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/class-use/KrazoServletContextListener.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/class-use/ApplicationUris.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/class-use/UriTemplate.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/class-use/UriTemplateParser.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/AnnotationUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/BeanUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/CdiUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/ControllerUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/HttpUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/PathUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/PropertyUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/class-use/ServiceLoaders.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/binding/validate/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/bootstrap/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/cdi/types/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/core/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/engine/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/event/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/forms/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/jaxrs/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/lifecycle/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/locale/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/security/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/servlet/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/uri/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/org/eclipse/krazo/util/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/core/target/apidocs/help-doc.html... [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-core --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-core --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-core --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-core --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-core --- [INFO] Installing /home/jenkins/agent/workspace/nightly/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/core/target/krazo-core-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-core --- [INFO] [INFO] -------------------< org.eclipse.krazo:krazo-jersey >------------------- [INFO] Building Eclipse Krazo Jersey 4.0.0-SNAPSHOT [3/30] [INFO] from jersey/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-jersey --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly/jersey/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-jersey --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-jersey --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/jersey/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-jersey --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-jersey --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/jersey/target/bom.xml [INFO] attaching as krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/jersey/target/bom.json [INFO] attaching as krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-jersey --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.jersey.bootstrap... [WARNING] Loading source files for package org.eclipse.krazo.jersey.model... [WARNING] Loading source files for package org.eclipse.krazo.jersey.validation... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/JerseyConfigProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/jersey/src/main/java/org/eclipse/krazo/jersey/bootstrap/JerseyConfigProvider.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class JerseyConfigProvider implements ConfigProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/KrazoJerseyFeature.html... [WARNING] /home/jenkins/agent/workspace/nightly/jersey/src/main/java/org/eclipse/krazo/jersey/bootstrap/KrazoJerseyFeature.java:40: warning: use of default constructor, which does not provide a comment [WARNING] public class KrazoJerseyFeature implements ForcedAutoDiscoverable { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/model/KrazoModelProcessor.html... [WARNING] /home/jenkins/agent/workspace/nightly/jersey/src/main/java/org/eclipse/krazo/jersey/model/KrazoModelProcessor.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class KrazoModelProcessor implements ModelProcessor { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/KrazoValidationInterceptor.html... [WARNING] /home/jenkins/agent/workspace/nightly/jersey/src/main/java/org/eclipse/krazo/jersey/validation/KrazoValidationInterceptor.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class KrazoValidationInterceptor implements ValidationInterceptor { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/class-use/JerseyConfigProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/class-use/KrazoJerseyFeature.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/model/class-use/KrazoModelProcessor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/class-use/KrazoValidationInterceptor.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/jersey/target/apidocs/help-doc.html... [WARNING] 4 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jersey --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jersey --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-jersey --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-jersey --- [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/jersey/target/krazo-jersey-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-jersey --- [INFO] [INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------ [INFO] Building Eclipse Krazo RESTEasy 4.0.0-SNAPSHOT [4/30] [INFO] from resteasy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-resteasy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/nightly/resteasy/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-resteasy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/resteasy/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-resteasy --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-resteasy --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-resteasy --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-resteasy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/resteasy/target/bom.xml [INFO] attaching as krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/resteasy/target/bom.json [INFO] attaching as krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-resteasy --- [WARNING] Unable to derive module descriptor for /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.resteasy.bootstrap... [WARNING] Loading source files for package org.eclipse.krazo.resteasy.core... [WARNING] Loading source files for package org.eclipse.krazo.resteasy.security... [WARNING] Loading source files for package org.eclipse.krazo.resteasy.validation... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/KrazoValidationResolver.html... [WARNING] /home/jenkins/agent/workspace/nightly/resteasy/src/main/java/org/eclipse/krazo/resteasy/validation/KrazoValidationResolver.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class KrazoValidationResolver implements ContextResolver { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/LibertyHttpCommunicationUnwrapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/resteasy/src/main/java/org/eclipse/krazo/resteasy/core/LibertyHttpCommunicationUnwrapper.java:44: warning: use of default constructor, which does not provide a comment [WARNING] public class LibertyHttpCommunicationUnwrapper implements HttpCommunicationUnwrapper { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/RestEasyConfigProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/resteasy/src/main/java/org/eclipse/krazo/resteasy/bootstrap/RestEasyConfigProvider.java:30: warning: use of default constructor, which does not provide a comment [WARNING] public class RestEasyConfigProvider implements ConfigProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/RestEasyFormEntityProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/resteasy/src/main/java/org/eclipse/krazo/resteasy/security/RestEasyFormEntityProvider.java:42: warning: use of default constructor, which does not provide a comment [WARNING] public class RestEasyFormEntityProvider implements FormEntityProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/WeldHttpCommunicationUnwrapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/resteasy/src/main/java/org/eclipse/krazo/resteasy/core/WeldHttpCommunicationUnwrapper.java:40: warning: use of default constructor, which does not provide a comment [WARNING] public class WeldHttpCommunicationUnwrapper implements HttpCommunicationUnwrapper { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/class-use/RestEasyConfigProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/class-use/LibertyHttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/class-use/WeldHttpCommunicationUnwrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/class-use/RestEasyFormEntityProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/class-use/KrazoValidationResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/core/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/resteasy/target/apidocs/help-doc.html... [WARNING] 5 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-resteasy --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-resteasy --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-resteasy --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-resteasy --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-resteasy --- [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-resteasy --- [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-tck >--------------------- [INFO] Building Eclipse Krazo TCK Runner 4.0.0-SNAPSHOT [5/30] [INFO] from tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/tck/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/nightly/tck/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-tck --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 95 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/tck/target/bom.xml [INFO] attaching as krazo-tck-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/tck/target/bom.json [INFO] attaching as krazo-tck-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-tck --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.tck... [WARNING] Loading source files for package org.eclipse.krazo.tck.glassfish... [WARNING] Loading source files for package org.eclipse.krazo.tck.liberty... [WARNING] Loading source files for package org.eclipse.krazo.tck.wildfly... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/AbstractArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:37: warning: no comment [WARNING] public AbstractArchiveProvider() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:75: warning: no comment [WARNING] protected File[] resolveKrazoCore() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:67: warning: no comment [WARNING] protected File[] resolveKrazoJersey() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:79: warning: no comment [WARNING] protected File[] resolveKrazoModule(String groupId, String artifactId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:71: warning: no comment [WARNING] protected File[] resolveKrazoRestEasy() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java:55: warning: no comment [WARNING] protected File[] resolveMvcSpecJar() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/GlassfishArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/glassfish/GlassfishArchiveProvider.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class GlassfishArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/GlassfishDevArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/glassfish/GlassfishDevArchiveProvider.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class GlassfishDevArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/GlassfishModuleArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/glassfish/GlassfishModuleArchiveProvider.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class GlassfishModuleArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/LibertyArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/liberty/LibertyArchiveProvider.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class LibertyArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/LibertyDevArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/liberty/LibertyDevArchiveProvider.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class LibertyDevArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/WildflyArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/wildfly/WildflyArchiveProvider.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class WildflyArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/WildflyDevArchiveProvider.html... [WARNING] /home/jenkins/agent/workspace/nightly/tck/src/main/java/org/eclipse/krazo/tck/wildfly/WildflyDevArchiveProvider.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class WildflyDevArchiveProvider extends AbstractArchiveProvider { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/class-use/AbstractArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/class-use/GlassfishArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/class-use/GlassfishDevArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/class-use/GlassfishModuleArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/class-use/LibertyArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/class-use/LibertyDevArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/class-use/WildflyArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/class-use/WildflyDevArchiveProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/tck/target/apidocs/help-doc.html... [WARNING] 13 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-tck --- [INFO] artifact ch.qos.logback:logback-classic: checking for updates from sonatype-nexus-staging [INFO] artifact com.google.inject:guice: checking for updates from sonatype-nexus-staging [INFO] artifact com.google.guava:guava: checking for updates from sonatype-nexus-staging [INFO] artifact commons-cli:commons-cli: checking for updates from sonatype-nexus-staging [INFO] artifact commons-jxpath:commons-jxpath: checking for updates from sonatype-nexus-staging [INFO] artifact commons-cli:commons-cli: checking for updates from eclipse.maven.central.mirror [INFO] artifact ch.qos.logback:logback-classic: checking for updates from eclipse.maven.central.mirror [INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror [INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror [INFO] artifact commons-jxpath:commons-jxpath: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.commons:commons-lang3: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.commons:commons-lang3: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-artifact: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-builder-support: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-compat: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-core: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-embedder: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-artifact: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-compat: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-builder-support: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-model: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-embedder: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-model-builder: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-settings: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-model: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-model-builder: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-settings: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from sonatype-nexus-staging [INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from sonatype-nexus-staging [INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-impl: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-util: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-impl: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-util: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from sonatype-nexus-staging [INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from sonatype-nexus-staging [INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] ch.qos.logback:logback-classic ....................... 1.0.7 -> 1.4.11 [INFO] com.google.guava:guava ............................ 18.0 -> 32.1.3-jre [INFO] com.google.inject:guice ................................. 4.0 -> 7.0.0 [INFO] commons-cli:commons-cli ................................. 1.2 -> 1.5.0 [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.apache.commons:commons-lang3 ....................... 3.4 -> 3.13.0 [INFO] org.apache.maven:maven-artifact ............... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-builder-support ........ 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-compat ................. 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-core ................... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-embedder ............... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-model .................. 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-model-builder .......... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-plugin-api ............. 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-repository-metadata .... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-settings ............... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-settings-builder ....... 3.3.9 -> 4.0.0-alpha-8 [INFO] org.apache.maven.plugin-tools:maven-plugin-annotations ... [INFO] 3.4 -> 3.10.1 [INFO] org.apache.maven.wagon:wagon-file ...................... 2.10 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-http ...................... 2.10 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-provider-api .............. 2.10 -> 3.5.3 [INFO] org.codehaus.plexus:plexus-classworlds ................ 2.5.2 -> 2.7.0 [INFO] org.codehaus.plexus:plexus-component-annotations ........ 1.6 -> 2.1.1 [INFO] org.codehaus.plexus:plexus-interpolation ................ 1.21 -> 1.26 [INFO] org.codehaus.plexus:plexus-utils ..................... 3.0.22 -> 4.0.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.eclipse.aether:aether-api ............... 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.aether:aether-connector-basic ... 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.aether:aether-impl .............. 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.aether:aether-spi ............... 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.aether:aether-transport-wagon ... 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.aether:aether-util .............. 1.0.2.v20150114 -> 1.1.0 [INFO] org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.2 -> 0.9.0.M2 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-api ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-impl-base ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-spi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-impl-base ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-spi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-api ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-impl-base ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-spi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-api ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-impl-base ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-spi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-container ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-core ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-standalone ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-jmx ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-servlet ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-api ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-impl-base ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-spi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-resource ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-container ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-core ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-standalone ... [INFO] 1.5.0.Final -> 1.7.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.shrinkwrap:shrinkwrap-api ............ 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-depchain ....... 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-impl-base ...... 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-spi ............ 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded ... [INFO] 3.0.0 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded ... [INFO] 3.0.0 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven ... [INFO] 2.2.6 -> 3.2.1 [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.sonatype.plexus:plexus-sec-dispatcher ................. 1.3 -> 1.4 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-tck --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-tck --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-tck --- [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/tck/target/krazo-tck-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-tck --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >---------- [INFO] Building Eclipse Krazo Integration Tests Parent 4.0.0-SNAPSHOT [6/30] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-examples-parent --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/target/bom.xml [INFO] attaching as krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/target/bom.json [INFO] attaching as krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-examples-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-examples-parent --- [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-examples-parent --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-examples-parent --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-examples-parent --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-examples-parent --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/target/krazo-examples-parent-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-examples-parent --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.krazo.examples:application-path >------------- [INFO] Building Eclipse Krazo Application Path Tests 4.0.0-SNAPSHOT [7/30] [INFO] from examples/application-path/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ application-path --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ application-path --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly/examples/application-path/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ application-path --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/application-path/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ application-path --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ application-path --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ application-path --- [INFO] Packaging webapp [INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/application-path/src/main/webapp] [INFO] Webapp assembled in [19 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ application-path --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.xml [INFO] attaching as application-path-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.json [INFO] attaching as application-path-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ application-path --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.applicationpath... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/Book.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:26: warning: use of default constructor, which does not provide a comment [WARNING] public class Book { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:40: warning: no comment [WARNING] public String getAuthor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:48: warning: no comment [WARNING] public String getIsbn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:32: warning: no comment [WARNING] public String getTitle() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:44: warning: no comment [WARNING] public void setAuthor(String author) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Book.java:36: warning: no comment [WARNING] public void setTitle(String title) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/BookController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/BookController.java:37: warning: use of default constructor, which does not provide a comment [WARNING] public class BookController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/BookController.java:48: warning: no comment [WARNING] public String view1(@PathParam("id") String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/BookController.java:57: warning: no comment [WARNING] public void view2(@PathParam("id") String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/BookController.java:64: warning: no comment [WARNING] public String view3(@PathParam("id") String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/BookController.java:73: warning: no comment [WARNING] public void view4(@PathParam("id") String id) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/Catalog.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Catalog.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class Catalog { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/Catalog.java:31: warning: no comment [WARNING] public Book getBook(String id) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/application-path/src/main/java/org/eclipse/krazo/test/applicationpath/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/Book.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/BookController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/Catalog.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/application-path/target/apidocs/help-doc.html... [WARNING] 14 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ application-path --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ application-path --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ application-path --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ application-path --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ application-path --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/application-path/target/test-application-path-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ application-path --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------< org.eclipse.krazo.examples:book-cdi >----------------- [INFO] Building Eclipse Krazo Book CDI tests 4.0.0-SNAPSHOT [8/30] [INFO] from examples/book-cdi/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ book-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ book-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ book-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ book-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ book-cdi --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ book-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/webapp] [INFO] Webapp assembled in [46 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ book-cdi --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.xml [INFO] attaching as book-cdi-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.json [INFO] attaching as book-cdi-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ book-cdi --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.bookcdi... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/Book.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class Book { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:54: warning: no comment [WARNING] public String getAuthor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:38: warning: no comment [WARNING] public String getId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:62: warning: no comment [WARNING] public String getIsbn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:46: warning: no comment [WARNING] public String getTitle() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:58: warning: no comment [WARNING] public void setAuthor(String author) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:42: warning: no comment [WARNING] public void setId(String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/Book.java:50: warning: no comment [WARNING] public void setTitle(String title) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/BookController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/BookController.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class BookController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-cdi/src/main/java/org/eclipse/krazo/test/bookcdi/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/Book.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/BookController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/apidocs/help-doc.html... [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ book-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ book-cdi --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ book-cdi --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ book-cdi --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ book-cdi --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-cdi/target/test-book-cdi-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ book-cdi --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.krazo.examples:book-models >--------------- [INFO] Building Eclipse Krazo Book Models Tests 4.0.0-SNAPSHOT [9/30] [INFO] from examples/book-models/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ book-models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ book-models --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/book-models/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ book-models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/book-models/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ book-models --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ book-models --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ book-models --- [INFO] Packaging webapp [INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/book-models/src/main/webapp] [INFO] Webapp assembled in [17 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ book-models --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.xml [INFO] attaching as book-models-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.json [INFO] attaching as book-models-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ book-models --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.bookmodels... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/Book.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:26: warning: use of default constructor, which does not provide a comment [WARNING] public class Book { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:49: warning: no comment [WARNING] public String getAuthor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:33: warning: no comment [WARNING] public String getId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:57: warning: no comment [WARNING] public String getIsbn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:41: warning: no comment [WARNING] public String getTitle() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:53: warning: no comment [WARNING] public void setAuthor(String author) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:37: warning: no comment [WARNING] public void setId(String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/Book.java:45: warning: no comment [WARNING] public void setTitle(String title) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/BookController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/BookController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class BookController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/book-models/src/main/java/org/eclipse/krazo/test/bookmodels/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/Book.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/BookController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/book-models/target/apidocs/help-doc.html... [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ book-models --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ book-models --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ book-models --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ book-models --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ book-models --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/book-models/target/test-book-models-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ book-models --- [INFO] Skipping artifact deployment [INFO] [INFO] --------------< org.eclipse.krazo.examples:conversation >--------------- [INFO] Building Eclipse Krazo CDI Conversation Tests 4.0.0-SNAPSHOT [10/30] [INFO] from examples/conversation/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ conversation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ conversation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/conversation/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ conversation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/conversation/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ conversation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ conversation --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ conversation --- [INFO] Packaging webapp [INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/conversation/src/main/webapp] [INFO] Webapp assembled in [11 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ conversation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.xml [INFO] attaching as conversation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.json [INFO] attaching as conversation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ conversation --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.conversation... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/ConversationController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/ConversationController.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class ConversationController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/ConversationController.java:40: warning: no comment [WARNING] public String startConversation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/ConversationController.java:58: warning: no comment [WARNING] public String stopConversation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/ConversationController.java:50: warning: no comment [WARNING] public String tellme() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/SecretBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class SecretBean implements Serializable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:51: warning: no comment [WARNING] public void beginConversation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:57: warning: no comment [WARNING] public void endConversation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:63: warning: no comment [WARNING] public String getId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:43: warning: no comment [WARNING] public String getSecret() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:47: warning: no comment [WARNING] public void setSecret(String secret) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/serialized-form.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java:41: warning: no comment [WARNING] private String secret; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/ConversationController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/SecretBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/conversation/target/apidocs/help-doc.html... [WARNING] 12 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ conversation --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ conversation --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ conversation --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ conversation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ conversation --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/conversation/target/test-conversation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ conversation --- [INFO] Skipping artifact deployment [INFO] [INFO] --------------< org.eclipse.krazo.examples:csrf-property >-------------- [INFO] Building Eclipse Krazo CSRF Property Tests 4.0.0-SNAPSHOT [11/30] [INFO] from examples/csrf-property/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ csrf-property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ csrf-property --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ csrf-property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ csrf-property --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ csrf-property --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ csrf-property --- [INFO] Packaging webapp [INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ csrf-property --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.xml [INFO] attaching as csrf-property-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.json [INFO] attaching as csrf-property-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ csrf-property --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.csrfproperty... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/CsrfController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:61: warning: no @param for greeting [WARNING] public String postJaxrs(@FormParam("greeting") String greeting) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:61: warning: no @return [WARNING] public String postJaxrs(@FormParam("greeting") String greeting) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class CsrfController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:38: warning: no comment [WARNING] public String getForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:52: warning: no comment [WARNING] public void getOk() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/CsrfController.java:44: warning: no comment [WARNING] public String postForm(@FormParam("greeting") String greeting) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/ForbiddenExceptionMapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/ForbiddenExceptionMapper.java:33: warning: use of default constructor, which does not provide a comment [WARNING] public class ForbiddenExceptionMapper implements ExceptionMapper { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/csrf-property/src/main/java/org/eclipse/krazo/test/csrfproperty/MyApplication.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/CsrfController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/ForbiddenExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/apidocs/help-doc.html... [WARNING] 8 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ csrf-property --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ csrf-property --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ csrf-property --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ csrf-property --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ csrf-property --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/csrf-property/target/test-csrf-property-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ csrf-property --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.krazo.examples:def-ext >----------------- [INFO] Building Eclipse Krazo Default Extension Tests 4.0.0-SNAPSHOT [12/30] [INFO] from examples/def-ext/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ def-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ def-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/def-ext/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ def-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/def-ext/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ def-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ def-ext --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ def-ext --- [INFO] Packaging webapp [INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ def-ext --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.xml [INFO] attaching as def-ext-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.json [INFO] attaching as def-ext-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ def-ext --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.mvc... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/DefaultExtensionController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/DefaultExtensionController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class DefaultExtensionController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/DefaultExtensionController.java:57: warning: no comment [WARNING] public Response getResponse() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/DefaultExtensionController.java:40: warning: no comment [WARNING] public String getString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/DefaultExtensionController.java:47: warning: no comment [WARNING] public void getView() { } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/DefaultExtensionController.java:51: warning: no comment [WARNING] public Viewable getViewAble() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/def-ext/src/main/java/org/eclipse/krazo/test/mvc/MyApplication.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/class-use/DefaultExtensionController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/def-ext/target/apidocs/help-doc.html... [WARNING] 6 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ def-ext --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ def-ext --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ def-ext --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ def-ext --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ def-ext --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/def-ext/target/test-def-ext-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ def-ext --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.krazo.examples:events >------------------ [INFO] Building Eclipse Krazo CDI Events Tests 4.0.0-SNAPSHOT [13/30] [INFO] from examples/events/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ events --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ events --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly/examples/events/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ events --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/events/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ events --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/events/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ events --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ events --- [INFO] Packaging webapp [INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/nightly/examples/events/target/test-events] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/events/src/main/webapp] [INFO] Webapp assembled in [12 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/events/target/test-events.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ events --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/events/target/bom.xml [INFO] attaching as events-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/events/target/bom.json [INFO] attaching as events-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ events --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/events/target/test-events.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.events... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class EventBean { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:53: warning: no comment [WARNING] public AfterControllerEvent getAfterControllerEvent() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:45: warning: no comment [WARNING] public BeforeControllerEvent getBeforeControllerEvent() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:61: warning: no comment [WARNING] public BeforeProcessViewEvent getBeforeProcessViewEvent() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:57: warning: no comment [WARNING] public void setAfterControllerEvent(AfterControllerEvent afterControllerEvent) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:49: warning: no comment [WARNING] public void setBeforeControllerEvent(BeforeControllerEvent beforeControllerEvent) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventBean.java:65: warning: no comment [WARNING] public void setBeforeProcessViewEvent(BeforeProcessViewEvent beforeProcessViewEvent) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventController.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class EventController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventController.java:37: warning: no comment [WARNING] public String get() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventObserver.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventObserver.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class EventObserver { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventObserver.java:45: warning: no comment [WARNING] public void afterControllerEvent(@Observes AfterControllerEvent event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventObserver.java:59: warning: no comment [WARNING] public void afterProcessViewEvent(@Observes AfterProcessViewEvent event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventObserver.java:41: warning: no comment [WARNING] public void beforeControllerEvent(@Observes BeforeControllerEvent event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/EventObserver.java:52: warning: no comment [WARNING] public void beforeProcessViewEvent(@Observes BeforeProcessViewEvent event) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/events/src/main/java/org/eclipse/krazo/test/events/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventObserver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/events/target/apidocs/help-doc.html... [WARNING] 15 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ events --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ events --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ events --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ events --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ events --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/events/target/test-events-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ events --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.krazo.examples:exceptions >---------------- [INFO] Building Eclipse Krazo Exceptions Tests 4.0.0-SNAPSHOT [14/30] [INFO] from examples/exceptions/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ exceptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ exceptions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/exceptions/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ exceptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/exceptions/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ exceptions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ exceptions --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ exceptions --- [INFO] Packaging webapp [INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/webapp] [INFO] Webapp assembled in [30 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ exceptions --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.xml [INFO] attaching as exceptions-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.json [INFO] attaching as exceptions-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ exceptions --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.exceptions... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/HelloController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:72: warning: no comment [WARNING] public static class GlobalExceptionMapper implements ExceptionMapper { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:39: warning: use of default constructor, which does not provide a comment [WARNING] public class HelloController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:56: warning: no comment [WARNING] public Response internalError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:68: warning: no comment [WARNING] public void internalErrorMapped() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:62: warning: no comment [WARNING] public Response internalErrorNoView() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:44: warning: no comment [WARNING] public void notFound() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:50: warning: no comment [WARNING] public void notFoundNoView() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/HelloController.GlobalExceptionMapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/HelloController.java:72: warning: use of default constructor, which does not provide a comment [WARNING] public static class GlobalExceptionMapper implements ExceptionMapper { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/exceptions/src/main/java/org/eclipse/krazo/test/exceptions/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/HelloController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/HelloController.GlobalExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/exceptions/target/apidocs/help-doc.html... [WARNING] 9 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ exceptions --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ exceptions --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ exceptions --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ exceptions --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ exceptions --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/exceptions/target/test-exceptions-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ exceptions --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------< org.eclipse.krazo.examples:facelets >----------------- [INFO] Building Eclipse Krazo Facelets Tests 4.0.0-SNAPSHOT [15/30] [INFO] from examples/facelets/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ facelets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ facelets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly/examples/facelets/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ facelets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/facelets/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ facelets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ facelets --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ facelets --- [INFO] Packaging webapp [INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/facelets/src/main/webapp] [INFO] Webapp assembled in [15 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ facelets --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.xml [INFO] attaching as facelets-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.json [INFO] attaching as facelets-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ facelets --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.facelets... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/Book.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:26: warning: use of default constructor, which does not provide a comment [WARNING] public class Book { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:40: warning: no comment [WARNING] public String getAuthor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:48: warning: no comment [WARNING] public String getIsbn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:32: warning: no comment [WARNING] public String getTitle() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:44: warning: no comment [WARNING] public void setAuthor(String author) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Book.java:36: warning: no comment [WARNING] public void setTitle(String title) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/BookController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/BookController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class BookController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/Catalog.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Catalog.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class Catalog { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/Catalog.java:31: warning: no comment [WARNING] public Book getBook(String id) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/facelets/src/main/java/org/eclipse/krazo/test/facelets/MyApplication.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/Book.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/BookController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/Catalog.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/facelets/target/apidocs/help-doc.html... [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ facelets --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ facelets --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ facelets --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ facelets --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ facelets --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/facelets/target/test-facelets-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ facelets --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.krazo.examples:locale >------------------ [INFO] Building Eclipse Krazo Locale Tests 4.0.0-SNAPSHOT [16/30] [INFO] from examples/locale/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ locale --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ locale --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/locale/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ locale --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/locale/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ locale --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/locale/target/test-classes [INFO] /home/jenkins/agent/workspace/nightly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/nightly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/nightly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ locale --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ locale --- [INFO] Packaging webapp [INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/locale/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ locale --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.xml [INFO] attaching as locale-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.json [INFO] attaching as locale-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ locale --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.locale... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/LocaleController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/locale/src/main/java/org/eclipse/krazo/test/locale/LocaleController.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class LocaleController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/locale/src/main/java/org/eclipse/krazo/test/locale/LocaleController.java:35: warning: no comment [WARNING] public String get() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/locale/src/main/java/org/eclipse/krazo/test/locale/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/QueryLocaleResolver.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/locale/src/main/java/org/eclipse/krazo/test/locale/QueryLocaleResolver.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class QueryLocaleResolver implements LocaleResolver { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/LocaleController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/QueryLocaleResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/locale/target/apidocs/help-doc.html... [WARNING] 4 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ locale --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ locale --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ locale --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ locale --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ locale --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/locale/target/test-locale-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ locale --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------< org.eclipse.krazo.examples:produces >----------------- [INFO] Building Eclipse Krazo Produces Tests 4.0.0-SNAPSHOT [17/30] [INFO] from examples/produces/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ produces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ produces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/produces/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ produces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/produces/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ produces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/produces/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ produces --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ produces --- [INFO] Packaging webapp [INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/produces/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ produces --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.xml [INFO] attaching as produces-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.json [INFO] attaching as produces-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ produces --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.produces... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/HelloController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:45: warning: no @return [WARNING] public String noProduces1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:65: warning: no @return [WARNING] public String multipleProduces1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:86: warning: no @return [WARNING] public Response otherProduces1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:98: warning: no @return [WARNING] public Response otherProduces2() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:108: warning: no @return [WARNING] public Response language1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:119: warning: no @return [WARNING] public Response language2() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:129: warning: no @return [WARNING] public Response locale1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:140: warning: no @return [WARNING] public Response locale2() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/HelloController.java:38: warning: use of default constructor, which does not provide a comment [WARNING] public class HelloController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/produces/src/main/java/org/eclipse/krazo/test/produces/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/class-use/HelloController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/produces/target/apidocs/help-doc.html... [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ produces --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ produces --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ produces --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ produces --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ produces --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/produces/target/test-produces-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ produces --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------< org.eclipse.krazo.examples:redirect >----------------- [INFO] Building Eclipse Krazo Redirect Tests 4.0.0-SNAPSHOT [18/30] [INFO] from examples/redirect/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ redirect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ redirect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/redirect/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ redirect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirect/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ redirect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ redirect --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ redirect --- [INFO] Packaging webapp [INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/redirect/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redirect --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.xml [INFO] attaching as redirect-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.json [INFO] attaching as redirect-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ redirect --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.redirect... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/RedirectController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:39: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:73: warning: no comment [WARNING] public void beforeControllerEvent(@Observes ControllerRedirectEvent event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:52: warning: no comment [WARNING] public Response getResponse1() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:59: warning: no comment [WARNING] public Response getResponse2() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:45: warning: no comment [WARNING] public String getString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirect/src/main/java/org/eclipse/krazo/test/redirect/RedirectController.java:69: warning: no comment [WARNING] public String getSub() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/class-use/RedirectController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirect/target/apidocs/help-doc.html... [WARNING] 7 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ redirect --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirect --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirect --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ redirect --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ redirect --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirect/target/test-redirect-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ redirect --- [INFO] Skipping artifact deployment [INFO] [INFO] --------------< org.eclipse.krazo.examples:redirectScope >-------------- [INFO] Building Eclipse Krazo RedirectScope Tests 4.0.0-SNAPSHOT [19/30] [INFO] from examples/redirectScope/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ redirectScope --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ redirectScope --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ redirectScope --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ redirectScope --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ redirectScope --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ redirectScope --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redirectScope --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.xml [INFO] attaching as redirectScope-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.json [INFO] attaching as redirectScope-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ redirectScope --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.redirectscope... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/java/org/eclipse/krazo/test/redirectscope/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/RedirectBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/java/org/eclipse/krazo/test/redirectscope/RedirectBean.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectBean implements Serializable { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/RedirectController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/java/org/eclipse/krazo/test/redirectscope/RedirectController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/java/org/eclipse/krazo/test/redirectscope/RedirectController.java:44: warning: no comment [WARNING] public String getSource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope/src/main/java/org/eclipse/krazo/test/redirectscope/RedirectController.java:52: warning: no comment [WARNING] public String getTarget() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/RedirectController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/apidocs/help-doc.html... [WARNING] 5 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ redirectScope --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ redirectScope --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ redirectScope --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope/target/test-redirectscope-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ redirectScope --- [INFO] Skipping artifact deployment [INFO] [INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >-------------- [INFO] Building Eclipse Krazo RedirectScope2 Tests 4.0.0-SNAPSHOT [20/30] [INFO] from examples/redirectScope2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ redirectScope2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ redirectScope2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ redirectScope2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ redirectScope2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ redirectScope2 --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ redirectScope2 --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redirectScope2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.xml [INFO] attaching as redirectScope2-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.json [INFO] attaching as redirectScope2-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ redirectScope2 --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.redirectscope2... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/java/org/eclipse/krazo/test/redirectscope2/MyApplication.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/RedirectBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/java/org/eclipse/krazo/test/redirectscope2/RedirectBean.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectBean implements Serializable { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/RedirectController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/java/org/eclipse/krazo/test/redirectscope2/RedirectController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/java/org/eclipse/krazo/test/redirectscope2/RedirectController.java:44: warning: no comment [WARNING] public String getSource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope2/src/main/java/org/eclipse/krazo/test/redirectscope2/RedirectController.java:52: warning: no comment [WARNING] public String getTarget() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/RedirectController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/apidocs/help-doc.html... [WARNING] 5 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ redirectScope2 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope2 --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope2 --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ redirectScope2 --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ redirectScope2 --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope2/target/test-redirectscope2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ redirectScope2 --- [INFO] Skipping artifact deployment [INFO] [INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >-------------- [INFO] Building Eclipse Krazo RedirectScope3 Tests 4.0.0-SNAPSHOT [21/30] [INFO] from examples/redirectScope3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ redirectScope3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ redirectScope3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ redirectScope3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ redirectScope3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ redirectScope3 --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ redirectScope3 --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redirectScope3 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.xml [INFO] attaching as redirectScope3-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.json [INFO] attaching as redirectScope3-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ redirectScope3 --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.redirectscope3... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/java/org/eclipse/krazo/test/redirectscope3/MyApplication.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/RedirectBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/java/org/eclipse/krazo/test/redirectscope3/RedirectBean.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectBean implements Serializable { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/RedirectController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/java/org/eclipse/krazo/test/redirectscope3/RedirectController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class RedirectController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/java/org/eclipse/krazo/test/redirectscope3/RedirectController.java:44: warning: no comment [WARNING] public String getSource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/redirectScope3/src/main/java/org/eclipse/krazo/test/redirectscope3/RedirectController.java:52: warning: no comment [WARNING] public String getTarget() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/RedirectController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/apidocs/help-doc.html... [WARNING] 5 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ redirectScope3 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope3 --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope3 --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ redirectScope3 --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ redirectScope3 --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/redirectScope3/target/test-redirectscope3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ redirectScope3 --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------ [INFO] Building Eclipse Krazo RequestDispatcher tests 4.0.0-SNAPSHOT [22/30] [INFO] from examples/requestDispatcher/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ requestDispatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ requestDispatcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ requestDispatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ requestDispatcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ requestDispatcher --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ requestDispatcher --- [INFO] Packaging webapp [INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/requestDispatcher/src/main/webapp] [INFO] Webapp assembled in [16 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ requestDispatcher --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.xml [INFO] attaching as requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.json [INFO] attaching as requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ requestDispatcher --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.requestdispatcher... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/src/main/java/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class RequestDispatcherApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/src/main/java/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherController.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class RequestDispatcherController implements Serializable { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/class-use/RequestDispatcherApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/class-use/RequestDispatcherController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/apidocs/help-doc.html... [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ requestDispatcher --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ requestDispatcher --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ requestDispatcher --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ requestDispatcher --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ requestDispatcher --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/requestDispatcher/target/test-requestDispatcher-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ requestDispatcher --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.krazo.examples:returns >----------------- [INFO] Building Eclipse Krazo Returns Tests 4.0.0-SNAPSHOT [23/30] [INFO] from examples/returns/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ returns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ returns --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/returns/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ returns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/returns/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ returns --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/returns/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ returns --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ returns --- [INFO] Packaging webapp [INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/returns/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ returns --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.xml [INFO] attaching as returns-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.json [INFO] attaching as returns-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ returns --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.returns... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/HelloController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:37: warning: use of default constructor, which does not provide a comment [WARNING] public class HelloController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:72: warning: no comment [WARNING] public MyViewable getMyViewable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:78: warning: no comment [WARNING] public MyViewable getMyViewableNull() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:53: warning: no comment [WARNING] public Response getResponse() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:90: warning: no comment [WARNING] public Response getResponseMyViewable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:84: warning: no comment [WARNING] public Response getResponseViewable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:41: warning: no comment [WARNING] public String getString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/HelloController.java:47: warning: no comment [WARNING] public Viewable getViewable() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/returns/src/main/java/org/eclipse/krazo/test/returns/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/class-use/HelloController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/returns/target/apidocs/help-doc.html... [WARNING] 9 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ returns --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ returns --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ returns --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ returns --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ returns --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/returns/target/test-returns-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ returns --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.krazo.examples:validation >---------------- [INFO] Building Eclipse Krazo Validation Tests 4.0.0-SNAPSHOT [24/30] [INFO] from examples/validation/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/nightly/examples/validation/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/validation/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/validation/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ validation --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ validation --- [INFO] Packaging webapp [INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/validation/src/main/webapp] [INFO] Webapp assembled in [22 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.xml [INFO] attaching as validation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.json [INFO] attaching as validation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ validation --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.validation... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/ErrorDataBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class ErrorDataBean { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:57: warning: no comment [WARNING] public String getMessage() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:65: warning: no comment [WARNING] public String getParam() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:41: warning: no comment [WARNING] public String getProperty() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:49: warning: no comment [WARNING] public Object getValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:61: warning: no comment [WARNING] public void setMessage(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:69: warning: no comment [WARNING] public void setParam(String param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:45: warning: no comment [WARNING] public void setProperty(String property) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/ErrorDataBean.java:53: warning: no comment [WARNING] public void setValue(Object value) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormController.java:49: warning: use of default constructor, which does not provide a comment [WARNING] public class FormController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormController.java:59: warning: no comment [WARNING] public Response formPost(@Valid @BeanParam FormDataBean form) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormController.java:75: warning: no comment [WARNING] public Response get(@QueryParam("n") @DefaultValue("25") int n) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormControllerBase.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormControllerBase.java:30: warning: use of default constructor, which does not provide a comment [WARNING] public class FormControllerBase { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormControllerBase.java:34: warning: no comment [WARNING] public BindingResult getVr() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormControllerBase.java:39: warning: no comment [WARNING] public void setVr(BindingResult br) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormControllerProperty.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormControllerProperty.java:45: warning: use of default constructor, which does not provide a comment [WARNING] public class FormControllerProperty extends FormControllerBase { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormControllerProperty.java:51: warning: no comment [WARNING] public Response formPost(@Valid @BeanParam FormDataBean form) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormDataBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormDataBean.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class FormDataBean { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormDataBean.java:56: warning: no comment [WARNING] public int getAge() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormDataBean.java:48: warning: no comment [WARNING] public String getName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormDataBean.java:60: warning: no comment [WARNING] public void setAge(int age) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/FormDataBean.java:52: warning: no comment [WARNING] public void setName(String name) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation/src/main/java/org/eclipse/krazo/test/validation/MyApplication.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/ErrorDataBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormControllerBase.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormControllerProperty.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormDataBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation/target/apidocs/help-doc.html... [WARNING] 23 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ validation --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ validation --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ validation --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ validation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ validation --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation/target/test-validation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ validation --- [INFO] Skipping artifact deployment [INFO] [INFO] -------------< org.eclipse.krazo.examples:validation-i18n >------------- [INFO] Building Eclipse Krazo Validation I18N Tests 4.0.0-SNAPSHOT [25/30] [INFO] from examples/validation-i18n/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ validation-i18n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ validation-i18n --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ validation-i18n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ validation-i18n --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-classes [INFO] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ validation-i18n --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ validation-i18n --- [INFO] Packaging webapp [INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ validation-i18n --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.xml [INFO] attaching as validation-i18n-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.json [INFO] attaching as validation-i18n-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ validation-i18n --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.validation... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/FormBean.java:26: warning: no main description [WARNING] * @author Christian Kaltepoth [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/MyApplication.java:29: warning: no main description [WARNING] * @author Christian Kaltepoth [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/QueryLocaleResolver.java:30: warning: no main description [WARNING] * @author Christian Kaltepoth [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/ValidationController.java:35: warning: no main description [WARNING] * @author Christian Kaltepoth [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/FormBean.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/FormBean.java:28: warning: use of default constructor, which does not provide a comment [WARNING] public class FormBean { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/FormBean.java:35: warning: no comment [WARNING] public String getName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/FormBean.java:39: warning: no comment [WARNING] public void setName(String name) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/QueryLocaleResolver.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/QueryLocaleResolver.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class QueryLocaleResolver implements LocaleResolver { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/ValidationController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/ValidationController.java:39: warning: use of default constructor, which does not provide a comment [WARNING] public class ValidationController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/ValidationController.java:48: warning: no comment [WARNING] public String get() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/validation-i18n/src/main/java/org/eclipse/krazo/test/validation/ValidationController.java:53: warning: no comment [WARNING] public String post(@Valid @BeanParam FormBean form) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/QueryLocaleResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/ValidationController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/apidocs/help-doc.html... [WARNING] 12 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ validation-i18n --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ validation-i18n --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ validation-i18n --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ validation-i18n --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ validation-i18n --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/validation-i18n/target/test-validation-i18n-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ validation-i18n --- [INFO] Skipping artifact deployment [INFO] [INFO] -------------< org.eclipse.krazo.examples:view-annotation >------------- [INFO] Building Eclipse Krazo View Annotation Tests 4.0.0-SNAPSHOT [26/30] [INFO] from examples/view-annotation/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ view-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ view-annotation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ view-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/view-annotation/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ view-annotation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ view-annotation --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ view-annotation --- [INFO] Packaging webapp [INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/view-annotation/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ view-annotation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.xml [INFO] attaching as view-annotation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.json [INFO] attaching as view-annotation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ view-annotation --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.view... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/HelloController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/view-annotation/src/main/java/org/eclipse/krazo/test/view/HelloController.java:131: warning: no @return [WARNING] public String stringForbiddenException() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/view-annotation/src/main/java/org/eclipse/krazo/test/view/HelloController.java:141: warning: no @return [WARNING] public String stringIllegalArgumentException() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/view-annotation/src/main/java/org/eclipse/krazo/test/view/HelloController.java:37: warning: use of default constructor, which does not provide a comment [WARNING] public class HelloController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/view-annotation/src/main/java/org/eclipse/krazo/test/view/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/class-use/HelloController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/apidocs/help-doc.html... [WARNING] 4 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ view-annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ view-annotation --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ view-annotation --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ view-annotation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ view-annotation --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/view-annotation/target/test-view-annotation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ view-annotation --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.krazo.examples:uri-builder >--------------- [INFO] Building Eclipse Krazo UriBuilder Test 4.0.0-SNAPSHOT [27/30] [INFO] from examples/uri-builder/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ uri-builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ uri-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ uri-builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ uri-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ uri-builder --- [INFO] [INFO] --- war:3.2.3:war (default-war) @ uri-builder --- [INFO] Packaging webapp [INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/webapp] [INFO] Webapp assembled in [22 msecs] [INFO] Building war: /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ uri-builder --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.xml [INFO] attaching as uri-builder-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.json [INFO] attaching as uri-builder-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ uri-builder --- [WARNING] '/home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder.war' not allowed on the path, only outputDirectories and jars are accepted [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.uribuilder... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:31: warning: no main description [WARNING] * @author Florian Hirsch [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/UriBuilderApplication.java:27: warning: no main description [WARNING] * @author Florian Hirsch [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/UriBuilderController.java:27: warning: no main description [WARNING] * @author Florian Hirsch [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/ParameterController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class ParameterController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:61: warning: no comment [WARNING] public String beanParams(@BeanParam BeanParams params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:54: warning: no comment [WARNING] public String matrixParams(@MatrixParam("m1") String m1, @MatrixParam("m2") long m2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:40: warning: no comment [WARNING] public String pathParams(@PathParam("p1") String p1, @PathParam("p2") long p2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/ParameterController.java:47: warning: no comment [WARNING] public String queryParams(@QueryParam("q1") String q1, @QueryParam("q2") long q2) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/UriBuilderApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/UriBuilderApplication.java:30: warning: use of default constructor, which does not provide a comment [WARNING] public class UriBuilderApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/UriBuilderController.html... [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/UriBuilderController.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class UriBuilderController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/examples/uri-builder/src/main/java/org/eclipse/krazo/test/uribuilder/UriBuilderController.java:35: warning: no comment [WARNING] public String get() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/ParameterController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/UriBuilderApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/UriBuilderController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/overview-tree.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/apidocs/help-doc.html... [WARNING] 11 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ uri-builder --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-sources.jar [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ uri-builder --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ uri-builder --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ uri-builder --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ uri-builder --- [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.war.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/examples/uri-builder/target/uri-builder-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ uri-builder --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------ [INFO] Building Eclipse Krazo Testsuite 4.0.0-SNAPSHOT [28/30] [INFO] from testsuite/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 31 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/nightly/testsuite/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/nightly/testsuite/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-testsuite --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-testsuite --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/testsuite/target/bom.xml [INFO] attaching as krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/testsuite/target/bom.json [INFO] attaching as krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-testsuite --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.krazo.test.annotations... [WARNING] Loading source files for package org.eclipse.krazo.test.convert.annotations... [WARNING] Loading source files for package org.eclipse.krazo.test.convert.available... [WARNING] Loading source files for package org.eclipse.krazo.test.convert.type... [WARNING] Loading source files for package org.eclipse.krazo.test.csrf.base... [WARNING] Loading source files for package org.eclipse.krazo.test.csrf.methods... [WARNING] Loading source files for package org.eclipse.krazo.test.defaultview... [WARNING] Loading source files for package org.eclipse.krazo.test.encoding... [WARNING] Loading source files for package org.eclipse.krazo.test.forms... [WARNING] Loading source files for package org.eclipse.krazo.test.mapper... [WARNING] Loading source files for package org.eclipse.krazo.test.mixedsetup... [WARNING] Loading source files for package org.eclipse.krazo.test.mvc... [WARNING] Loading source files for package org.eclipse.krazo.test.redirectboundary... [WARNING] Loading source files for package org.eclipse.krazo.test.redirectboundaryonroot... [WARNING] Constructing Javadoc information... [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 21+35-2513 [WARNING] Building tree for all the packages and classes... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java:27: warning: no main description [WARNING] * @author Florian Hirsch [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/MyApplication.java:29: warning: no main description [WARNING] * @author Florian Hirsch [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationConverterApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterApplication.java:7: warning: no comment [WARNING] public class AnnotationConverterApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterApplication.java:7: warning: use of default constructor, which does not provide a comment [WARNING] public class AnnotationConverterApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.java:14: warning: no comment [WARNING] public class AnnotationConverterController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.java:14: warning: use of default constructor, which does not provide a comment [WARNING] public class AnnotationConverterController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.java:23: warning: no comment [WARNING] public String doGetIndex() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.java:29: warning: no comment [WARNING] public String doGetResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.java:36: warning: no comment [WARNING] public String doPost(@MvcBinding @AnswerToAll(theAnwser = 42.0D) @FormParam("number") final double someNumber) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationDrivenConverter.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationDrivenConverter.java:14: warning: no comment [WARNING] public class AnnotationDrivenConverter implements MvcConverter { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnnotationDrivenConverter.java:14: warning: use of default constructor, which does not provide a comment [WARNING] public class AnnotationDrivenConverter implements MvcConverter { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/AnnotationsController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/AnnotationsController.java:26: warning: no comment [WARNING] public class AnnotationsController extends BaseController implements BaseInterface { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/AnnotationsController.java:26: warning: use of default constructor, which does not provide a comment [WARNING] public class AnnotationsController extends BaseController implements BaseInterface { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseController.java:36: warning: no comment [WARNING] public String method() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseController.java:44: warning: no comment [WARNING] public void methodWithView() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseInterface.java:37: warning: no comment [WARNING] public void methodWithView(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseInterface.java:55: warning: no comment [WARNING] public void methodWithViewInterface(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseController.java:51: warning: no comment [WARNING] public void methodNoOverrideJaxrs() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseInterface.java:43: warning: no comment [WARNING] public void methodNoOverrideJaxrs(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseController.java:58: warning: no comment [WARNING] public void methodNoOverrideMvc() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseInterface.java:49: warning: no comment [WARNING] public void methodNoOverrideMvc(); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnswerToAll.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnswerToAll.java:10: warning: no comment [WARNING] public @interface AnswerToAll { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/annotations/AnswerToAll.java:12: warning: no comment [WARNING] double theAnwser(); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/AnswerToAllDoubleConverter.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/AnswerToAllDoubleConverter.java:12: warning: no comment [WARNING] public class AnswerToAllDoubleConverter implements MvcConverter { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/AnswerToAllDoubleConverter.java:12: warning: use of default constructor, which does not provide a comment [WARNING] public class AnswerToAllDoubleConverter implements MvcConverter { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/AvailableConverterApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/available/AvailableConverterApplication.java:7: warning: no comment [WARNING] public class AvailableConverterApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/available/AvailableConverterApplication.java:7: warning: use of default constructor, which does not provide a comment [WARNING] public class AvailableConverterApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/AvailableConverterController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/available/AvailableConverterController.java:17: warning: no comment [WARNING] public class AvailableConverterController{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/available/AvailableConverterController.java:17: warning: use of default constructor, which does not provide a comment [WARNING] public class AvailableConverterController{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/available/AvailableConverterController.java:28: warning: no comment [WARNING] public String doGetIndex() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/BaseController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/BaseController.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class BaseController { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/BaseInterface.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/ConverterApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterApplication.java:7: warning: no comment [WARNING] public class ConverterApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterApplication.java:7: warning: use of default constructor, which does not provide a comment [WARNING] public class ConverterApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/ConverterController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterController.java:14: warning: no comment [WARNING] public class ConverterController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterController.java:14: warning: use of default constructor, which does not provide a comment [WARNING] public class ConverterController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterController.java:23: warning: no comment [WARNING] public String doGetIndex() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterController.java:29: warning: no comment [WARNING] public String doGetResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/convert/type/ConverterController.java:36: warning: no comment [WARNING] public String doPost(@MvcBinding @FormParam("number") final double someNumber) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/CsrfBaseApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/base/CsrfBaseApplication.java:35: warning: use of default constructor, which does not provide a comment [WARNING] public class CsrfBaseApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/CsrfBaseController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/base/CsrfBaseController.java:36: warning: use of default constructor, which does not provide a comment [WARNING] public class CsrfBaseController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/base/CsrfBaseController.java:39: warning: no comment [WARNING] public String getForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/base/CsrfBaseController.java:52: warning: no comment [WARNING] public void getOk() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/base/CsrfBaseController.java:45: warning: no comment [WARNING] public String postForm(@FormParam("greeting") String greeting) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodApplication.java:25: warning: no comment [WARNING] public class CsrfHiddenMethodApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodApplication.java:25: warning: use of default constructor, which does not provide a comment [WARNING] public class CsrfHiddenMethodApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:34: warning: no comment [WARNING] public class CsrfHiddenMethodController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:34: warning: use of default constructor, which does not provide a comment [WARNING] public class CsrfHiddenMethodController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:114: warning: no comment [WARNING] public String doDelete() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:107: warning: no comment [WARNING] public String doPatch() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:93: warning: no comment [WARNING] public String doPost() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:100: warning: no comment [WARNING] public String doPut() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:38: warning: no comment [WARNING] public String getExceptionDeleteForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:44: warning: no comment [WARNING] public String getExceptionPatchForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:50: warning: no comment [WARNING] public String getExceptionPostForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:56: warning: no comment [WARNING] public String getExceptionPutForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:87: warning: no comment [WARNING] public void getOk() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:62: warning: no comment [WARNING] public String getOkDeleteForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:68: warning: no comment [WARNING] public String getOkPatchForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:74: warning: no comment [WARNING] public String getOkPostForm() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.java:80: warning: no comment [WARNING] public String getOkPutForm() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/DefaultViewController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewController.java:28: warning: no comment [WARNING] public class DefaultViewController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewController.java:28: warning: use of default constructor, which does not provide a comment [WARNING] public class DefaultViewController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewController.java:31: warning: no comment [WARNING] public String index() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewController.java:37: warning: no comment [WARNING] public String indexWithExtension() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/DefaultViewWithDotApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewWithDotApplication.java:27: warning: no comment [WARNING] public class DefaultViewWithDotApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewWithDotApplication.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class DefaultViewWithDotApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/DefaultViewWithoutDotApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewWithoutDotApplication.java:27: warning: no comment [WARNING] public class DefaultViewWithoutDotApplication extends Application { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/defaultview/DefaultViewWithoutDotApplication.java:27: warning: use of default constructor, which does not provide a comment [WARNING] public class DefaultViewWithoutDotApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/EncodingController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java:31: warning: use of default constructor, which does not provide a comment [WARNING] public class EncodingController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java:35: warning: no comment [WARNING] public String jsp_iso_8859_15() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java:42: warning: no comment [WARNING] public String jsp_iso_8859_15_text_html() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java:49: warning: no comment [WARNING] public String jsp_iso_8859_15_text_html_charset_utf_8() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/FailingController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/FailingController.java:29: warning: no comment [WARNING] public class FailingController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/FailingController.java:29: warning: use of default constructor, which does not provide a comment [WARNING] public class FailingController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/FailingController.java:49: warning: no comment [WARNING] public String failMvcView() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/FailingController.java:43: warning: no comment [WARNING] public String failPlainText() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/FailingController.java:36: warning: no comment [WARNING] public String success() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/FormsController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:16: warning: no comment [WARNING] public class FormsController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:16: warning: use of default constructor, which does not provide a comment [WARNING] public class FormsController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:59: warning: no comment [WARNING] public String invokeDELETE() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:25: warning: no comment [WARNING] public String invokeGET(@QueryParam("without-hidden-field") final boolean withoutHiddenField) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:35: warning: no comment [WARNING] public String invokeGETForOK() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:53: warning: no comment [WARNING] public String invokePATCH() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:41: warning: no comment [WARNING] public String invokePOST() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/FormsController.java:47: warning: no comment [WARNING] public String invokePUT() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/MixedResource.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:33: warning: no comment [WARNING] public class MixedResource { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:33: warning: use of default constructor, which does not provide a comment [WARNING] public class MixedResource { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:75: warning: no comment [WARNING] public Response createApi(@Valid Todo todo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:62: warning: no comment [WARNING] public String createMvc(@Valid @BeanParam TodoForm form) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:54: warning: no comment [WARNING] public Response indexApi() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mixedsetup/MixedResource.java:47: warning: no comment [WARNING] public String indexMvc() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/MvcController.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mvc/MvcController.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MvcController { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mvc/MvcController.java:35: warning: no comment [WARNING] public String get() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MvcViewException.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/MvcViewException.java:21: warning: no comment [WARNING] public class MvcViewException extends RuntimeException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/MvcViewException.java:25: warning: no comment [WARNING] public MvcViewException(String message) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MvcViewExceptionMapper.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/MvcViewExceptionMapper.java:30: warning: no comment [WARNING] public class MvcViewExceptionMapper implements ExceptionMapper { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/mapper/MvcViewExceptionMapper.java:30: warning: use of default constructor, which does not provide a comment [WARNING] public class MvcViewExceptionMapper implements ExceptionMapper { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/annotations/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/encoding/MyApplication.java:32: warning: use of default constructor, which does not provide a comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/MyApplication.html... [WARNING] /home/jenkins/agent/workspace/nightly/testsuite/src/main/java/org/eclipse/krazo/test/forms/MyApplication.java:7: warning: no comment [WARNING] public class MyApplication extends Application { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/NumberTransporter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/NumberTransporter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/PlainTextException.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/PlainTextExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/RedirectApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/RedirectApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/RedirectBoundaryAController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/RedirectBoundaryAController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/RedirectBoundaryBController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/RedirectBoundaryBController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/RedirectModel.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/Todo.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/TodoForm.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/TodoHolder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/AnnotationsController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/BaseController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/BaseInterface.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationConverterApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationConverterController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationDrivenConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnswerToAll.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/NumberTransporter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/class-use/AvailableConverterApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/class-use/AvailableConverterController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/AnswerToAllDoubleConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/ConverterApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/ConverterController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/NumberTransporter.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/class-use/CsrfBaseApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/class-use/CsrfBaseController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/class-use/CsrfHiddenMethodApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/class-use/CsrfHiddenMethodController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/class-use/DefaultViewController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/class-use/DefaultViewWithDotApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/class-use/DefaultViewWithoutDotApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/class-use/EncodingController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/FormsController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/RedirectModel.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/FailingController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MvcViewException.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MvcViewExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/PlainTextException.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/PlainTextExceptionMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/class-use/MixedResource.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/class-use/Todo.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/class-use/TodoForm.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/class-use/TodoHolder.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MvcController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MyApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/class-use/RedirectApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/class-use/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/class-use/RedirectBoundaryAController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/class-use/RedirectBoundaryBController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/class-use/RedirectApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/class-use/RedirectBean.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/class-use/RedirectBoundaryAController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/class-use/RedirectBoundaryBController.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/available/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/defaultview/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mixedsetup/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundary/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/org/eclipse/krazo/test/redirectboundaryonroot/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/search.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/nightly/testsuite/target/apidocs/help-doc.html... [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:2.18.1:integration-test (default) @ krazo-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-testsuite --- [INFO] artifact javax.annotation:jsr250-api: checking for updates from sonatype-nexus-staging [INFO] artifact javax.inject:javax.inject: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-resolver-provider: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-slf4j-provider: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-api: checking for updates from sonatype-nexus-staging [INFO] artifact javax.annotation:jsr250-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact javax.inject:javax.inject: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-slf4j-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.resolver:maven-resolver-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-resolver-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.resolver:maven-resolver-connector-basic: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-impl: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-transport-wagon: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-util: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-connector-basic: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.shared:maven-shared-utils: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.resolver:maven-resolver-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.resolver:maven-resolver-impl: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.resolver:maven-resolver-util: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.resolver:maven-resolver-transport-wagon: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.sisu:org.eclipse.sisu.inject: checking for updates from sonatype-nexus-staging [INFO] artifact org.fusesource.jansi:jansi: checking for updates from sonatype-nexus-staging [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.shared:maven-shared-utils: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.hamcrest:hamcrest-library: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.sisu:org.eclipse.sisu.inject: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.fusesource.jansi:jansi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-container: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact org.hamcrest:hamcrest-library: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-container: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jsoup:jsoup: checking for updates from sonatype-nexus-staging [INFO] artifact org.mockito:mockito-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.powermock:powermock-reflect: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.mockito:mockito-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jsoup:jsoup: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.xmlunit:xmlunit-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.xmlunit:xmlunit-matchers: checking for updates from sonatype-nexus-staging [INFO] artifact org.powermock:powermock-reflect: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.xmlunit:xmlunit-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.xmlunit:xmlunit-matchers: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] ch.qos.logback:logback-classic ....................... 1.2.1 -> 1.4.11 [INFO] com.google.inject:guice ............................... 4.2.1 -> 7.0.0 [INFO] commons-cli:commons-cli ................................. 1.4 -> 1.5.0 [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.apache.commons:commons-lang3 ..................... 3.8.1 -> 3.13.0 [INFO] org.apache.maven:maven-artifact ............... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-builder-support ........ 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-compat ................. 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-core ................... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-embedder ............... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-model .................. 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-model-builder .......... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-plugin-api ............. 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-repository-metadata .... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-resolver-provider ...... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-settings ............... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-settings-builder ....... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven:maven-slf4j-provider ......... 3.6.3 -> 4.0.0-alpha-8 [INFO] org.apache.maven.plugin-tools:maven-plugin-annotations ... [INFO] 3.5.2 -> 3.10.1 [INFO] org.apache.maven.resolver:maven-resolver-api ......... 1.4.1 -> 1.9.16 [INFO] org.apache.maven.resolver:maven-resolver-connector-basic ... [INFO] 1.4.1 -> 1.9.16 [INFO] org.apache.maven.resolver:maven-resolver-impl ........ 1.4.1 -> 1.9.16 [INFO] org.apache.maven.resolver:maven-resolver-spi ......... 1.4.1 -> 1.9.16 [INFO] org.apache.maven.resolver:maven-resolver-transport-wagon ... [INFO] 1.4.1 -> 1.9.16 [INFO] org.apache.maven.resolver:maven-resolver-util ........ 1.4.1 -> 1.9.16 [INFO] org.apache.maven.shared:maven-shared-utils ............ 3.2.1 -> 3.4.2 [INFO] org.apache.maven.wagon:wagon-file ..................... 3.3.4 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-http ..................... 3.3.4 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-provider-api ............. 3.3.4 -> 3.5.3 [INFO] org.codehaus.plexus:plexus-classworlds ................ 2.6.0 -> 2.7.0 [INFO] org.codehaus.plexus:plexus-component-annotations ...... 2.1.0 -> 2.1.1 [INFO] org.codehaus.plexus:plexus-interpolation ................ 1.25 -> 1.26 [INFO] org.codehaus.plexus:plexus-utils ...................... 3.2.1 -> 4.0.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.eclipse.sisu:org.eclipse.sisu.inject ........... 0.3.4 -> 0.9.0.M2 [INFO] org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.4 -> 0.9.0.M2 [INFO] org.fusesource.jansi:jansi ........................... 1.17.1 -> 2.4.1 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hamcrest:hamcrest-core ................................ 1.3 -> 2.2 [INFO] org.hamcrest:hamcrest-library ............................. 1.3 -> 2.2 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-api ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-impl-base ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.config:arquillian-config-spi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-impl-base ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-spi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-api ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-impl-base ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.container:arquillian-container-test-spi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-api ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-impl-base ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.core:arquillian-core-spi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-container ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-core ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.junit:arquillian-junit-standalone ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.junit5:arquillian-junit5-container ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.junit5:arquillian-junit5-core ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-jmx ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-servlet ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-api ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-impl-base ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.test:arquillian-test-spi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-resource ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-container ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-core ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.arquillian.testng:arquillian-testng-standalone ... [INFO] 1.7.0.Alpha14 -> 1.7.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.shrinkwrap:shrinkwrap-api ............ 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-depchain ....... 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-impl-base ...... 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap:shrinkwrap-spi ............ 1.2.6 -> 2.0.0-beta-1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven ... [INFO] 3.1.4 -> 3.2.1 [INFO] org.jsoup:jsoup ..................................... 1.12.1 -> 1.16.2 [INFO] org.mockito:mockito-core ............................. 2.21.0 -> 5.6.0 [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.powermock:powermock-reflect ....................... 1.7.4 -> 2.0.9 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.xmlunit:xmlunit-core .............................. 2.2.1 -> 2.9.1 [INFO] org.xmlunit:xmlunit-matchers .......................... 2.2.1 -> 2.9.1 [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-testsuite --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-testsuite --- [INFO] [INFO] --- failsafe:2.18.1:verify (default) @ krazo-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-testsuite --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.krazo:krazo-documentation >---------------- [INFO] Building Eclipse Krazo Documentation 4.0.0-SNAPSHOT [29/30] [INFO] from documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:2.2.3:process-asciidoc (output-html)' [INFO] [INFO] --- asciidoctor:2.2.3:process-asciidoc (output-html) @ krazo-documentation --- 2023-10-25T17:36:29.039Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/nightly/documentation/src/main/asciidoc/index.adoc [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-documentation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/documentation/target/bom.xml [INFO] attaching as krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/documentation/target/bom.json [INFO] attaching as krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-documentation --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-documentation --- [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-documentation --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-documentation --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-documentation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-documentation --- [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/target/krazo-documentation-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/documentation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] [INFO] --- deploy:3.1.0:deploy (default-deploy) @ krazo-documentation --- [INFO] [INFO] ------------< org.eclipse.krazo:krazo-jakartaee-archetype >------------- [INFO] Building Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo 4.0.0-SNAPSHOT [30/30] [INFO] from archetype/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-jakartaee-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-jakartaee-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly/archetype/src/test/resources [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ krazo-jakartaee-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-jakartaee-archetype --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/nightly/archetype/target/bom.xml [INFO] attaching as krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/nightly/archetype/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ krazo-jakartaee-archetype --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ krazo-jakartaee-archetype >>> [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ krazo-jakartaee-archetype <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ krazo-jakartaee-archetype --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ krazo-jakartaee-archetype --- [WARNING] artifact org.eclipse.krazo:krazo-jakartaee-archetype:java-source:sources:4.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-javadoc) > generate-sources @ krazo-jakartaee-archetype >>> [INFO] [INFO] <<< source:3.2.1:jar (attach-javadoc) < generate-sources @ krazo-jakartaee-archetype <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-javadoc) @ krazo-jakartaee-archetype --- [WARNING] artifact org.eclipse.krazo:krazo-jakartaee-archetype:java-source:sources:4.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ krazo-jakartaee-archetype --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jakartaee-archetype --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jakartaee-archetype --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ krazo-jakartaee-archetype --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ krazo-jakartaee-archetype --- [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.xml.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-cyclonedx.json.asc [INFO] Installing /home/jenkins/agent/workspace/nightly/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar.asc [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee-archetype --- [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ krazo-jakartaee-archetype --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Krazo Parent 4.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Krazo Parent ............................... SUCCESS [01:02 min] [INFO] Eclipse Krazo Core ................................. SUCCESS [ 26.857 s] [INFO] Eclipse Krazo Jersey ............................... SUCCESS [ 6.159 s] [INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 4.819 s] [INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [ 6.596 s] [INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [ 2.119 s] [INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [ 5.779 s] [INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [ 4.887 s] [INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [ 4.419 s] [INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [ 4.642 s] [INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [ 4.169 s] [INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [ 4.610 s] [INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [ 4.378 s] [INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [ 4.109 s] [INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [ 4.149 s] [INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [ 4.684 s] [INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [ 4.292 s] [INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [ 4.088 s] [INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [ 3.864 s] [INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [ 3.950 s] [INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [ 4.241 s] [INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [ 4.630 s] [INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [ 3.846 s] [INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [ 4.024 s] [INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [ 4.116 s] [INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [ 3.914 s] [INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [ 4.450 s] [INFO] Eclipse Krazo Testsuite ............................ SUCCESS [ 7.112 s] [INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 11.610 s] [INFO] Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo SUCCESS [ 5.704 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:59 min [INFO] Finished at: 2023-10-25T17:36:38Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 15 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-jar-plugin:3.2.0 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.7 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.codehaus.mojo:versions-maven-plugin:2.8.1 [WARNING] * org.apache.maven.plugins:maven-archetype-plugin:3.2.1 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-gpg-plugin:1.6 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.1 [WARNING] * org.apache.maven.plugins:maven-war-plugin:3.2.3 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:2.18.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [WARNING] * org.eclipse.dash:license-tool-plugin:0.0.1-SNAPSHOT [WARNING] * org.asciidoctor:asciidoctor-maven-plugin:2.2.3 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] Triggering a new build of tck-glassfish-module deprecated-tck-glassfish is disabled. Triggering skipped deprecated-tck-wildfly is disabled. Triggering skipped Triggering a new build of tck-glassfish Triggering a new build of tck-wildfly Finished: SUCCESS