Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1243: Bump byte-buddy to 1.12.13 #1214

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps byte-buddy from 1.12.12 to 1.12.13.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.12.13

  • Avoid duplicate application of Byte Buddy Maven plugin.
  • Allow for class path discovery of Plugins when using Maven.
  • Fix build cache when using Byte Buddy Gradle plugin.
  • Allow Plugins to define new types prior to transformation.
Changelog

Sourced from byte-buddy's changelog.

1. August 2022: version 1.12.13

  • Avoid duplicate application of Byte Buddy Maven plugin.
  • Allow for class path discovery of Plugins when using Maven.
  • Fix build cache when using Byte Buddy Gradle plugin.
  • Allow Plugins to define new types prior to transformation.
Commits
  • bbc2554 [maven-release-plugin] prepare release byte-buddy-1.12.13
  • 78c72f1 [release] Release new version.
  • 34e55be Fix tests.
  • 476b6a7 Add full package prefix.
  • 8756800 Add class file locator abstraction to dynamic types. Allow explicit type inje...
  • a2feaf2 [release] Release new version.
  • 4abdaed Fix build.
  • 6b8964e Adjust name of build step.
  • 34a2397 Fix javadoc plugin for older Java versions.
  • 2697d88 Fix task graph processing for older Gradle.
  • 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.12 to 1.12.13.
- [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.12...byte-buddy-1.12.13)

---
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 Aug 8, 2022
@dongjoon-hyun dongjoon-hyun changed the title Bump byte-buddy from 1.12.12 to 1.12.13 in /java ORC-1243: Bump byte-buddy to 1.12.13 Aug 9, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Merged to main/1.8.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 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.13 branch August 9, 2022 05:31
@dongjoon-hyun dongjoon-hyun added this to the 1.9.0 milestone Aug 9, 2022
dongjoon-hyun pushed a commit that referenced this pull request Aug 9, 2022
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.12 to 1.12.13.
<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.13</h2>
<ul>
<li>Avoid duplicate application of Byte Buddy Maven plugin.</li>
<li>Allow for class path discovery of <code>Plugin</code>s when using Maven.</li>
<li>Fix build cache when using Byte Buddy Gradle plugin.</li>
<li>Allow <code>Plugin</code>s to define new types prior to transformation.</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>1. August 2022: version 1.12.13</h3>
<ul>
<li>Avoid duplicate application of Byte Buddy Maven plugin.</li>
<li>Allow for class path discovery of <code>Plugin</code>s when using Maven.</li>
<li>Fix build cache when using Byte Buddy Gradle plugin.</li>
<li>Allow <code>Plugin</code>s to define new types prior to transformation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raphw/byte-buddy/commit/bbc2554ff64a803b8afbdd9b60d02a81127b9243"><code>bbc2554</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.13</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/78c72f1b1578e7262fcfa30aca6380a2502b1c88"><code>78c72f1</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/34e55bed4547562a6ca9b18a0259751e4d1948d3"><code>34e55be</code></a> Fix tests.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/476b6a760bbbd33cf682f4f08856bbdbe7586d66"><code>476b6a7</code></a> Add full package prefix.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/875680032e1a2680396c2e88eba93c680322a6c7"><code>8756800</code></a> Add class file locator abstraction to dynamic types. Allow explicit type inje...</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/a2feaf245507856aa965c9f23b2bf59d4d1b8f66"><code>a2feaf2</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/4abdaed17a3683ea1703608f3f2a186040c0e6c2"><code>4abdaed</code></a> Fix build.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/6b8964ec5418274102090a907a27da083f1fe0e1"><code>6b8964e</code></a> Adjust name of build step.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/34a2397530148dd0050972ca9a616c6649c0cb47"><code>34a2397</code></a> Fix javadoc plugin for older Java versions.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2697d888b1ac03e98de6a7bc8efe07f278b65143"><code>2697d88</code></a> Fix task graph processing for older Gradle.</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.12...byte-buddy-1.12.13">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.12&new-version=1.12.13)](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 #1214 from dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.13.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit e7d9adc)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun modified the milestones: 1.9.0, 1.8.0 Aug 9, 2022
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.12 to 1.12.13.
<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.13</h2>
<ul>
<li>Avoid duplicate application of Byte Buddy Maven plugin.</li>
<li>Allow for class path discovery of <code>Plugin</code>s when using Maven.</li>
<li>Fix build cache when using Byte Buddy Gradle plugin.</li>
<li>Allow <code>Plugin</code>s to define new types prior to transformation.</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>1. August 2022: version 1.12.13</h3>
<ul>
<li>Avoid duplicate application of Byte Buddy Maven plugin.</li>
<li>Allow for class path discovery of <code>Plugin</code>s when using Maven.</li>
<li>Fix build cache when using Byte Buddy Gradle plugin.</li>
<li>Allow <code>Plugin</code>s to define new types prior to transformation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/raphw/byte-buddy/commit/bbc2554ff64a803b8afbdd9b60d02a81127b9243"><code>bbc2554</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.13</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/78c72f1b1578e7262fcfa30aca6380a2502b1c88"><code>78c72f1</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/34e55bed4547562a6ca9b18a0259751e4d1948d3"><code>34e55be</code></a> Fix tests.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/476b6a760bbbd33cf682f4f08856bbdbe7586d66"><code>476b6a7</code></a> Add full package prefix.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/875680032e1a2680396c2e88eba93c680322a6c7"><code>8756800</code></a> Add class file locator abstraction to dynamic types. Allow explicit type inje...</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/a2feaf245507856aa965c9f23b2bf59d4d1b8f66"><code>a2feaf2</code></a> [release] Release new version.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/4abdaed17a3683ea1703608f3f2a186040c0e6c2"><code>4abdaed</code></a> Fix build.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/6b8964ec5418274102090a907a27da083f1fe0e1"><code>6b8964e</code></a> Adjust name of build step.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/34a2397530148dd0050972ca9a616c6649c0cb47"><code>34a2397</code></a> Fix javadoc plugin for older Java versions.</li>
<li><a href="https://github.com/raphw/byte-buddy/commit/2697d888b1ac03e98de6a7bc8efe07f278b65143"><code>2697d88</code></a> Fix task graph processing for older Gradle.</li>
<li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.12...byte-buddy-1.12.13">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.12&new-version=1.12.13)](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#1214 from dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.13.

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.

None yet

1 participant