There was an error while loading. Please reload this page.
1 parent 28939d2 commit a34501aCopy full SHA for a34501a
1 file changed
pom.xml
@@ -194,6 +194,10 @@
194
</executions>
195
</plugin>
196
197
+ <!-- Pinned to the Jandex version bundled with Quarkus (3.21.0 → Jandex 3.2.7). Newer
198
+ jandex-maven-plugin releases (3.3.0+) write index format v13, which the Jandex reader
199
+ inside Quarkus 3.21.0 cannot parse (it only supports up to v12), breaking the Quarkus
200
+ build augmentation in objects4j-quarkus-test. Keep aligned with the Quarkus Jandex. -->
201
<plugin>
202
<groupId>io.smallrye</groupId>
203
<artifactId>jandex-maven-plugin</artifactId>
0 commit comments