Skip to content

Commit 9523fd0

Browse files
committed
feat: include IdempotencyOpenAPIAutoConfiguration in @EnableOpenApiGen
Add `IdempotencyOpenAPIAutoConfiguration` to the list of imported configurations in the `@EnableOpenApiGen` annotation for extending OpenAPI generation support to idempotency features.
1 parent aa6180c commit 9523fd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.fireflyframework</groupId>
99
<artifactId>fireflyframework-parent</artifactId>
10-
<version>26.02.07</version>
10+
<version>26.04.01</version>
1111
<relativePath/>
1212
</parent>
1313

1414
<artifactId>fireflyframework-web</artifactId>
15-
<version>26.02.07</version>
15+
<version>26.04.01</version>
1616
<packaging>jar</packaging>
1717

1818
<name>Firefly Framework - Web</name>

0 commit comments

Comments
 (0)