Skip to content

Commit dc6bce2

Browse files
committed
Keep spring-boot-4 CI on current snapshot
The spring-boot-4 root project now uses 3.0.4-SNAPSHOT, but the test reactor modules still parented to 3.0.3-SNAPSHOT. The GitHub Actions Maven package job activates the ci profile, includes springdoc-openapi-tests, and fails while reading the reactor before any project tests can run. Align those test module parent versions with the root snapshot and correct the new Swagger UI regression test author tag. Constraint: Java CI with Maven runs the default ci profile, which includes springdoc-openapi-tests Rejected: Change the workflow to exclude springdoc-openapi-tests | hides the branch-level parent version mismatch instead of fixing the reactor Confidence: high Scope-risk: narrow Tested: mvn -B validate --file pom.xml Not-tested: Full package success; after the POM fix, local package progresses past the original CI failure and reaches existing springdoc-openapi-javadoc-tests expectation failures
1 parent 3676ab8 commit dc6bce2

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

  • springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app42
  • springdoc-openapi-tests
    • springdoc-openapi-actuator-webflux-tests
    • springdoc-openapi-actuator-webmvc-tests
    • springdoc-openapi-data-rest-tests
    • springdoc-openapi-function-webflux-tests
    • springdoc-openapi-function-webmvc-tests
    • springdoc-openapi-groovy-tests
    • springdoc-openapi-hateoas-tests
    • springdoc-openapi-javadoc-tests
    • springdoc-openapi-kotlin-webflux-tests
    • springdoc-openapi-kotlin-webmvc-tests
    • springdoc-openapi-security-tests

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app42/SpringDocApp42Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
* Tests per-request Swagger UI index transformations.
4848
*
49-
* @author hangwanhui
49+
* @author limehee
5050
*/
5151
public class SpringDocApp42Test extends AbstractSpringDocTest {
5252

springdoc-openapi-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<packaging>pom</packaging>
88
<modelVersion>4.0.0</modelVersion>

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-data-rest-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-data-rest-tests</artifactId>

springdoc-openapi-tests/springdoc-openapi-function-webflux-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-function-webmvc-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-groovy-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi-tests</artifactId>
6-
<version>3.0.3-SNAPSHOT</version>
6+
<version>3.0.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>springdoc-openapi-groovy-tests</artifactId>
99
<name>${project.artifactId}</name>

springdoc-openapi-tests/springdoc-openapi-hateoas-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-hateoas-tests</artifactId>

springdoc-openapi-tests/springdoc-openapi-javadoc-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.springdoc</groupId>
44
<artifactId>springdoc-openapi-tests</artifactId>
5-
<version>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

0 commit comments

Comments
 (0)