smallrye / smallrye-llm

Experimentation around LLM and MicroProfile
Apache License 2.0
13 stars 5 forks source link

Bump io.smallrye:jandex-maven-plugin from 3.1.2 to 3.1.8 #57

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps io.smallrye:jandex-maven-plugin from 3.1.2 to 3.1.8.

Release notes

Sourced from io.smallrye:jandex-maven-plugin's releases.

3.1.8

  • #365 release 3.1.8, second attempt
  • #364 release 3.1.8
  • #363 Memory improvements
  • #360 Add ClassInfo.method(String, List)
  • #359 Add ClassInfo.method(String, List)

3.1.7

  • #357 Release 3.1.7
  • #353 Bump org.postgresql:postgresql from 42.5.1 to 42.7.2 in /maven-plugin/src/it/someLibraries
  • #352 Fix class ordering when propagating type annotations, take two
  • #351 add Type.create(Class)
  • #350 add support for boxing/unboxing of primitive types
  • #349 Comparison method violates its general contract!
  • #344 Update plugin dependencies

3.1.6

  • #343 bump SmallRye Parent POM version
  • #342 release 3.1.6
  • #341 add an equivalence proxy for AnnotationInstance
  • #340 update Java versions in CI: remove 20 and 21-ea, add 21 and 22-ea
  • #339 allow primitive type signatures on fields
  • #338 Indexing throws an NPE in some cases
  • #337 improve error message when verifying magic bytes of the input
  • #333 Add AnnotationInstance.equivalenceHashCode()

3.1.5

  • #331 release 3.1.5
  • #330 release 3.1.4
  • #329 improve AnnotationInstance.hashCode()
  • #328 Maven plugin: support containing a path
  • #327 Migrating from Jandex maven plugin 1.1.1 to 3.1.3 fails to create intermediate directories when generating an index

3.1.3

  • #326 improve Jandex Maven plugin documentation
  • #325 release 3.1.3
  • #324 restore serialization compatibility with Jandex 2
  • #321 add MethodInfo.isStaticInitializer()
  • #320 Allow configuring persistent index format version in the Maven plugin
  • #319 Add good first issues and codeowners file
  • #318 Establish the notion of annotation instance equivalence
  • #317 Reduce allocations when creating immutable array-backed lists
  • #316 Bump guava from 29.0-jre to 32.0.0-jre in /maven-plugin/src/it/someLibraries
  • #315 support directory in jar
  • #314 classloader.getResource(entryName) return null
  • #137 Configurable persistent index format version in the Maven plugin
Commits
  • b827ceb [maven-release-plugin] prepare release 3.1.8
  • 1de4a6f Amendments before release
  • 426e265 Merge pull request #365 from smallrye/release-3.1.8
  • 09363fe release 3.1.8, second attempt
  • 7c55db3 Merge pull request #364 from smallrye/release-3.1.8
  • 82da57b release 3.1.8
  • 5723b37 Merge pull request #363 from Ladicek/memory-improvements
  • 261a828 move seldom used fields of ClassInfo to a separate class
  • 683a48f move seldom used fields of MethodInternal to a separate class
  • a1921fa replace lists with arrays in Index
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)