chore: release 21 + jandex 3.2.4 + sendVerificationEmail retourne Response 202 + .gitignore
- pom.xml : <release>21</release> explicite, jandex 3.1.0 → 3.2.4 - UserResourceApi.sendVerificationEmail : retourne Response (202/404) au lieu de void — permet au client de discerner les cas - .gitignore complet pour Maven library Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -67,13 +67,16 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<release>21</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- Jandex Maven Plugin pour générer l'index Jandex -->
|
||||
<plugin>
|
||||
<groupId>io.smallrye</groupId>
|
||||
<artifactId>jandex-maven-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<version>3.2.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-index</id>
|
||||
|
||||
Reference in New Issue
Block a user