Skip to content

ORC-1208: Bump byte-buddy to 1.12.12#1170

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.12
Closed

ORC-1208: Bump byte-buddy to 1.12.12#1170
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps byte-buddy from 1.12.10 to 1.12.12.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.12.12

  • Use correct annotation in Byte Buddy Gradle plugin.
  • Correctly resolve generified anonymous/local types that are declared within a method.

Byte Buddy 1.12.11

  • Remove use of thread-local to guarantee Loom compatibility.
  • Allow usage of byte-buddy-parent as BOM for imports.
  • Add convenience for Maven to disable type validation on entry point.
  • Allow Gradle plugin to consume pluginName property and discoverySet to only load plugins in the plugin class loader.
Changelog

Sourced from byte-buddy's changelog.

25. June 2022: version 1.12.12

  • Use correct annotation in Byte Buddy Gradle plugin.
  • Correctly resolve generified anonymous/local types that are declared within a method.

22. June 2022: version 1.12.11

  • Remove use of thread-local to guarantee Loom compatibility.
  • Allow usage of byte-buddy-parent as BOM for imports.
  • Add convenience for Maven to disable type validation on entry point.
  • Allow Gradle plugin to consume pluginName property and discoverySet to only load plugins in the plugin class loader.
Commits
  • 074f952 [maven-release-plugin] prepare release byte-buddy-1.12.12
  • 5ef0cdd [release] Release new version
  • db7aede Adjust annotation.
  • 986cca0 Minor simplification of conditions.
  • bf029d6 Avoid checking of declaring types if a class is static.
  • 192dd73 Update internal Byte Buddy.
  • 17201e6 Clean ups and release
  • 2b3ee03 Merge pull request #1271 from mlichtblau/master
  • 3979f55 Fix isGenerified to work with anonymous subclasses using the enclosing method...
  • 2cdedb9 [maven-release-plugin] prepare for next development iteration
  • 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 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)

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.10 to 1.12.12.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.12.10...byte-buddy-1.12.12)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@dongjoon-hyun dongjoon-hyun changed the title Bump byte-buddy from 1.12.10 to 1.12.12 in /java ORC-1208: Bump byte-buddy to 1.12.12 Jun 27, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 27, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.12 branch June 27, 2022 15:44
@dongjoon-hyun dongjoon-hyun added this to the 1.9.0 milestone Jun 27, 2022
@dongjoon-hyun
Copy link
Copy Markdown
Member

Merged to main.

dongjoon-hyun pushed a commit that referenced this pull request Jul 7, 2022
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.10 to 1.12.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy's releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.12</h2>
<ul>
<li>Use correct annotation in Byte Buddy Gradle plugin.</li>
<li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
</ul>
<h2>Byte Buddy 1.12.11</h2>
<ul>
<li>Remove use of thread-local to guarantee Loom compatibility.</li>
<li>Allow usage of byte-buddy-parent as BOM for imports.</li>
<li>Add convenience for Maven to disable type validation on entry point.</li>
<li>Allow Gradle plugin to consume pluginName property and discoverySet to only load plugins in the plugin class loader.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's changelog</a>.</em></p>
<blockquote>
<h3>25. June 2022: version 1.12.12</h3>
<ul>
<li>Use correct annotation in Byte Buddy Gradle plugin.</li>
<li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
</ul>
<h3>22. June 2022: version 1.12.11</h3>
<ul>
<li>Remove use of thread-local to guarantee Loom compatibility.</li>
<li>Allow usage of <em>byte-buddy-parent</em> as BOM for imports.</li>
<li>Add convenience for Maven to disable type validation on entry point.</li>
<li>Allow Gradle plugin to consume <em>pluginName</em> property and <em>discoverySet</em> to only load plugins in the plugin class loader.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raphw/byte-buddy/commit/074f952bac8580834d53a376e6b1fc7a4de001d2"><code>074f952</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.12</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/5ef0cdddc720ab83b79a2e2f555d84405b634999"><code>5ef0cdd</code></a> [release] Release new version</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/db7aede5e68772486617dfe573ddd2306be927dc"><code>db7aede</code></a> Adjust annotation.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/986cca009a072ed7ef1e473d5df0c87f323f292c"><code>986cca0</code></a> Minor simplification of conditions.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/bf029d65c0de0b0ada00b3e2083d745a5d652562"><code>bf029d6</code></a> Avoid checking of declaring types if a class is static.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/192dd73c1a46e02e5abd1734a1be668c2f1316cb"><code>192dd73</code></a> Update internal Byte Buddy.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/17201e643fa3379116f1df736d013b3615fcac76"><code>17201e6</code></a> Clean ups and release</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2b3ee0380b992d23e78ea4f0588913f05ea7aebd"><code>2b3ee03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1271">#1271</a> from mlichtblau/master</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/3979f55cc58bef12e1a9589b2d545e7a99ecefd9"><code>3979f55</code></a> Fix isGenerified to work with anonymous subclasses using the enclosing method...</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2cdedb9119395d7c2b1882f33f3107cd4983026f"><code>2cdedb9</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.10...byte-buddy-1.12.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.12.10&new-version=1.12.12)](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 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>

Closes #1170 from dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.12.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit dbd434f)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun modified the milestones: 1.9.0, 1.8.0 Jul 7, 2022
@dongjoon-hyun
Copy link
Copy Markdown
Member

I landed this test patch to branch-1.8 too.

cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.10 to 1.12.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy's releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.12</h2>
<ul>
<li>Use correct annotation in Byte Buddy Gradle plugin.</li>
<li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
</ul>
<h2>Byte Buddy 1.12.11</h2>
<ul>
<li>Remove use of thread-local to guarantee Loom compatibility.</li>
<li>Allow usage of byte-buddy-parent as BOM for imports.</li>
<li>Add convenience for Maven to disable type validation on entry point.</li>
<li>Allow Gradle plugin to consume pluginName property and discoverySet to only load plugins in the plugin class loader.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's changelog</a>.</em></p>
<blockquote>
<h3>25. June 2022: version 1.12.12</h3>
<ul>
<li>Use correct annotation in Byte Buddy Gradle plugin.</li>
<li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
</ul>
<h3>22. June 2022: version 1.12.11</h3>
<ul>
<li>Remove use of thread-local to guarantee Loom compatibility.</li>
<li>Allow usage of <em>byte-buddy-parent</em> as BOM for imports.</li>
<li>Add convenience for Maven to disable type validation on entry point.</li>
<li>Allow Gradle plugin to consume <em>pluginName</em> property and <em>discoverySet</em> to only load plugins in the plugin class loader.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raphw/byte-buddy/commit/074f952bac8580834d53a376e6b1fc7a4de001d2"><code>074f952</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.12</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/5ef0cdddc720ab83b79a2e2f555d84405b634999"><code>5ef0cdd</code></a> [release] Release new version</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/db7aede5e68772486617dfe573ddd2306be927dc"><code>db7aede</code></a> Adjust annotation.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/986cca009a072ed7ef1e473d5df0c87f323f292c"><code>986cca0</code></a> Minor simplification of conditions.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/bf029d65c0de0b0ada00b3e2083d745a5d652562"><code>bf029d6</code></a> Avoid checking of declaring types if a class is static.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/192dd73c1a46e02e5abd1734a1be668c2f1316cb"><code>192dd73</code></a> Update internal Byte Buddy.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/17201e643fa3379116f1df736d013b3615fcac76"><code>17201e6</code></a> Clean ups and release</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2b3ee0380b992d23e78ea4f0588913f05ea7aebd"><code>2b3ee03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1271">#1271</a> from mlichtblau/master</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/3979f55cc58bef12e1a9589b2d545e7a99ecefd9"><code>3979f55</code></a> Fix isGenerified to work with anonymous subclasses using the enclosing method...</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2cdedb9119395d7c2b1882f33f3107cd4983026f"><code>2cdedb9</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.10...byte-buddy-1.12.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.12.10&new-version=1.12.12)](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 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>

Closes apache#1170 from dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.12.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD dependencies Pull requests that update a dependency file JAVA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant