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

Bump bytecode dependency version to 1.4 #11175

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

findinpath
Copy link
Contributor

Description

Make use of the latest bytecode library dependency.

This new version of the bytecode library comes also with the up-to-date asm dependencies (9.2) from the current version(6.x)

Is this change a fix, improvement, new feature, refactoring, or other?

Upgrading the version of a dependent library fits in "other" category.

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

This change is of internal nature to Trino and shouldn't have any visible outcome on the exposed functionality.

How would you describe this change to a non-technical end user or system administrator?

Dependency update.

Related issues, pull requests, and links

Through the upgrade of bytecode and subsequently the asm libraries, the PR #7828 will be unblocked because it doesn't need to exclude anymore Datastax Cassandra driver dependencies.

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x ) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

The library `io.airlift:bytecode` depends on asm 9.2
reaason why `org.ow2.asm:asm` is being bumped as well
to the version 9.2
@findinpath findinpath force-pushed the bump-up-bytecode-dependency branch from 680ee10 to fd340c3 Compare February 24, 2022 03:15
@findepi findepi merged commit 14f563a into trinodb:master Feb 25, 2022
@findepi
Copy link
Member

findepi commented Feb 25, 2022

This adapts to a prep commit of airlift/bytecode#9
cc @electrum if there is any follow re: FastMethodHandleProxies

@github-actions github-actions bot added this to the 372 milestone Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants