On Tue, Feb 27, 2024 at 1:43 PM Piotr P. Karwasz
wrote:
>
> Hi Elliotte,
>
> On Tue, 27 Feb 2024 at 13:20, Elliotte Rusty Harold
> wrote:
> >
> > On Tue, Feb 27, 2024 at 8:27 AM Piotr P. Karwasz
> > wrote:
> > e will not be loaded even if it is available.
> > >
> > > Fortunately Commons Compres
Hi all,
Is this the wrong place for such a question? If so, would someone be so
kind as to let me know how I should find an answer / raise this, please?
Thanks,
Andy
On Thu, Feb 22, 2024 at 12:01 PM Andrew Coates
wrote:
> Hi all,
>
> I'm seeing a runtime failure using TarArchiveOutputStream w
Hi Andrew.
> Is this the wrong place for such a question?
It is the right place.
> how I should find an answer
For your own usage you can just add such dependency.
For a long-time solution, this usually takes months(sometime even years)
for community to decide how to do. Of course this sounds quite
> This works if you also
change the package to something like org.apache.commons.compress2
Yas, I mean this.
Elliotte Rusty Harold 于2024年2月28日周三 20:44写道:
> On Tue, Feb 27, 2024 at 1:43 PM Piotr P. Karwasz
> wrote:
> >
> > Hi Elliotte,
> >
> > On Tue, 27 Feb 2024 at 13:20, Elliotte Rusty Harold
Hi Elliotte,
On Wed, 28 Feb 2024 at 13:44, Elliotte Rusty Harold wrote:
> I'm not quite sure what you're proposing. This works if you also
> change the package to something like org.apache.commons.compress2. It
> does not work without changing the package names. The bottom line is:
>
> 1. A class
Hmm, splitting will require a package change at least for osgi.
Thats said as mentionned here the dependencies are used by laziness but it
is trivial to copy the few needed class so no need to break consumers IMHO.
Le mer. 28 févr. 2024 à 15:03, Piotr P. Karwasz a
écrit :
> Hi Elliotte,
>
> On
Hi Romain,
On Wed, 28 Feb 2024 at 16:30, Romain Manni-Bucau wrote:
>
> Hmm, splitting will require a package change at least for osgi.
OSGi should be painless: the common practice is to use
`Import-Package` instead of `Require-Bundle`, this way it is up to the
OSGi environment to figure out that
On Wed, 28 Feb 2024 at 20:06, Piotr P. Karwasz wrote:
>
> Hi Romain,
>
> On Wed, 28 Feb 2024 at 16:30, Romain Manni-Bucau
> wrote:
> >
> > Hmm, splitting will require a package change at least for osgi.
>
> OSGi should be painless: the common practice is to use
> `Import-Package` instead of `Req
Hi sebb,
On Wed, 28 Feb 2024 at 23:48, sebb wrote:
> > Remark that I am talking about moving whole packages to new artifacts.
>
> Will these packages be renamed?
>
> If not, then I don't see how you can prevent possible class duplication.
Do they need to be renamed? This breaks backward compatib