-
Notifications
You must be signed in to change notification settings - Fork 614
upgraded lz4 version #2706
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
upgraded lz4 version #2706
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,7 +91,7 @@ | |
| <jctools.version>4.0.1</jctools.version> | ||
| <opencensus.version>0.31.1</opencensus.version> | ||
| <protobuf.version>3.23.4</protobuf.version> | ||
| <lz4.version>1.8.0</lz4.version> | ||
| <lz4.version>1.10.2</lz4.version> | ||
| <msgpack.version>0.9.5</msgpack.version> | ||
| <roaring-bitmap.version>0.9.47</roaring-bitmap.version> | ||
| <slf4j.version>2.0.7</slf4j.version> | ||
|
|
@@ -189,17 +189,11 @@ | |
| <artifactId>commons-lang3</artifactId> | ||
| <version>${commons-lang3.version}</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.lz4</groupId> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Native-image configs reference potentially missing Unsafe LZ4 classesMedium Severity The library upgrade to Additional Locations (1)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not see any references in native image. |
||
| <groupId>at.yawk.lz4</groupId> | ||
| <artifactId>lz4-java</artifactId> | ||
| <version>${lz4.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.lz4</groupId> | ||
| <artifactId>lz4-pure-java</artifactId> | ||
| <version>${lz4.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.ow2.asm</groupId> | ||
| <artifactId>asm</artifactId> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.