Fluxzero 1.192.0
1.192.0 (2026-06-04)
Code Refactoring
refactor(deps): replace deprecated API usage (
f4cc30f)Replace deprecated Jackson, Zstd, Jetty, and Jakarta Validation API usage while preserving the existing behavior.
Keep the deprecated LZ4 native insecure factory as an explicit performance exception because LZ4Factory.fastestInstance() does not select the JNI fast decompressor in the current LZ4 release.
Tests: ./mvnw -B -DskipTests -Dmaven.compiler.showDeprecation=true -Dmaven.compiler.showWarnings=true test-compile; ./mvnw -B -pl common -Dtest=CompressionUtilsTest test; ./mvnw -B -pl proxy -am -Dtest=ProxyServerTest -Dsurefire.failIfNoSpecifiedTests=false test