Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 09:47
· 23 commits to main since this release

WebP4j Release

What's Changed

  • JPMS module support — Added module-info.java via Multi-Release JAR (dev.matrixlab.webp4j.core), enabling scoped --enable-native-access on Java 22+ instead of ALL-UNNAMED (#7).
  • Java 22+ native access documentation — Added guidance for suppressing JEP 472 warnings on both classpath and module path.

Installation

Maven:

<dependency>
  <groupId>dev.matrixlab.webp4j</groupId>
  <artifactId>webp4j-core</artifactId>
  <version>2.2.0</version>
</dependency>

Gradle:

implementation 'dev.matrixlab.webp4j:webp4j-core:2.2.0'

Supported Platforms

  • Windows x64
  • Windows ARM64 (aarch64)
  • macOS x64 (Intel)
  • macOS arm64 (Apple Silicon)
  • Linux x64
  • Linux ARM64 (aarch64)

Full Changelog: v2.1.1...v2.2.0