From 5f3a956867ba0509b59ddbab8279352c7a5dbbf7 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Thu, 2 Oct 2025 11:27:00 +0200 Subject: [PATCH 1/6] wip: test --- pom.xml | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index d1188d99240..a7f488012b2 100644 --- a/pom.xml +++ b/pom.xml @@ -1102,9 +1102,10 @@ + jhgjg 8 - 1.0.57 + 1.0.56 2.2.37 1.6.16 2.1.34 @@ -1112,24 +1113,24 @@ 2.19.2 2.11.1 2.20.0 - 1.9.0 - 4.13.2 - 1.0.0 - 3.18.0 - 2.0.9 - 1.5.16 - 3.2.1 - 1.16 - 7.10.2 - 3.5.4 - 1.49 - 0.10.2 - 5.15.2 - 2.5 - 4.3.1 - 4.5.14 - 2.46 - 20250517 + + + + + + + + + + + + + + + + + + UTF-8 From f5c8e9cc2386e015201adafc1715a8fde99a1838 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Thu, 2 Oct 2025 13:49:46 +0200 Subject: [PATCH 2/6] fix git checkout --- .github/workflows/maven-pr-3.0.yml | 4 +--- pom.xml | 37 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/.github/workflows/maven-pr-3.0.yml b/.github/workflows/maven-pr-3.0.yml index ce50dded324..ef6de310b1a 100644 --- a/.github/workflows/maven-pr-3.0.yml +++ b/.github/workflows/maven-pr-3.0.yml @@ -18,9 +18,7 @@ jobs: MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} steps: - uses: actions/checkout@v4 - name: git checkout 3.0.0 - with: - ref: 3.0.0 + name: git checkout - name: Set up Java uses: actions/setup-java@v4 with: diff --git a/pom.xml b/pom.xml index a7f488012b2..41b27c3057f 100644 --- a/pom.xml +++ b/pom.xml @@ -1102,7 +1102,6 @@ - jhgjg 8 1.0.56 @@ -1113,24 +1112,24 @@ 2.19.2 2.11.1 2.20.0 - - - - - - - - - - - - - - - - - - + 1.9.0 + 4.13.2 + 1.0.0 + 3.18.0 + 2.0.9 + 1.5.16 + 3.2.1 + 1.16 + 7.10.2 + 3.5.4 + 1.49 + 0.10.2 + 5.15.2 + 2.5 + 4.3.1 + 4.5.14 + 2.46 + 20250517 UTF-8 From aa5f9274b7aabe9856657b508b14c509503ac136 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Thu, 2 Oct 2025 16:24:53 +0200 Subject: [PATCH 3/6] test run on 3.0.74 version --- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 2 +- modules/swagger-generator/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index 2a28d919a63..1c7457a9e6e 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74-SNAPSHOT + 3.0.74 ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index f517ec35a40..70b8aac3998 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74-SNAPSHOT + 3.0.74 ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index f74444057bc..d5ca459ff34 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.73 + 3.0.74 ../.. 4.0.0 diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index 890d31c08ac..7d27fb5d838 100644 --- a/modules/swagger-generator/pom.xml +++ b/modules/swagger-generator/pom.xml @@ -4,7 +4,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74-SNAPSHOT + 3.0.74 ../.. swagger-generator diff --git a/pom.xml b/pom.xml index 41b27c3057f..36c16c54946 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom swagger-codegen-project swagger-codegen-project - 3.0.74-SNAPSHOT + 3.0.74 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git From a0c5377f7f9a0977a5180ddd82e3833f0cf52781 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Thu, 2 Oct 2025 16:59:06 +0200 Subject: [PATCH 4/6] bump codegen-generators to 1.0.57 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36c16c54946..50e6d2125d7 100644 --- a/pom.xml +++ b/pom.xml @@ -1104,7 +1104,7 @@ 8 - 1.0.56 + 1.0.57 2.2.37 1.6.16 2.1.34 From 04f0ecefe2e6ab9e7e8e153cf5c0cf57e142bdcd Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Fri, 3 Oct 2025 08:00:34 +0200 Subject: [PATCH 5/6] change solr search url --- .github/workflows/maven-pr-3.0.yml | 2 +- .github/workflows/maven-push-3.0.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-pr-3.0.yml b/.github/workflows/maven-pr-3.0.yml index ef6de310b1a..cd0ec236cfb 100644 --- a/.github/workflows/maven-pr-3.0.yml +++ b/.github/workflows/maven-pr-3.0.yml @@ -55,7 +55,7 @@ jobs: if [[ ! $GENERATORS_VERSION =~ ^.*SNAPSHOT$ ]]; then # check release version exists - export GENERATORS_FOUND_JSON=`curl -s --max-time 60 --retry 15 --connect-timeout 20 https://search.maven.org/solrsearch/select?q=g:io.swagger.codegen.v3%20AND%20a:swagger-codegen-generators%20AND%20v:${GENERATORS_VERSION}%20AND%20p:jar` + export GENERATORS_FOUND_JSON=`curl -s --max-time 60 --retry 15 --connect-timeout 20 https://central.sonatype.com/solrsearch/select?q=g:io.swagger.codegen.v3%20AND%20a:swagger-codegen-generators%20AND%20v:${GENERATORS_VERSION}%20AND%20p:jar` export GENERATORS_FOUND=`echo ${GENERATORS_FOUND_JSON} | jq '.response.numFound'` echo "GENERATORS_FOUND" ${GENERATORS_FOUND} if [[ $GENERATORS_FOUND == '0' ]]; diff --git a/.github/workflows/maven-push-3.0.yml b/.github/workflows/maven-push-3.0.yml index 8b287b2ffd6..24803733da8 100644 --- a/.github/workflows/maven-push-3.0.yml +++ b/.github/workflows/maven-push-3.0.yml @@ -61,7 +61,7 @@ jobs: if [[ ! $GENERATORS_VERSION =~ ^.*SNAPSHOT$ ]]; then # check release version exists - export GENERATORS_FOUND_JSON=`curl -s --max-time 60 --retry 15 --connect-timeout 20 https://search.maven.org/solrsearch/select?q=g:io.swagger.codegen.v3%20AND%20a:swagger-codegen-generators%20AND%20v:${GENERATORS_VERSION}%20AND%20p:jar` + export GENERATORS_FOUND_JSON=`curl -s --max-time 60 --retry 15 --connect-timeout 20 https://central.sonatype.com/solrsearch/select?q=g:io.swagger.codegen.v3%20AND%20a:swagger-codegen-generators%20AND%20v:${GENERATORS_VERSION}%20AND%20p:jar` export GENERATORS_FOUND=`echo ${GENERATORS_FOUND_JSON} | jq '.response.numFound'` echo "GENERATORS_FOUND" ${GENERATORS_FOUND} if [[ $GENERATORS_FOUND == '0' ]]; From c70a28a6c1b7e4629a9252a33265ee2fe6c38fc3 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Fri, 3 Oct 2025 10:09:20 +0200 Subject: [PATCH 6/6] revert version test bump --- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 2 +- modules/swagger-generator/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index 1c7457a9e6e..2a28d919a63 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74 + 3.0.74-SNAPSHOT ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index 70b8aac3998..f517ec35a40 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74 + 3.0.74-SNAPSHOT ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index d5ca459ff34..f74444057bc 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74 + 3.0.73 ../.. 4.0.0 diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index 7d27fb5d838..890d31c08ac 100644 --- a/modules/swagger-generator/pom.xml +++ b/modules/swagger-generator/pom.xml @@ -4,7 +4,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.74 + 3.0.74-SNAPSHOT ../.. swagger-generator diff --git a/pom.xml b/pom.xml index 50e6d2125d7..d1188d99240 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom swagger-codegen-project swagger-codegen-project - 3.0.74 + 3.0.74-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git