Skip to content

Bump bytecode dependency version to 1.4#11175

Merged
findepi merged 1 commit intotrinodb:masterfrom
findinpath:bump-up-bytecode-dependency
Feb 25, 2022
Merged

Bump bytecode dependency version to 1.4#11175
findepi merged 1 commit intotrinodb:masterfrom
findinpath:bump-up-bytecode-dependency

Conversation

@findinpath
Copy link
Copy Markdown
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
Copy Markdown
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