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

Remove dependency on org.openjdk.jol.jol-core and io.airlift.slice #12111

Merged
merged 5 commits into from
Mar 10, 2024

Conversation

JackieTien97
Copy link
Contributor

@JackieTien97 JackieTien97 commented Mar 1, 2024

Since jol is in GPL2 license and belong to category X, so we need to remove it. Luckily, I found an useful class in Apache Lucene, named RamUsageEstimator. Actually, we've already had that previously, this time I replace that with a newer version of Lucene.

io.airlift.slice and io.airlift.stats we used also depend on jol too, since gpl is infectious, I also remove that in this pr too.

Copy link

sonarcloud bot commented Mar 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@JackieTien97 JackieTien97 merged commit e1ba8d3 into master Mar 10, 2024
34 of 37 checks passed
@JackieTien97 JackieTien97 deleted the ty/removejoldep branch March 10, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants