Elliotte,
This is about surefire, we cannot pollute Java classpath of running tests.
The library should be loaded with a special class loader, it would be more
complex than writing a simple hard coded coder/decoder as we already have
in surefire

Enrico

Enrico

Il Dom 23 Feb 2020, 14:59 Elliotte Rusty Harold <elh...@ibiblio.org> ha
scritto:

> Why do you need to shade this at all? GSON should work just fine as a
> normal library. Shading is a last resort that usually causes more
> problems than it solves:
>
> https://jlbp.dev/JLBP-18.html
>
> On Sun, Feb 23, 2020 at 2:43 AM Tibor Digana <tibordig...@apache.org>
> wrote:
> >
> >  I want to ask you if it is still legal to shade packages in gson
> library.
> > Although it contains the Apache 2.0 license but it contains Copyright (C)
> > 2010 Google Inc.  as well, see:
> >
> https://github.com/google/gson/blob/master/gson/src/main/java/com/google/gson/stream/JsonReader.java
> >
> > --
> > Cheers
> > Tibor
>
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to