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 asm from 8.0.1 to 9.0 and ASM API from 7 to 9 #2776

Merged
merged 3 commits into from
Sep 30, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2020

UPDATE(chanseok): this PR also updates ASM API version from 7 to 9.


Bumps asm from 8.0.1 to 9.0.

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 asm from 8.0.1 to 9.0.

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 22, 2020
@loosebazooka
Copy link
Member

Do we actually have a mainclass finder test? Is this upgrade safe?

@chanseokoh
Copy link
Member

chanseokoh commented Sep 22, 2020

We have MainClassFinderTest. And I guess most of the integration test projects don't explicitly set <mainClass>, so probably they will go through the ASM code.

Unrelated, I just noticed there's something called "ASM API version":

Not sure what it means or if we will eventually update the version at some point though.

@chanseokoh
Copy link
Member

chanseokoh commented Sep 27, 2020

About ASM API version: https://stackoverflow.com/a/64087849/1701388

The link also explains manually setting a main class when there's an issue ASM auto-inferring a main class.

@chanseokoh chanseokoh requested a review from a team September 28, 2020 14:38
@chanseokoh chanseokoh added this to the v2.6.0 milestone Sep 29, 2020
@chanseokoh
Copy link
Member

Alright, I think this is safe. Going to merge it.

@chanseokoh chanseokoh changed the title Bump asm from 8.0.1 to 9.0 Bump asm from 8.0.1 to 9.0 and ASM API from 7 to 9 Sep 30, 2020
@chanseokoh chanseokoh merged commit 78dc728 into master Sep 30, 2020
@chanseokoh chanseokoh deleted the dependabot/gradle/org.ow2.asm-asm-9.0 branch September 30, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants