Skip to content

Commit a34501a

Browse files
Added comment why plugin is pinned
1 parent 28939d2 commit a34501a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@
194194
</executions>
195195
</plugin>
196196

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. -->
197201
<plugin>
198202
<groupId>io.smallrye</groupId>
199203
<artifactId>jandex-maven-plugin</artifactId>

0 commit comments

Comments
 (0)