Skip to content

Merge remote-tracking branch 'origin/feature/nonboot-spring-mvc-demo'…

d868ffa
Select commit
Loading
Failed to load commit list.
Open

Add non Spring Boot Spring Web MVC demo for springdoc (#67) #75

Merge remote-tracking branch 'origin/feature/nonboot-spring-mvc-demo'…
d868ffa
Select commit
Loading
Failed to load commit list.
jenkins-springdoc / Jenkins failed Dec 12, 2025 in 1m 14s

Package: error in 'sh' step

Package / Shell Script

Error in sh step, with arguments mvn -Pjib package jib:build -T100.

script returned exit code 1
Build log
+ mvn -Pjib package jib:build -T100
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75@tmp/withMaven5292ea73/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75@tmp/withMaven5292ea73" 
[INFO] [jenkins-event-spy] Generate /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75@tmp/withMaven5292ea73/maven-spy-20251212-090804-9865809986103395943660.log.tmp ...
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Spring-openapi demos                                               [pom]
[INFO] demo-book-service                                                  [jar]
[INFO] demo-microservices                                                 [pom]
[INFO] config-service                                                     [jar]
[INFO] discovery-service                                                  [jar]
[INFO] employee-service                                                   [jar]
[INFO] department-service                                                 [jar]
[INFO] organization-service                                               [jar]
[INFO] gateway-service                                                    [jar]
[INFO] demo-spring-boot-3-webflux-functional                              [jar]
[INFO] demo-spring-boot-3-webflux                                         [jar]
[INFO] demo-spring-boot-3-webmvc                                          [jar]
[INFO] demo-oauth2                                                        [pom]
[INFO] oauth-authorization-server                                         [jar]
[INFO] oauth-resource-server-webflux                                      [jar]
[INFO] oauth-resource-server-webmvc                                       [jar]
[INFO] demo-person-service                                                [jar]
[INFO] demo-spring-hateoas                                                [jar]
[INFO] demo-spring-data-rest                                              [jar]
[INFO] demo-spring-cloud-function                                         [pom]
[INFO] spring-cloud-function-webmvc                                       [jar]
[INFO] spring-cloud-function-webflux                                      [jar]
[INFO] Demo Spring-boot Webflux Scalar                                    [jar]
[INFO] Demo Spring-boot Webmvc Scalar                                     [jar]
[INFO] Demo Spring Web MVC (non Spring Boot) with OpenAPI 3               [war]
[INFO] 
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 100
[INFO] 
[INFO] ---------------< org.springdoc:springdoc-openapi-demos >----------------
[INFO] Building Spring-openapi demos 3.1.7-SNAPSHOT                      [1/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ springdoc-openapi-demos ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ springdoc-openapi-demos >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ springdoc-openapi-demos <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ springdoc-openapi-demos ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ springdoc-openapi-demos ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jib-maven-plugin:3.2.0:build (default-cli) @ springdoc-openapi-demos ---
[INFO] Skipping containerization because packaging is 'pom'...
[INFO] 
[INFO] 
[INFO] 
[INFO] ------------------< org.springdoc:demo-book-service >-------------------
[INFO] Building demo-book-service 3.1.7-SNAPSHOT                         [2/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------< org.springdoc:demo-microservices >------------------
[INFO] Building demo-microservices 3.1.7-SNAPSHOT                        [3/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] --------< org.springdoc:demo-spring-boot-3-webflux-functional >---------
[INFO] Building demo-spring-boot-3-webflux-functional 3.1.7-SNAPSHOT     [4/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------< org.springdoc:demo-spring-boot-3-webflux >--------------
[INFO] Building demo-spring-boot-3-webflux 3.1.7-SNAPSHOT                [5/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------< org.springdoc:demo-spring-boot-3-webmvc >---------------
[INFO] Building demo-spring-boot-3-webmvc 3.1.7-SNAPSHOT                 [6/25]
[INFO] 
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ---------------------< org.springdoc:demo-oauth2 >----------------------
[INFO] Building demo-oauth2 3.1.7-SNAPSHOT                               [7/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] -----------------< org.springdoc:demo-person-service >------------------
[INFO] Building demo-person-service 3.1.7-SNAPSHOT                       [8/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] -----------------< org.springdoc:demo-spring-hateoas >------------------
[INFO] Building demo-spring-hateoas 3.1.7-SNAPSHOT                       [9/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] ----------------< org.springdoc:demo-spring-data-rest >-----------------
[INFO] Building demo-spring-data-rest 3.1.7-SNAPSHOT                    [10/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-microservices ---
[INFO] 
[INFO] -----------< org.springdoc:demo-spring-boot-webflux-scalar >------------
[INFO] Building Demo Spring-boot Webflux Scalar 3.1.7-SNAPSHOT          [11/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------< org.springdoc:demo-spring-cloud-function >--------------
[INFO] Building demo-spring-cloud-function 3.1.7-SNAPSHOT               [12/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] ------------< org.springdoc:demo-spring-boot-webmvc-scalar >------------
[INFO] Building Demo Spring-boot Webmvc Scalar 3.1.7-SNAPSHOT           [13/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------< org.springdoc:demo-spring-webmvc-nonboot >--------------
[INFO] Building Demo Spring Web MVC (non Spring Boot) with OpenAPI 3 3.1.7-SNAPSHOT [14/25]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-microservices >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-microservices <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-microservices ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-microservices ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-cloud-function ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-cloud-function >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-cloud-function <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-cloud-function ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-cloud-function ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-oauth2 ---
[INFO] 
[INFO] --- jib-maven-plugin:3.2.0:build (default-cli) @ demo-microservices ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-oauth2 >>>
[INFO] Skipping containerization because packaging is 'pom'...
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-oauth2 <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-oauth2 ---
[INFO] 
[INFO] -------------------< org.springdoc:gateway-service >--------------------
[INFO] Building gateway-service 3.1.7-SNAPSHOT                          [15/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------------< org.springdoc:config-service >--------------------
[INFO] Building config-service 3.1.7-SNAPSHOT                           [16/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] ------------------< org.springdoc:discovery-service >-------------------
[INFO] Building discovery-service 3.1.7-SNAPSHOT                        [17/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] ------------------< org.springdoc:department-service >------------------
[INFO] Building department-service 3.1.7-SNAPSHOT                       [18/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] -----------------< org.springdoc:organization-service >-----------------
[INFO] Building organization-service 3.1.7-SNAPSHOT                     [19/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- jib-maven-plugin:3.2.0:build (default-cli) @ demo-spring-cloud-function ---
[INFO] Skipping containerization because packaging is 'pom'...
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-oauth2 ---
[INFO] 
[INFO] -------------------< org.springdoc:employee-service >-------------------
[INFO] Building employee-service 3.1.7-SNAPSHOT                         [20/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] -------------< org.springdoc:spring-cloud-function-webmvc >-------------
[INFO] Building spring-cloud-function-webmvc 3.1.7-SNAPSHOT             [21/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- jib-maven-plugin:3.2.0:build (default-cli) @ demo-oauth2 ---
[INFO] Skipping containerization because packaging is 'pom'...
[INFO] 
[INFO] ------------< org.springdoc:oauth-resource-server-webflux >-------------
[INFO] Building oauth-resource-server-webflux 3.1.7-SNAPSHOT            [22/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] ------------< org.springdoc:spring-cloud-function-webflux >-------------
[INFO] Building spring-cloud-function-webflux 3.1.7-SNAPSHOT            [23/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --------------< org.springdoc:oauth-authorization-server >--------------
[INFO] Building oauth-authorization-server 3.1.7-SNAPSHOT               [24/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-book-service ---
[INFO] 
[INFO] -------------< org.springdoc:oauth-resource-server-webmvc >-------------
[INFO] Building oauth-resource-server-webmvc 3.1.7-SNAPSHOT             [25/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-boot-3-webmvc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-data-rest ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-webmvc-nonboot ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-hateoas ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-person-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ config-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-boot-webflux-scalar ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ oauth-resource-server-webflux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ demo-spring-boot-3-webflux-functional ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ employee-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/src/main/resources
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ organization-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-webmvc-nonboot ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-book-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ department-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-boot-3-webflux-functional ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-person-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ gateway-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ organization-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ oauth-authorization-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-hateoas ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ config-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-boot-webflux-scalar ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ employee-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-data-rest ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ oauth-resource-server-webflux ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ demo-spring-boot-3-webmvc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ discovery-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ oauth-authorization-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ discovery-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ department-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ gateway-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:compile (default-compile) @ spring-cloud-function-webflux ---
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 4 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 9 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 2 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 8 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 10 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 1 source file with javac [debug parameters release 17] to target/classes
[INFO] Compiling 5 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 1 source file with javac [debug parameters release 17] to target/classes
[INFO] Compiling 15 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 10 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 5 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 7 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 5 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 2 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 6 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 6 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 27 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 6 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 9 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 2 source files with javac [debug parameters release 17] to target/classes
[INFO] Compiling 2 source files with javac [debug parameters release 17] to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ discovery-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ config-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/config-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ config-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/discovery-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ discovery-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ config-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ discovery-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-webmvc-nonboot ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ spring-cloud-function-webflux ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webflux/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-webmvc-nonboot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-webmvc-nonboot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ spring-cloud-function-webmvc ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webmvc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ employee-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/employee-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ employee-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ employee-service ---
[INFO] 
[INFO] No sources to compile
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ spring-cloud-function-webmvc ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webmvc-scalar/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ department-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-boot-webmvc-scalar ---
[INFO] No tests to run.
[INFO] No tests to run.
[INFO] No tests to run.
[INFO] No tests to run.
[INFO] No tests to run.
[INFO] No tests to run.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/department-service/src/test/resources
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ department-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ gateway-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ department-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/gateway-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ gateway-service ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ discovery-service ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ spring-cloud-function-webmvc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ employee-service ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ department-service ---
[INFO] 
[INFO] --- maven-war-plugin:3.4.0:war (default-war) @ demo-spring-webmvc-nonboot ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ config-service ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ organization-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ gateway-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-book-service ---
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/config/SecurityConfig.java:[16,33] authorizeExchange() in org.springframework.security.config.web.server.ServerHttpSecurity has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/config/SecurityConfig.java:[21,63] and() in org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/config/SecurityConfig.java:[21,69] oauth2ResourceServer() in org.springframework.security.config.web.server.ServerHttpSecurity has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/config/SecurityConfig.java:[21,92] jwt() in org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec has been deprecated and marked for removal
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ oauth-resource-server-webflux ---
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/src/main/java/org/springdoc/demo/resource/web/controller/FooController.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ oauth-resource-server-webmvc ---
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/main/java/org/springdoc/demo/auth/SecurityConfig.java:[65,55] applyDefaultSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity) in org.springframework.security.oauth2.server.authorization.config.annotation.web.configuration.OAuth2AuthorizationServerConfiguration has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/main/java/org/springdoc/demo/auth/SecurityConfig.java:[73,55] jwt() in org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer has been deprecated and marked for removal
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/main/java/org/springdoc/demo/auth/DefaultSecurityConfig.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/main/java/org/springdoc/demo/auth/DefaultSecurityConfig.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/main/java/org/springdoc/demo/auth/DefaultSecurityConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ oauth-authorization-server ---
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/src/main/java/org/springdoc/demo/services/person/exceptions/GlobalControllerAdvice.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/src/main/java/org/springdoc/demo/services/person/exceptions/GlobalControllerAdvice.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/src/main/java/org/springdoc/demo/services/person/exceptions/GlobalControllerAdvice.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-person-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ oauth-resource-server-webflux ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-person-service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-person-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/organization-service/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ organization-service ---
[INFO] No tests to run.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/src/test/resources
[INFO] 
[INFO] No tests to run.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ oauth-authorization-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ oauth-resource-server-webmvc ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-book-service/src/test/resources
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ gateway-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-book-service ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-person-service ---
[INFO] No sources to compile
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ oauth-resource-server-webflux ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ organization-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webflux/target/spring-cloud-function-webflux-3.1.7-SNAPSHOT.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webmvc-scalar/target/demo-spring-boot-webmvc-scalar-3.1.7-SNAPSHOT.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/config-service/target/config-service-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-boot-webflux-scalar ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-boot-webmvc-scalar ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ config-service ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux/src/test/resources
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/employee-service/target/employee-service-3.1.7-SNAPSHOT.jar
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webflux-scalar/src/test/resources
[INFO] No tests to run.
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/discovery-service/target/discovery-service-3.1.7-SNAPSHOT.jar
[INFO] No sources to compile
[INFO] No sources to compile
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/gateway-service/target/gateway-service-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ oauth-authorization-server ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/target/demo-person-service-3.1.7-SNAPSHOT.jar
[INFO] No tests to run.
[INFO] Recompiling the module because of changed dependency.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ organization-service ---
[INFO] Compiling 1 source file with javac [debug parameters release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ oauth-resource-server-webflux ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ oauth-authorization-server ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/department-service/target/department-service-3.1.7-SNAPSHOT.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/target/oauth-authorization-server-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-boot-webflux-scalar ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webmvc/target/spring-cloud-function-webmvc-3.1.7-SNAPSHOT.jar
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-boot-3-webflux ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-boot-3-webflux ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-boot-webflux-scalar ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ oauth-resource-server-webmvc ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/organization-service/target/organization-service-3.1.7-SNAPSHOT.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/target/oauth-resource-server-webflux-3.1.7-SNAPSHOT.jar
[INFO] Packaging webapp
[INFO] Assembling webapp [demo-spring-webmvc-nonboot] in [/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/target/demo-spring-webmvc-nonboot]
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux/target/demo-spring-boot-3-webflux-3.1.7-SNAPSHOT.jar
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-boot-webflux-scalar ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/target/oauth-resource-server-webmvc-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ discovery-service ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-data-rest ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-data-rest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-data-rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-data-rest ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-data-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webflux-scalar/target/demo-spring-boot-webflux-scalar-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ gateway-service ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ oauth-resource-server-webflux ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ oauth-authorization-server ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-boot-webflux-scalar ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ organization-service ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ employee-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-data-rest/target/demo-spring-data-rest-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-person-service ---
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/src/main/webapp]
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ department-service ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-data-rest ---
[INFO] Building war: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/target/demo-spring-webmvc-nonboot.war
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-book-service ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/target/demo-person-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/target/demo-person-service-3.1.7-SNAPSHOT.jar.original
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webmvc-scalar/target/demo-spring-boot-webmvc-scalar-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webmvc-scalar/target/demo-spring-boot-webmvc-scalar-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-person-service >>>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-boot-webmvc-scalar >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-person-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-person-service ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-boot-webmvc-scalar <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-boot-webmvc-scalar ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webmvc/target/spring-cloud-function-webmvc-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webmvc/target/spring-cloud-function-webmvc-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ spring-cloud-function-webmvc >>>
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/target/oauth-authorization-server-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/target/oauth-authorization-server-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ spring-cloud-function-webmvc <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ oauth-authorization-server >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ oauth-authorization-server <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ oauth-authorization-server ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webflux/target/spring-cloud-function-webflux-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webflux/target/spring-cloud-function-webflux-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ spring-cloud-function-webflux >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ spring-cloud-function-webflux <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ spring-cloud-function-webflux ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webflux/target/spring-cloud-function-webflux-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-person-service/target/demo-person-service-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webmvc-scalar/target/demo-spring-boot-webmvc-scalar-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-authorization-server/target/oauth-authorization-server-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-cloud-function/spring-cloud-function-webmvc/target/spring-cloud-function-webmvc-3.1.7-SNAPSHOT-sources.jar
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/config-service/target/config-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/config-service/target/config-service-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ config-service >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ config-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ config-service ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/config-service/target/config-service-3.1.7-SNAPSHOT-sources.jar
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webflux-scalar/target/demo-spring-boot-webflux-scalar-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webflux-scalar/target/demo-spring-boot-webflux-scalar-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-boot-webflux-scalar >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-boot-webflux-scalar <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-boot-webflux-scalar ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux/target/demo-spring-boot-3-webflux-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux/target/demo-spring-boot-3-webflux-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-boot-3-webflux >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-boot-3-webflux <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-hateoas ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-hateoas/src/test/resources
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-webflux-scalar/target/demo-spring-boot-webflux-scalar-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-hateoas ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-hateoas ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/organization-service/target/organization-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/organization-service/target/organization-service-3.1.7-SNAPSHOT.jar.original
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-hateoas ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux/target/demo-spring-boot-3-webflux-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ organization-service >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ organization-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ organization-service ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-data-rest/target/demo-spring-data-rest-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-data-rest/target/demo-spring-data-rest-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-data-rest >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-data-rest <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-data-rest ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/employee-service/target/employee-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/employee-service/target/employee-service-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ employee-service >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ employee-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ employee-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-hateoas/target/demo-spring-hateoas-3.1.7-SNAPSHOT.jar
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/gateway-service/target/gateway-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/gateway-service/target/gateway-service-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ gateway-service >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ gateway-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ gateway-service ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/target/oauth-resource-server-webflux-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/target/oauth-resource-server-webflux-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ oauth-resource-server-webflux >>>
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/organization-service/target/organization-service-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ oauth-resource-server-webflux <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ oauth-resource-server-webflux ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-data-rest/target/demo-spring-data-rest-3.1.7-SNAPSHOT-sources.jar
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/department-service/target/department-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/department-service/target/department-service-3.1.7-SNAPSHOT.jar.original
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/employee-service/target/employee-service-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ department-service >>>
[INFO] 
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webflux/target/oauth-resource-server-webflux-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/gateway-service/target/gateway-service-3.1.7-SNAPSHOT-sources.jar
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ department-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ department-service ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/discovery-service/target/discovery-service-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/discovery-service/target/discovery-service-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ discovery-service >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ discovery-service <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ discovery-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/discovery-service/target/discovery-service-3.1.7-SNAPSHOT-sources.jar
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-microservices/department-service/target/department-service-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-boot-webmvc-scalar ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/target/oauth-resource-server-webmvc-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/target/oauth-resource-server-webmvc-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oauth-authorization-server ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ oauth-resource-server-webmvc >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ oauth-resource-server-webmvc <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-person-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-oauth2/oauth-resource-server-webmvc/target/oauth-resource-server-webmvc-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ discovery-service ---
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ spring-cloud-function-webflux ---
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-boot-3-webflux ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ config-service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-boot-webflux-scalar ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ organization-service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ gateway-service ---
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-data-rest ---
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oauth-resource-server-webflux ---
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-hateoas ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ department-service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ spring-cloud-function-webmvc ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ employee-service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oauth-resource-server-webmvc ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-webmvc-nonboot ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-webmvc-nonboot >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-webmvc-nonboot <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-webmvc-nonboot ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-webmvc-nonboot/target/demo-spring-webmvc-nonboot-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-webmvc-nonboot ---
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75@tmp/withMaven5292ea73/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75@tmp/withMaven5292ea73" 
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-hateoas/target/demo-spring-hateoas-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-hateoas/target/demo-spring-hateoas-3.1.7-SNAPSHOT.jar.original
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ demo-spring-hateoas >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ demo-spring-hateoas <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ demo-spring-hateoas ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-hateoas/target/demo-spring-hateoas-3.1.7-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ demo-spring-hateoas ---
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/api/PetApiDelegateImpl.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/api/PetApiDelegateImpl.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/api/PetApiDelegateImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/repository/HashMapRepository.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/repository/HashMapRepository.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/main/java/org/springdoc/demo/app2/repository/HashMapRepository.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-boot-3-webmvc ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-boot-3-webmvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-boot-3-webmvc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-boot-3-webmvc ---
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux-functional/src/main/java/org/springdoc/demo/app4/user/UserHandler.java: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux-functional/src/main/java/org/springdoc/demo/app4/user/UserHandler.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux-functional/src/main/java/org/springdoc/demo/app4/user/UserHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/target/demo-spring-boot-3-webmvc-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ demo-spring-boot-3-webflux-functional ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux-functional/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.14.0:testCompile (default-testCompile) @ demo-spring-boot-3-webflux-functional ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.5.3:test (default-test) @ demo-spring-boot-3-webflux-functional ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-boot-3-webmvc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ demo-spring-boot-3-webflux-functional ---
[INFO] Building jar: /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webflux-functional/target/demo-spring-boot-3-webflux-functional-3.1.7-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:3.5.5:repackage (repackage) @ demo-spring-boot-3-webflux-functional ---
[INFO] Replacing main artifact /var/lib/jenkins/workspace/springdoc-openapi-demos_PR-75/demo-spring-boot-3-webmvc/target/demo-spring-boot-3-webmvc-3.1.7-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
Output truncated.

Details

  • checkout (5.4 sec)
  • Clean (4.7 sec)
  • Package (1 min 3 sec)
    Error: script returned exit code 1