You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to make use of the Java 11 versions of inflate() and deflate() so that buffers that aren't array-backed can be used.
One option would be to produce a multi-release jar with a different class for 8 and 11. That might make it so jwarc is difficult to compile correctly on 8 though.
LambdaMetaFactory might be a reasonable runtime method selection mechanism with minimal performance overhead. (example)
The text was updated successfully, but these errors were encountered:
It'd be nice to make use of the Java 11 versions of inflate() and deflate() so that buffers that aren't array-backed can be used.
One option would be to produce a multi-release jar with a different class for 8 and 11. That might make it so jwarc is difficult to compile correctly on 8 though.
LambdaMetaFactory might be a reasonable runtime method selection mechanism with minimal performance overhead. (example)
The text was updated successfully, but these errors were encountered: