Re: Removing JZlib from Jenkins core

2024-06-24 Thread Basil Crow
I have filed https://issues.jenkins.io/browse/JENKINS-73354 to track this task. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@g

Removing JZlib from Jenkins core

2024-05-28 Thread Basil Crow
JZlib is no longer maintained, and continuing to carry a custom fork is a burden. I have found the Java 7+ GZIPInputStream and GZIPOutputStream classes to work well as a drop-in replacement. Once plugins migrate to these standard Java Platform classes, we can remove JZlib from the WAR. Others have