Skip to content

chore(deps): update dependency io.smallrye:jandex-maven-plugin to v3.5.3#633

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.smallrye.jandex.plugin.version
Open

chore(deps): update dependency io.smallrye:jandex-maven-plugin to v3.5.3#633
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.smallrye.jandex.plugin.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence
io.smallrye:jandex-maven-plugin (source) 3.1.83.5.3 age confidence

Release Notes

smallrye/jandex (io.smallrye:jandex-maven-plugin)

v3.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: smallrye/jandex@3.5.2...3.5.3

v3.5.2

Compare Source

What's Changed

Full Changelog: smallrye/jandex@3.5.1...3.5.2

v3.5.1

Compare Source

What's Changed

Full Changelog: smallrye/jandex@3.5.0...3.5.1

v3.5.0

Compare Source

  • #​575 Jandex2Gizmo#classDescOf() should use the ClassDesc cache
  • #​574 Annotations in Method hashCode?
  • #​568 Reproducible Jandex indexes
  • #​561 Should we move ArC Methods.MethodKey into Jandex?
  • #​560 Should we cache ArrayType#name() result for the usual suspects?

v3.4.0

Compare Source

  • #​543 fix type annotations on the outermost annotatable type of a nested type
  • #​544 Gizmo 2 integration

v3.3.2

Compare Source

  • #​529 fix comment in ClassInfo.simpleName()
  • #​538 expose the implicit Object bound in the TypeVariable public API
  • #​540 intern EquivalenceKeys for primitive types and class types of java.*

v3.3.1

Compare Source

  • #​526 ClassInfo#simpleName() behaves inconsistently for nested/top-level classes with a dollar sign in name
  • #​519 Add IndexView deprecated javadoc notices
  • #​514 add module-info.class

v3.3.0

Compare Source

  • #​513 release 3.3.0
  • #​512 Bump actions/create-github-app-token from 1 to 2
  • #​511 add IndexView.getKnownDirectImplementations() and getAllKnownImplementations()
  • #​510 add ClassInfo.enclosingClassAlways()
  • #​509 allow figuring out the enclosing class of a local/anonymous class declared in a static/instance/field initializer
  • #​508 Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
  • #​507 Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4
  • #​506 Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1
  • #​505 Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2
  • #​504 Bump version.groovy from 4.0.25 to 4.0.26
  • #​503 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
  • #​502 Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0

v3.2.7

Compare Source

  • #​500 release 3.2.7
  • #​499 Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1
  • #​498 Fix detection of Object type in AnnotationOverlayImpl#annotation
  • #​497 AnnotationOverlayImpl#annotation does not detect Object properly when searching for inherited annotations

v3.2.6

Compare Source

  • #​496 release 3.2.6
  • #​495 improve performance of the annotation overlay

v3.2.5

Compare Source

  • #​493 release 3.2.5
  • #​492 fix losing type annotations with different visibility
  • #​491 fix ClassInfo.canonicalRecordConstructor()

v3.2.4

Compare Source

  • #​490 Release 3.2.4
  • #​489 Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
  • #​488 Add JandexReflection.loadType()
  • #​487 Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0
  • #​486 Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
  • #​484 Bump version.groovy from 4.0.24 to 4.0.25
  • #​483 Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1
  • #​482 Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11
  • #​481 Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
  • #​480 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0
  • #​478 Bump version.groovy from 4.0.23 to 4.0.24
  • #​477 Bump net.bytebuddy:byte-buddy from 1.15.7 to 1.15.10
  • #​476 Bump version.maven-plugin-tools from 3.15.0 to 3.15.1

v3.2.3

Compare Source

  • #​475 release 3.2.3
  • #​474 Allow pages.yml to be called by other workflows
  • #​473 release 3.2.3-RC1, tenth attempt
  • #​472 Fix invalid HTML in Type.parse() javadoc
  • #​471 Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7
  • #​470 release 3.2.3-RC1, ninth attempt
  • #​469 Use the proper prepare-release.yml workflow again
  • #​468 release 3.2.3-RC1, eighth attempt
  • #​467 release 3.2.3-RC1, seventh attempt
  • #​466 release 3.2.3-RC1, sixth attempt
  • #​465 Use my fork of the prepare-release.yml workflow to verify the checkout-git-ref input
  • #​464 release 3.2.3-RC1, fifth attempt
  • #​463 Comment out configuration that does not exist yet
  • #​462 release 3.2.3-RC1, fourth attempt
  • #​461 Various improvements to the release process
  • #​460 release 3.2.3-RC1, third attempt
  • #​459 Read project metadata in before/after release actions
  • #​458 release 3.2.3-RC1, second attempt
  • #​457 Checkout in before/after release actions
  • #​456 release 3.2.3-RC1
  • #​455 Use new release workflow with common SmallRye release actions
  • #​454 Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
  • #​453 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1
  • #​452 Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3
  • #​451 Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5
  • #​450 Bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4
  • #​449 Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2
  • #​448 Use Java 23 instead of 22 in CI
  • #​447 Bump net.bytebuddy:byte-buddy from 1.15.2 to 1.15.3
  • #​446 Add Release Procedure
  • #​445 Bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.2
  • #​444 Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
  • #​443 Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2
  • #​442 Add Type.parse()
  • #​441 Bump io.smallrye:smallrye-build-parent from 45 to 46
  • #​440 Bump version.groovy from 4.0.22 to 4.0.23
  • #​438 Bump com.igormaznitsa:mvn-jlink-wrapper from 1.2.3 to 1.2.4
  • #​437 Fix Index.singleClass() when the passed class file is in fact a module descriptor
  • #​436 Exception in Index.singleClass() when applied to module-info.class
  • #​435 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1
  • #​434 Bump org.apache.ant:ant from 1.10.14 to 1.10.15
  • #​433 Bump version.maven-plugin-tools from 3.13.1 to 3.15.0
  • #​431 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0
  • #​430 Bump version.maven from 3.9.8 to 3.9.9
  • #​428 Bump burrunan/gradle-cache-action from 1.22 to 2
  • #​426 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0
  • #​425 Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1

v3.2.2

Compare Source

  • #​424 release 3.2.2, second attempt
  • #​423 reformat source code
  • #​422 release 3.2.2
  • #​421 Rename ClassInfo.canonicalConstructor() to canonicalRecordConstructor()
  • #​420 replace ClassInfo.unsorted* with *InDeclarationOrder
  • #​419 add ClassInfo.canonicalConstructor()
  • #​418 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0
  • #​417 Improve javadoc of ClassInfo.fields(), methods() and recordComponents()
  • #​416 Bump burrunan/gradle-cache-action from 1.19 to 1.22

v3.2.1

Compare Source

  • #​415 release 3.2.1, second attempt
  • #​414 Make sure all annotations in the annotation overlay have target
  • #​413 improve GitHub Actions setup
  • #​412 release 3.2.1
  • #​411 Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18
  • #​410 Bump io.smallrye:smallrye-build-parent from 44 to 45
  • #​409 Added indexVersion parameter to the jandex-jar goal
  • #​407 Bump version.groovy from 4.0.21 to 4.0.22
  • #​406 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
  • #​405 Bump com.igormaznitsa:mvn-jlink-wrapper from 1.2.2 to 1.2.3
  • #​404 Avoid having a ton of empty HashMaps in memory
  • #​403 Bump version.maven from 3.9.7 to 3.9.8
  • #​401 improve javadoc of AnnotationOverlay.annotation()
  • #​400 Bump io.smallrye:smallrye-build-parent from 43 to 44
  • #​399 Bump version.maven-plugin-tools from 3.13.0 to 3.13.1
  • #​397 Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17
  • #​396 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.14 to 1.7.0
  • #​395 Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.3.0
  • #​394 Bump org.knowm.xchart:xchart from 3.8.1 to 3.8.8
  • #​393 Bump org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9
  • #​392 Bump io.smallrye:smallrye-build-parent from 42 to 43
  • #​391 Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • #​390 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
  • #​389 Bump version.groovy from 4.0.16 to 4.0.21
  • #​388 Bump actions/setup-java from 3 to 4
  • #​387 Bump com.google.code.gson:gson from 2.8.9 to 2.11.0
  • #​386 Bump org.openjdk.jmh:jmh-core from 1.35 to 1.37
  • #​385 Bump com.igormaznitsa:mvn-jlink-wrapper from 1.1.1 to 1.2.2
  • #​384 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.6.14
  • #​383 Bump version.maven from 3.8.1 to 3.9.7
  • #​382 Bump org.codehaus.plexus:plexus-compiler-eclipse from 2.11.1 to 2.15.0
  • #​381 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.7.0
  • #​380 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0
  • #​379 Bump actions/setup-node from 3 to 4
  • #​378 Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.16
  • #​377 Bump actions/upload-artifact from 3 to 4
  • #​376 Bump version.maven-plugin-tools from 3.10.2 to 3.13.0
  • #​375 Bump actions/checkout from 3 to 4
  • #​374 Bump stCarolas/setup-maven from 4.5 to 5
  • #​373 Bump burrunan/gradle-cache-action from 1.6 to 1.19
  • #​372 use Java GitHub action for release
  • #​371 improve allocations in the annotation overlay

v3.2.0

Compare Source

  • #​370 release 3.2.0
  • #​368 move to next minor version, 3.2.0
  • #​361 add annotation overlay
  • #​356 skip Jandex Maven plugin execution for POM packaging
  • #​355 Skip Plugin Execution on packaging type pom
  • #​354 improve Index[View].getKnownUsers()
  • #​348 Add support for sealed classes
  • #​347 Reduce hash collisions when interning type variable references
  • #​346 Add empty and stacked indexes
  • #​322 Indexing takes over 100x longer on big file
  • #​255 Add an annotation overlay
  • #​167 Add support for sealed classes
  • #​142 Add a "stacked" composite index

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 26, 2026 22:18
@renovate renovate bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Jan 26, 2026
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Jan 26, 2026
@andrewazores andrewazores added blocked and removed needs-triage Needs thorough attention from code reviewers labels Jan 26, 2026
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-49b9bd61067228977c8a1dec464e02a5d078cd35-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-49b9bd61067228977c8a1dec464e02a5d078cd35-linux bash smoketest.bash

@renovate renovate bot force-pushed the renovate/io.smallrye.jandex.plugin.version branch from 49b9bd6 to d689345 Compare February 17, 2026 20:11
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-d6893450bbbf5a508f18c6a261e346da04241674-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-d6893450bbbf5a508f18c6a261e346da04241674-linux bash smoketest.bash

@renovate renovate bot force-pushed the renovate/io.smallrye.jandex.plugin.version branch from d689345 to 9ee580b Compare February 17, 2026 20:30
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-9ee580bcab0b32da2f13e584e6db3a56d5732ea6-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-9ee580bcab0b32da2f13e584e6db3a56d5732ea6-linux bash smoketest.bash

@renovate renovate bot force-pushed the renovate/io.smallrye.jandex.plugin.version branch from 9ee580b to fd2b2f9 Compare February 17, 2026 20:50
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-fd2b2f9cfa535fa69dac24822c58d12961b10b67-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-fd2b2f9cfa535fa69dac24822c58d12961b10b67-linux bash smoketest.bash

@renovate renovate bot force-pushed the renovate/io.smallrye.jandex.plugin.version branch from fd2b2f9 to a0ac9c2 Compare February 17, 2026 21:20
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-a0ac9c2da168147dd1dab6d29a064742353a6c78-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-a0ac9c2da168147dd1dab6d29a064742353a6c78-linux bash smoketest.bash

@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-633-a0ac9c2da168147dd1dab6d29a064742353a6c78-linux

To run smoketest:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-633-a0ac9c2da168147dd1dab6d29a064742353a6c78-linux bash smoketest.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant