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

[fix][sql] Exclude jsr305 from objectsize. #17277

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

Technoboy-
Copy link
Contributor

Motivation

When check the license of branch-2.11, I find there are two versions of jsr305:

- jsr305-2.0.1.jar
- jsr305-3.0.2.jar

2.0.1 depends from objectsize, so when build presto-distribution, the version of jsr305 is 2.0.1
image

3.0.2 depends from spotbugs, so when build presto-pulsar, the version of jsr305 is 3.0.2
image

So we have to exclude the lower version.

Documentation

  • doc-not-needed
    (Please explain why)

@Technoboy- Technoboy- self-assigned this Aug 25, 2022
@Technoboy- Technoboy- added this to the 2.11.0 milestone Aug 25, 2022
@Technoboy- Technoboy- added area/sql Pulsar SQL related features area/dependency Pull requests that update a dependency file labels Aug 25, 2022
@Technoboy- Technoboy- changed the title Exclude jsr305 from objectsize. [fix][sql] Exclude jsr305 from objectsize. Aug 25, 2022
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Aug 25, 2022
@Technoboy- Technoboy- force-pushed the fix-jsr-version branch 2 times, most recently from 03c7b31 to 9fcf07d Compare August 29, 2022 08:28
@Technoboy- Technoboy- merged commit ebbecec into apache:master Aug 29, 2022
Technoboy- added a commit that referenced this pull request Aug 29, 2022
@Technoboy- Technoboy- deleted the fix-jsr-version branch September 14, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Pull requests that update a dependency file area/sql Pulsar SQL related features cherry-picked/branch-2.11 doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants