From c67c4c5ac887bfec7b08286f4451bb9438211dd2 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Sat, 4 Jan 2025 09:31:23 +0000 Subject: [PATCH] convert from dos line endings to unix endings --- batch-boot-jpa-sample/pom.xml | 762 +++++++-------- boot-rabbitmq-thymeleaf/pom.xml | 564 +++++------ boot-togglz-sample/pom.xml | 738 +++++++-------- boot-ultimate-redis/pom.xml | 326 +++---- graphql/boot-graphql-webflux/pom.xml | 728 +++++++------- .../db/changelog/migration/01-init.xml | 2 +- .../migration/02-create_posts_table.xml | 4 +- .../03-create_posts_comments_table.xml | 4 +- httpClients/boot-restclient/pom.xml | 318 +++---- .../boot-data-window-pagination/pom.xml | 698 +++++++------- r2dbc/boot-r2dbc-sample/pom.xml | 894 +++++++++--------- 11 files changed, 2519 insertions(+), 2519 deletions(-) diff --git a/batch-boot-jpa-sample/pom.xml b/batch-boot-jpa-sample/pom.xml index 3a8ef3020..a7bc2d91a 100644 --- a/batch-boot-jpa-sample/pom.xml +++ b/batch-boot-jpa-sample/pom.xml @@ -1,381 +1,381 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example.bootbatchjpa - batch-boot-jpa-sample - 0.0.1-SNAPSHOT - batch-boot-jpa-sample - batch-boot-jpa - - - UTF-8 - UTF-8 - - 21 - 5.2.1 - 2.8.0 - - - ${project.build.directory}/test-results - 2.43.0 - 11.1.1 - 1.2.1 - 5.0.0.4389 - 0.8.12 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-batch - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - com.h2database - h2 - runtime - - - org.postgresql - postgresql - runtime - - - org.liquibase - liquibase-core - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - org.apache.commons - commons-lang3 - - - org.instancio - instancio-core - ${instancio.version} - - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.springframework.batch - spring-batch-test - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - postgresql - test - - - org.instancio - instancio-junit - ${instancio.version} - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - org.cyclonedx - cyclonedx-maven-plugin - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.2 - - - - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example.bootbatchjpa + batch-boot-jpa-sample + 0.0.1-SNAPSHOT + batch-boot-jpa-sample + batch-boot-jpa + + + UTF-8 + UTF-8 + + 21 + 5.2.1 + 2.8.0 + + + ${project.build.directory}/test-results + 2.43.0 + 11.1.1 + 1.2.1 + 5.0.0.4389 + 0.8.12 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-batch + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.h2database + h2 + runtime + + + org.postgresql + postgresql + runtime + + + org.liquibase + liquibase-core + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + org.apache.commons + commons-lang3 + + + org.instancio + instancio-core + ${instancio.version} + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.springframework.batch + spring-batch-test + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + postgresql + test + + + org.instancio + instancio-junit + ${instancio.version} + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + org.cyclonedx + cyclonedx-maven-plugin + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.2 + + + + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/boot-rabbitmq-thymeleaf/pom.xml b/boot-rabbitmq-thymeleaf/pom.xml index 42e3e15ae..af38d4674 100644 --- a/boot-rabbitmq-thymeleaf/pom.xml +++ b/boot-rabbitmq-thymeleaf/pom.xml @@ -1,282 +1,282 @@ - - - 4.0.0 - - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example - boot-rabbitmq-thymeleaf - 0.0.1-SNAPSHOT - boot-rabbitmq-thymeleaf - Spring Boot RabbitMQ POC - - - UTF-8 - UTF-8 - 21 - - 2.43.0 - 0.8.12 - 0.80 - ${project.build.directory}/test-results - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-amqp - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.liquibase - liquibase-core - - - - com.h2database - h2 - runtime - - - org.postgresql - postgresql - runtime - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - org.webjars - webjars-locator-core - - - org.webjars - bootstrap - 5.3.3 - - - org.webjars - jquery - 3.7.1 - - - org.webjars - popper.js - 2.11.7 - - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - rabbitmq - test - - - org.testcontainers - postgresql - test - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - default-report - verify - - report - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.2 - - - - - - - compile - - check - - - - - - - - + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example + boot-rabbitmq-thymeleaf + 0.0.1-SNAPSHOT + boot-rabbitmq-thymeleaf + Spring Boot RabbitMQ POC + + + UTF-8 + UTF-8 + 21 + + 2.43.0 + 0.8.12 + 0.80 + ${project.build.directory}/test-results + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-amqp + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.liquibase + liquibase-core + + + + com.h2database + h2 + runtime + + + org.postgresql + postgresql + runtime + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + + org.webjars + webjars-locator-core + + + org.webjars + bootstrap + 5.3.3 + + + org.webjars + jquery + 3.7.1 + + + org.webjars + popper.js + 2.11.7 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + rabbitmq + test + + + org.testcontainers + postgresql + test + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + default-report + verify + + report + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.2 + + + + + + + compile + + check + + + + + + + + diff --git a/boot-togglz-sample/pom.xml b/boot-togglz-sample/pom.xml index 169c47a66..e6a7a0193 100644 --- a/boot-togglz-sample/pom.xml +++ b/boot-togglz-sample/pom.xml @@ -1,369 +1,369 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example.featuretoggle - boot-togglz-sample - 0.0.1-SNAPSHOT - boot-togglz-sample - spring boot togglz implementation - - - UTF-8 - UTF-8 - - 21 - 2.8.0 - 4.4.0 - - ${project.build.directory}/test-results - 2.43.0 - 11.1.1 - 1.2.1 - 5.0.0.4389 - 0.8.12 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-devtools - runtime - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-data-jpa - - - com.h2database - h2 - runtime - - - com.mysql - mysql-connector-j - runtime - - - org.flywaydb - flyway-core - - - org.flywaydb - flyway-mysql - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - org.apache.commons - commons-lang3 - - - - - org.togglz - togglz-spring-boot-starter - ${togglz.version} - - - org.togglz - togglz-console - ${togglz.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - mysql - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.0 - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example.featuretoggle + boot-togglz-sample + 0.0.1-SNAPSHOT + boot-togglz-sample + spring boot togglz implementation + + + UTF-8 + UTF-8 + + 21 + 2.8.0 + 4.4.0 + + ${project.build.directory}/test-results + 2.43.0 + 11.1.1 + 1.2.1 + 5.0.0.4389 + 0.8.12 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-devtools + runtime + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.h2database + h2 + runtime + + + com.mysql + mysql-connector-j + runtime + + + org.flywaydb + flyway-core + + + org.flywaydb + flyway-mysql + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + org.apache.commons + commons-lang3 + + + + + org.togglz + togglz-spring-boot-starter + ${togglz.version} + + + org.togglz + togglz-console + ${togglz.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + mysql + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.0 + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/boot-ultimate-redis/pom.xml b/boot-ultimate-redis/pom.xml index c0457014d..3d68722b2 100644 --- a/boot-ultimate-redis/pom.xml +++ b/boot-ultimate-redis/pom.xml @@ -1,163 +1,163 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example - boot-ultimate-redis - 0.0.1-SNAPSHOT - boot-ultimate-redis - Redis Implementation in Spring Boot - - - 21 - 2.43.0 - 2.18.0 - - 1.2.1 - 5.0.0.4389 - - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-cache - - - org.springframework.boot - spring-boot-starter-data-redis - - - org.apache.commons - commons-pool2 - - - commons-io - commons-io - ${commons-io.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.testcontainers - junit-jupiter - test - - - com.redis.testcontainers - testcontainers-redis - 1.6.4 - test - - - - - - - org.graalvm.buildtools - native-maven-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.2 - - - - - - - compile - - check - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example + boot-ultimate-redis + 0.0.1-SNAPSHOT + boot-ultimate-redis + Redis Implementation in Spring Boot + + + 21 + 2.43.0 + 2.18.0 + + 1.2.1 + 5.0.0.4389 + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.apache.commons + commons-pool2 + + + commons-io + commons-io + ${commons-io.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + com.redis.testcontainers + testcontainers-redis + 1.6.4 + test + + + + + + + org.graalvm.buildtools + native-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.2 + + + + + + + compile + + check + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/graphql/boot-graphql-webflux/pom.xml b/graphql/boot-graphql-webflux/pom.xml index 87aec2705..881af5517 100644 --- a/graphql/boot-graphql-webflux/pom.xml +++ b/graphql/boot-graphql-webflux/pom.xml @@ -1,364 +1,364 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example.graphql - boot-graphql-webflux - 0.0.1-SNAPSHOT - boot-graphql-webflux - Demo project for Spring Boot - - - 21 - 2.8.0 - - ${project.build.directory}/test-results - 2.43.0 - 11.1.1 - 1.2.1 - 5.0.0.4389 - 0.8.12 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-graphql - - - org.springframework.boot - spring-boot-starter-data-r2dbc - - - org.springframework.boot - spring-boot-starter-webflux - - - org.glassfish.jaxb - jaxb-runtime - provided - - - org.liquibase - liquibase-core - - - org.springframework - spring-jdbc - - - - org.postgresql - postgresql - runtime - - - org.postgresql - r2dbc-postgresql - runtime - - - - org.springdoc - springdoc-openapi-starter-webflux-ui - ${springdoc-openapi.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - io.projectreactor - reactor-test - test - - - org.springframework.graphql - spring-graphql-test - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - r2dbc - test - - - org.testcontainers - postgresql - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 2.50.0 - - - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example.graphql + boot-graphql-webflux + 0.0.1-SNAPSHOT + boot-graphql-webflux + Demo project for Spring Boot + + + 21 + 2.8.0 + + ${project.build.directory}/test-results + 2.43.0 + 11.1.1 + 1.2.1 + 5.0.0.4389 + 0.8.12 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-graphql + + + org.springframework.boot + spring-boot-starter-data-r2dbc + + + org.springframework.boot + spring-boot-starter-webflux + + + org.glassfish.jaxb + jaxb-runtime + provided + + + org.liquibase + liquibase-core + + + org.springframework + spring-jdbc + + + + org.postgresql + postgresql + runtime + + + org.postgresql + r2dbc-postgresql + runtime + + + + org.springdoc + springdoc-openapi-starter-webflux-ui + ${springdoc-openapi.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + io.projectreactor + reactor-test + test + + + org.springframework.graphql + spring-graphql-test + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + r2dbc + test + + + org.testcontainers + postgresql + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 2.50.0 + + + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/01-init.xml b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/01-init.xml index 3a40e9639..a2f5e4ebb 100644 --- a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/01-init.xml +++ b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/01-init.xml @@ -3,6 +3,6 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.2.xsd"> + https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd"> diff --git a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/02-create_posts_table.xml b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/02-create_posts_table.xml index ce0d4ac32..a1e5da72a 100644 --- a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/02-create_posts_table.xml +++ b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/02-create_posts_table.xml @@ -3,12 +3,12 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.20.xsd"> + https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd"> diff --git a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml index 22d6146dc..8d6775bad 100644 --- a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml +++ b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml @@ -3,13 +3,13 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.20.xsd"> + https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd"> diff --git a/httpClients/boot-restclient/pom.xml b/httpClients/boot-restclient/pom.xml index e8c412272..c929a18df 100644 --- a/httpClients/boot-restclient/pom.xml +++ b/httpClients/boot-restclient/pom.xml @@ -1,159 +1,159 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example.restclient - boot-restclient - 0.0.1-SNAPSHOT - boot-restclient - Demo project for Spring Boot - - - 21 - 2.8.0 - 2.43.0 - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.retry - spring-retry - - - org.springframework - spring-aspects - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.2 - - - - - - - - - - compile - - check - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example.restclient + boot-restclient + 0.0.1-SNAPSHOT + boot-restclient + Demo project for Spring Boot + + + 21 + 2.8.0 + 2.43.0 + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.2 + + + + + + + + + + compile + + check + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/jpa/keyset-pagination/boot-data-window-pagination/pom.xml b/jpa/keyset-pagination/boot-data-window-pagination/pom.xml index daa2cfb44..179e8c0d8 100644 --- a/jpa/keyset-pagination/boot-data-window-pagination/pom.xml +++ b/jpa/keyset-pagination/boot-data-window-pagination/pom.xml @@ -1,349 +1,349 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.0 - - - com.example.keysetpagination - boot-data-window-pagination - 0.0.1-SNAPSHOT - boot-data-window-pagination - boot-data-window-pagination - - - UTF-8 - UTF-8 - - 21 - 2.8.0 - 1.0.6 - - ${project.build.directory}/test-results - 2.43.0 - 11.1.1 - 1.2.1 - 5.0.0.4389 - 0.8.12 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.postgresql - postgresql - runtime - - - org.liquibase - liquibase-core - - - net.ttddyy.observation - datasource-micrometer-spring-boot - ${datasource-micrometer-boot.version} - - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - postgresql - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 2.50.0 - - - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.0 + + + com.example.keysetpagination + boot-data-window-pagination + 0.0.1-SNAPSHOT + boot-data-window-pagination + boot-data-window-pagination + + + UTF-8 + UTF-8 + + 21 + 2.8.0 + 1.0.6 + + ${project.build.directory}/test-results + 2.43.0 + 11.1.1 + 1.2.1 + 5.0.0.4389 + 0.8.12 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.postgresql + postgresql + runtime + + + org.liquibase + liquibase-core + + + net.ttddyy.observation + datasource-micrometer-spring-boot + ${datasource-micrometer-boot.version} + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + postgresql + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 2.50.0 + + + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + diff --git a/r2dbc/boot-r2dbc-sample/pom.xml b/r2dbc/boot-r2dbc-sample/pom.xml index b6acaaa81..5668c59ad 100644 --- a/r2dbc/boot-r2dbc-sample/pom.xml +++ b/r2dbc/boot-r2dbc-sample/pom.xml @@ -1,447 +1,447 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - com.example.bootr2dbc - boot-r2dbc-sample - 0.0.1-SNAPSHOT - boot-r2dbc-sample - boot-r2dbc-sample - - - UTF-8 - UTF-8 - - 21 - 2.8.0 - 1.6.3 - - ${project.build.directory}/test-results - 2.43.0 - 11.1.1 - 1.2.1 - 5.0.0.4389 - 0.8.12 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-starter-data-r2dbc - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-webflux - - - org.glassfish.jaxb - jaxb-runtime - provided - - - org.liquibase - liquibase-core - - - org.springframework - spring-jdbc - - - org.springdoc - springdoc-openapi-starter-webflux-ui - ${springdoc-openapi.version} - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - com.h2database - h2 - runtime - - - io.r2dbc - r2dbc-h2 - runtime - - - org.postgresql - postgresql - runtime - - - org.postgresql - r2dbc-postgresql - runtime - - - - org.projectlombok - lombok - true - - - org.mapstruct - mapstruct - ${org.mapstruct.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - io.projectreactor - reactor-test - test - - - org.springframework.security - spring-security-test - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - postgresql - test - - - org.testcontainers - r2dbc - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - - build-info - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - - - org.mapstruct - mapstruct-processor - ${org.mapstruct.version} - - - - org.projectlombok - lombok - ${lombok.version} - - - - org.projectlombok - lombok-mapstruct-binding - 0.2.0 - - - - true - - - -Amapstruct.suppressGeneratorTimestamp=true - - - -Amapstruct.suppressGeneratorVersionInfoComment=true - - - -Amapstruct.verbose=true - - - ${java.version} - - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.25.0 - - - - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + com.example.bootr2dbc + boot-r2dbc-sample + 0.0.1-SNAPSHOT + boot-r2dbc-sample + boot-r2dbc-sample + + + UTF-8 + UTF-8 + + 21 + 2.8.0 + 1.6.3 + + ${project.build.directory}/test-results + 2.43.0 + 11.1.1 + 1.2.1 + 5.0.0.4389 + 0.8.12 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-data-r2dbc + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-webflux + + + org.glassfish.jaxb + jaxb-runtime + provided + + + org.liquibase + liquibase-core + + + org.springframework + spring-jdbc + + + org.springdoc + springdoc-openapi-starter-webflux-ui + ${springdoc-openapi.version} + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + com.h2database + h2 + runtime + + + io.r2dbc + r2dbc-h2 + runtime + + + org.postgresql + postgresql + runtime + + + org.postgresql + r2dbc-postgresql + runtime + + + + org.projectlombok + lombok + true + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + io.projectreactor + reactor-test + test + + + org.springframework.security + spring-security-test + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + postgresql + test + + + org.testcontainers + r2dbc + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + build-info + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + + + + true + + + -Amapstruct.suppressGeneratorTimestamp=true + + + -Amapstruct.suppressGeneratorVersionInfoComment=true + + + -Amapstruct.verbose=true + + + ${java.version} + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.25.0 + + + + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + +