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-1721: Upgrade aircompressor to 0.27 #1943

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps io.airlift:aircompressor from 0.26 to 0.27.

Commits
  • e139a31 [maven-release-plugin] prepare release 0.27
  • 9b92952 Upgrade to latest GitHub actions
  • 7262a6c Upgrade test dependency versions
  • fdc00b8 Reorganize pom
  • 4f384af Replace test usages of javax.inject annotations with Guice
  • 19d9436 Fix ASL2 license header text
  • cf66151 Fix bounds checks
  • d01ecb7 Add missing bounds checks
  • 2cea90a Verify length is positive
  • 15e68df Fix out of bounds read due to negative length
  • 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 <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)

Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.
- [Commits](airlift/aircompressor@0.26...0.27)

---
updated-dependencies:
- dependency-name: io.airlift:aircompressor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@cxzl25 cxzl25 changed the title Bump io.airlift:aircompressor from 0.26 to 0.27 in /java ORC-1721: Upgrade aircompressor to 0.27 May 28, 2024
@cxzl25 cxzl25 added this to the 2.1.0 milestone May 28, 2024
@cxzl25 cxzl25 closed this in ad67ac8 May 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

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/io.airlift-aircompressor-0.27 branch May 28, 2024 03:38
@Fokko
Copy link
Contributor

Fokko commented Jun 3, 2024

Thanks for merging this @cxzl25. This fixes a CVE, do you have any ETA of ORC 2.1.0?

@wgtmac
Copy link
Member

wgtmac commented Jun 4, 2024

From https://github.com/apache/orc/milestone/28, 2.1.0 is due by January 17, 2025. @Fokko

@pan3793
Copy link
Member

pan3793 commented Jun 27, 2024

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

@cxzl25
Copy link
Contributor

cxzl25 commented Jun 27, 2024

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

cc @dongjoon-hyun @wgtmac

ORC 2.0 and 1.9 branches are still under maintenance, should we backport to 2.0 and 1.9 branches?

@wgtmac
Copy link
Member

wgtmac commented Jun 27, 2024

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

cc @dongjoon-hyun @wgtmac

ORC 2.0 and 1.9 branches are still under maintenance, should we backport to 2.0 and 1.9 branches?

SGTM

cxzl25 pushed a commit that referenced this pull request Jun 28, 2024
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/airlift/aircompressor/commit/e139a31be059855a5a70f6994a4ecaa0adbbea7a"><code>e139a31</code></a> [maven-release-plugin] prepare release 0.27</li>
<li><a href="https://github.com/airlift/aircompressor/commit/9b9295238dceeaa4da717a82975187042b05194d"><code>9b92952</code></a> Upgrade to latest GitHub actions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/7262a6cc5423b14904bb8773f4f2f8a8edc00d92"><code>7262a6c</code></a> Upgrade test dependency versions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/fdc00b8be24a5448abebae957425af3a3b974230"><code>fdc00b8</code></a> Reorganize pom</li>
<li><a href="https://github.com/airlift/aircompressor/commit/4f384afdea9b6d0109515e7e222b0e93a77109df"><code>4f384af</code></a> Replace test usages of javax.inject annotations with Guice</li>
<li><a href="https://github.com/airlift/aircompressor/commit/19d9436eb1393f6480922f83fce4fe43bc68852e"><code>19d9436</code></a> Fix ASL2 license header text</li>
<li><a href="https://github.com/airlift/aircompressor/commit/cf66151541edb062ea88b6f3baab3f95e48b7b7f"><code>cf66151</code></a> Fix bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/d01ecb779375a092d00e224abe7869cdf49ddc3e"><code>d01ecb7</code></a> Add missing bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/2cea90a45534f9aacbb77426fb64e975504dee6e"><code>2cea90a</code></a> Verify length is positive</li>
<li><a href="https://github.com/airlift/aircompressor/commit/15e68df9eb0c2bfde7f796231ee7cd1982965071"><code>15e68df</code></a> Fix out of bounds read due to negative length</li>
<li>Additional commits viewable in <a href="https://github.com/airlift/aircompressor/compare/0.26...0.27">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.airlift:aircompressor&package-manager=maven&previous-version=0.26&new-version=0.27)](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>

Closes #1943 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.27.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <[email protected]>
cxzl25 pushed a commit that referenced this pull request Jun 28, 2024
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/airlift/aircompressor/commit/e139a31be059855a5a70f6994a4ecaa0adbbea7a"><code>e139a31</code></a> [maven-release-plugin] prepare release 0.27</li>
<li><a href="https://github.com/airlift/aircompressor/commit/9b9295238dceeaa4da717a82975187042b05194d"><code>9b92952</code></a> Upgrade to latest GitHub actions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/7262a6cc5423b14904bb8773f4f2f8a8edc00d92"><code>7262a6c</code></a> Upgrade test dependency versions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/fdc00b8be24a5448abebae957425af3a3b974230"><code>fdc00b8</code></a> Reorganize pom</li>
<li><a href="https://github.com/airlift/aircompressor/commit/4f384afdea9b6d0109515e7e222b0e93a77109df"><code>4f384af</code></a> Replace test usages of javax.inject annotations with Guice</li>
<li><a href="https://github.com/airlift/aircompressor/commit/19d9436eb1393f6480922f83fce4fe43bc68852e"><code>19d9436</code></a> Fix ASL2 license header text</li>
<li><a href="https://github.com/airlift/aircompressor/commit/cf66151541edb062ea88b6f3baab3f95e48b7b7f"><code>cf66151</code></a> Fix bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/d01ecb779375a092d00e224abe7869cdf49ddc3e"><code>d01ecb7</code></a> Add missing bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/2cea90a45534f9aacbb77426fb64e975504dee6e"><code>2cea90a</code></a> Verify length is positive</li>
<li><a href="https://github.com/airlift/aircompressor/commit/15e68df9eb0c2bfde7f796231ee7cd1982965071"><code>15e68df</code></a> Fix out of bounds read due to negative length</li>
<li>Additional commits viewable in <a href="https://github.com/airlift/aircompressor/compare/0.26...0.27">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.airlift:aircompressor&package-manager=maven&previous-version=0.26&new-version=0.27)](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>

Closes #1943 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.27.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <[email protected]>
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.

4 participants