From 6893b70ea7e8a40a0490d2f6781fdb6d61dcf908 Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 16 Oct 2024 09:00:55 +0200 Subject: [PATCH 1/2] fix typo in package name --- .../testing/{persistance => persistence}/PersistenceAssert.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/java/it/aboutbits/springboot/testing/{persistance => persistence}/PersistenceAssert.java (98%) diff --git a/src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java b/src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java similarity index 98% rename from src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java rename to src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java index 7b9826e..2a87018 100644 --- a/src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java +++ b/src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java @@ -1,4 +1,4 @@ -package it.aboutbits.springboot.testing.persistance; +package it.aboutbits.springboot.testing.persistence; import it.aboutbits.springboot.testing.spring.BeanAccessor; import it.aboutbits.springboot.toolbox.persistence.ChangeAware; From 3d123c5f10311c97461e26a1c3717df48de6c4d5 Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 16 Oct 2024 11:38:04 +0200 Subject: [PATCH 2/2] update config --- .github/workflows/maven-settings.xml | 10 ++ .idea/codeStyles/Project.xml | 13 ++ .idea/misc.xml | 7 +- checkstyle-suppressions.xml | 12 -- checkstyle.xml | 207 --------------------------- pom.xml | 24 +++- 6 files changed, 47 insertions(+), 226 deletions(-) delete mode 100644 checkstyle-suppressions.xml delete mode 100644 checkstyle.xml diff --git a/.github/workflows/maven-settings.xml b/.github/workflows/maven-settings.xml index df833df..ea453f2 100644 --- a/.github/workflows/maven-settings.xml +++ b/.github/workflows/maven-settings.xml @@ -20,6 +20,16 @@ https://maven.pkg.github.com/aboutbits/* + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/aboutbits/* + + diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3baea1a..7908617 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,12 +1,22 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index ef964bb..4d81fe9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ + + + + + \ No newline at end of file + diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml deleted file mode 100644 index 15eaff5..0000000 --- a/checkstyle-suppressions.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 8621aa5..0000000 --- a/checkstyle.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 5f6877d..8aa326a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,11 +19,20 @@ 21 + + + + it.aboutbits + spring-boot-toolbox + 1.0.0-RC4 + + + + it.aboutbits spring-boot-toolbox - 1.0.0-RC2 @@ -59,12 +68,10 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.1 + 3.5.0 checkstyle.xml - - checkstyle-suppressions.xml - + checkstyle-suppressions.xml true true true @@ -83,7 +90,12 @@ com.puppycrawl.tools checkstyle - 10.3.4 + 10.18.1 + + + it.aboutbits + java-checkstyle-config + 1.0.1