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/21 17:04:26 UTC

[PR] Bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA [camel]

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

   Bumps [org.javassist:javassist](https://github.com/jboss-javassist/javassist) from 3.29.2-GA to 3.30.1-GA.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jboss-javassist/javassist/releases">org.javassist:javassist's releases</a>.</em></p>
   <blockquote>
   <h2>Javassist 3.30.1-GA</h2>
   <p>Fixes a bug in MANIFEST.MF (Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/471">#471</a> and PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/472">#472</a>)</p>
   <h2>Javassist 3.30.0-GA</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>try to fix trivial link error by <a href="https://github.com/fanofxiaofeng"><code>@​fanofxiaofeng</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/434">jboss-javassist/javassist#434</a></li>
   <li>fixes Issue 462 (In Java21, the ConstPool API throws NPE for MethodParameters attributes without parameter names) by <a href="https://github.com/wuwen5"><code>@​wuwen5</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/463">jboss-javassist/javassist#463</a></li>
   <li>Fix MemberResolver.lookupMethod bug when super class has more precise… by <a href="https://github.com/shifujun"><code>@​shifujun</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/466">jboss-javassist/javassist#466</a></li>
   <li>Fix issue in no-standard [new] instruction replace by <a href="https://github.com/catsalty"><code>@​catsalty</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/448">jboss-javassist/javassist#448</a></li>
   <li>Remove DUP check in TransformNewClass by <a href="https://github.com/shifujun"><code>@​shifujun</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/467">jboss-javassist/javassist#467</a></li>
   <li>Update tutorial.html: <code>javassist.util.HotSwapper</code> by <a href="https://github.com/vimfun"><code>@​vimfun</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/468">jboss-javassist/javassist#468</a></li>
   <li>Fix insertAuxInitializer may cause inconsistent stack height problem by <a href="https://github.com/shifujun"><code>@​shifujun</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/469">jboss-javassist/javassist#469</a></li>
   <li>Minimal changes make IDEA 2023.2 work out-of-box by <a href="https://github.com/shifujun"><code>@​shifujun</code></a> in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/470">jboss-javassist/javassist#470</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/fanofxiaofeng"><code>@​fanofxiaofeng</code></a> made their first contribution in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/434">jboss-javassist/javassist#434</a></li>
   <li><a href="https://github.com/catsalty"><code>@​catsalty</code></a> made their first contribution in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/448">jboss-javassist/javassist#448</a></li>
   <li><a href="https://github.com/vimfun"><code>@​vimfun</code></a> made their first contribution in <a href="https://redirect.github.com/jboss-javassist/javassist/pull/468">jboss-javassist/javassist#468</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/jboss-javassist/javassist/compare/rel_3_29_2_ga...rel_3_30_0_ga">https://github.com/jboss-javassist/javassist/compare/rel_3_29_2_ga...rel_3_30_0_ga</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jboss-javassist/javassist/blob/master/Changes.md">org.javassist:javassist's changelog</a>.</em></p>
   <blockquote>
   <h3>Changes</h3>
   <h4>version 3.30.1 on December 17, 2023</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/471">#471</a></li>
   </ul>
   <h4>version 3.30 on December 17, 2023</h4>
   <ul>
   <li>GitHub PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/434">#434</a>, 448, 463 (Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/462">#462</a>), 466, 467, 468, 469, 470,</li>
   </ul>
   <h4>version 3.29.2 on September 14, 2022</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/427">#427</a>.</li>
   </ul>
   <h4>version 3.29.1 on August 11, 2022</h4>
   <ul>
   <li>
   <p>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/423">#423</a>.</p>
   </li>
   <li>
   <p><code>Readme.html</code> was deleted (GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/414">#414</a>).</p>
   </li>
   </ul>
   <h4>version 3.29 on May 13, 2022</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/378">#378</a>, PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/278">#278</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/299">#299</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/382">#382</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/383">#383</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/390">#390</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/391">#391</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/395">#395</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/399">#399</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/409">#409</a>.</li>
   </ul>
   <h4>version 3.28 on May 8, 2021</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/305">#305</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/328">#328</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/339">#339</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/350">#350</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/357">#357</a>, and PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/363">#363</a>.</li>
   </ul>
   <h4>version 3.27 on March 19, 2020</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/271">#271</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/279">#279</a>), <a href="https://redirect.github.com/jboss-javassist/javassist/issues/280">#280</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/281">#281</a>), <a href="https://redirect.github.com/jboss-javassist/javassist/issues/282">#282</a>, and PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/294">#294</a>.</li>
   </ul>
   <h4>version 3.26 on October 3, 2019</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/270">#270</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/272">#272</a>), <a href="https://redirect.github.com/jboss-javassist/javassist/issues/265">#265</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/267">#267</a>), <a href="https://redirect.github.com/jboss-javassist/javassist/issues/271">#271</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/222">#222</a>, and <a href="https://redirect.github.com/jboss-javassist/javassist/issues/275">#275</a>.</li>
   </ul>
   <h4>version 3.25 on April 16, 2019</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/72">#72</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/231">#231</a>), <a href="https://redirect.github.com/jboss-javassist/javassist/issues/241">#241</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/242">#242</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/243">#243</a>), PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/244">#244</a>,
   <a href="https://redirect.github.com/jboss-javassist/javassist/issues/246">#246</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/247">#247</a>), PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/250">#250</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/252">#252</a> (PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/253">#253</a>), PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/254">#254</a>.</li>
   </ul>
   <h4>version 3.24.1 on December 9, 2018</h4>
   <ul>
   <li>GitHub Issue <a href="https://redirect.github.com/jboss-javassist/javassist/issues/228">#228</a>, <a href="https://redirect.github.com/jboss-javassist/javassist/issues/229">#229</a></li>
   </ul>
   <h4>version 3.24 on November 1, 2018</h4>
   <ul>
   <li>Java 11 supports.</li>
   <li>JIRA JASSIST-267.</li>
   <li>Github PR <a href="https://redirect.github.com/jboss-javassist/javassist/issues/218">#218</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/jboss-javassist/javassist/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.javassist:javassist&package-manager=maven&previous-version=3.29.2-GA&new-version=3.30.1-GA)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 org.javassist:javassist from 3.29.2-GA to 3.30.1-GA [camel]

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


-- 
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 org.javassist:javassist from 3.29.2-GA to 3.30.1-GA [camel]

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

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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 org.javassist:javassist from 3.29.2-GA to 3.30.1-GA [camel]

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

   :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 org.javassist:javassist from 3.29.2-GA to 3.30.1-GA [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #12543:
URL: https://github.com/apache/camel/pull/12543#issuecomment-1866700830

   /component-test camel-grpc camel-thrift


-- 
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