You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/06 15:38:17 UTC

[PR] Bump jandex-version from 3.1.5 to 3.1.6 [camel]

dependabot[bot] opened a new pull request, #12334:
URL: https://github.com/apache/camel/pull/12334

   Bumps `jandex-version` from 3.1.5 to 3.1.6.
   Updates `io.smallrye:jandex` from 3.1.5 to 3.1.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/smallrye/jandex/releases">io.smallrye:jandex's releases</a>.</em></p>
   <blockquote>
   <h2>3.1.6</h2>
   <ul>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/343">#343</a> bump SmallRye Parent POM version</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/342">#342</a> release 3.1.6</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/341">#341</a> add an equivalence proxy for AnnotationInstance</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/340">#340</a> update Java versions in CI: remove 20 and 21-ea, add 21 and 22-ea</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/339">#339</a> allow primitive type signatures on fields</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/338">#338</a> Indexing throws an NPE in some cases</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/337">#337</a> improve error message when verifying magic bytes of the input</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/333">#333</a> Add AnnotationInstance.equivalenceHashCode()</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/smallrye/jandex/commit/7cf59dc1352b7c75e97b505184933ce1a8bf4225"><code>7cf59dc</code></a> [maven-release-plugin] prepare release 3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/ff066f045347b16e53ae684bce290e5adeebe97e"><code>ff066f0</code></a> Amendments before release</li>
   <li><a href="https://github.com/smallrye/jandex/commit/54b9d9cf831531d0249ed81607572ef22e3d6405"><code>54b9d9c</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/342">#342</a> from smallrye/release-3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/fd92a085b860fab00245022f595f40f85a3ad0f0"><code>fd92a08</code></a> release 3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/6d70792e84f00a6a0a29b81c3b4da21b4163690e"><code>6d70792</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/343">#343</a> from Ladicek/bump-parent</li>
   <li><a href="https://github.com/smallrye/jandex/commit/44ccb32dc2624e3091664ec5395247aa96ca5d53"><code>44ccb32</code></a> bump SmallRye Parent POM version</li>
   <li><a href="https://github.com/smallrye/jandex/commit/615ebfbfa9011e074a51adfd8d9a87e7143d26b8"><code>615ebfb</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/341">#341</a> from Ladicek/annotation-instance-equivalence-proxy</li>
   <li><a href="https://github.com/smallrye/jandex/commit/a41de0950ca961ac588563063cbffb3de17a3331"><code>a41de09</code></a> add an equivalence proxy for AnnotationInstance</li>
   <li><a href="https://github.com/smallrye/jandex/commit/4074e82208833dff6d7a66853d61d92a70232ddf"><code>4074e82</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/340">#340</a> from Ladicek/ci-java-versions</li>
   <li><a href="https://github.com/smallrye/jandex/commit/1d0cc1df74e14c066690689cb0198d37c76b6dca"><code>1d0cc1d</code></a> update Java versions in CI: remove 20 and 21-ea, add 21 and 22-ea</li>
   <li>Additional commits viewable in <a href="https://github.com/smallrye/jandex/compare/3.1.5...3.1.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.smallrye:jandex-maven-plugin` from 3.1.5 to 3.1.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/smallrye/jandex/releases">io.smallrye:jandex-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>3.1.6</h2>
   <ul>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/343">#343</a> bump SmallRye Parent POM version</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/342">#342</a> release 3.1.6</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/341">#341</a> add an equivalence proxy for AnnotationInstance</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/340">#340</a> update Java versions in CI: remove 20 and 21-ea, add 21 and 22-ea</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/339">#339</a> allow primitive type signatures on fields</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/338">#338</a> Indexing throws an NPE in some cases</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/337">#337</a> improve error message when verifying magic bytes of the input</li>
   <li><a href="https://redirect.github.com/smallrye/jandex/issues/333">#333</a> Add AnnotationInstance.equivalenceHashCode()</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/smallrye/jandex/commit/7cf59dc1352b7c75e97b505184933ce1a8bf4225"><code>7cf59dc</code></a> [maven-release-plugin] prepare release 3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/ff066f045347b16e53ae684bce290e5adeebe97e"><code>ff066f0</code></a> Amendments before release</li>
   <li><a href="https://github.com/smallrye/jandex/commit/54b9d9cf831531d0249ed81607572ef22e3d6405"><code>54b9d9c</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/342">#342</a> from smallrye/release-3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/fd92a085b860fab00245022f595f40f85a3ad0f0"><code>fd92a08</code></a> release 3.1.6</li>
   <li><a href="https://github.com/smallrye/jandex/commit/6d70792e84f00a6a0a29b81c3b4da21b4163690e"><code>6d70792</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/343">#343</a> from Ladicek/bump-parent</li>
   <li><a href="https://github.com/smallrye/jandex/commit/44ccb32dc2624e3091664ec5395247aa96ca5d53"><code>44ccb32</code></a> bump SmallRye Parent POM version</li>
   <li><a href="https://github.com/smallrye/jandex/commit/615ebfbfa9011e074a51adfd8d9a87e7143d26b8"><code>615ebfb</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/341">#341</a> from Ladicek/annotation-instance-equivalence-proxy</li>
   <li><a href="https://github.com/smallrye/jandex/commit/a41de0950ca961ac588563063cbffb3de17a3331"><code>a41de09</code></a> add an equivalence proxy for AnnotationInstance</li>
   <li><a href="https://github.com/smallrye/jandex/commit/4074e82208833dff6d7a66853d61d92a70232ddf"><code>4074e82</code></a> Merge pull request <a href="https://redirect.github.com/smallrye/jandex/issues/340">#340</a> from Ladicek/ci-java-versions</li>
   <li><a href="https://github.com/smallrye/jandex/commit/1d0cc1df74e14c066690689cb0198d37c76b6dca"><code>1d0cc1d</code></a> update Java versions in CI: remove 20 and 21-ea, add 21 and 22-ea</li>
   <li>Additional commits viewable in <a href="https://github.com/smallrye/jandex/compare/3.1.5...3.1.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 <dependency name> 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump jandex-version from 3.1.5 to 3.1.6 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12334:
URL: https://github.com/apache/camel/pull/12334#issuecomment-1843133240

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump jandex-version from 3.1.5 to 3.1.6 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #12334:
URL: https://github.com/apache/camel/pull/12334


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org