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:
dahoud
2026-04-21 12:46:09 +00:00
parent dedfe0be4c
commit 6161ac30b0
3 changed files with 123 additions and 2 deletions

View File

@@ -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>