Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] [Bug 536106] pack200 is being deprecated in java 11 and removed from java 14

There's also an Apache Licensed implementation from Harmony, I've started working on it here:

https://github.com/pfirmstone/Pack200.net

Pack200 can continue to be developed.  The Harmony code is quite clean.

I've renamed the public api package to:

net.pack200.*

I'll be releasing artifacts on Maven Central in the near future.

Regards,

Peter.


On 3/13/2020 5:20 PM, bugzilla-daemon@xxxxxxxxxxx wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=536106
Product/Component: Equinox / p2

--- Comment #15 from Ed Merks <Ed.Merks@xxxxxxxxx> ---
Yes, it's guarded so that if it doesn't find the executable it will not try to
download the *.pack.gz artifacts given it won't be able to process them.

It's all very unfortunate because the *.pack.gz are often as much as a 1/3 the
size so much more network traffic will be needed to install or update...



Back to the top