I don't check the details of dependencies. According to GraalVM's
explanation[1] and its license content[2],

> GraalVM Community Edition is distributed under version 2 of the GNU
General Public License with the “Classpath” Exception. We also recommend
checking the licenses of the individual GraalVM components (which are
generally derivative of the license of a particular language).

So if CE is in used and the library/application only refer to its classes
and run with GraalVM's libs in classpath, it should be the same of
depending on JDK classes which is allowed.

Best,
tison.

[1] https://www.graalvm.org/faq/
[2]
https://github.com/oracle/graal/blob/6d0b0c28f7a84b0f95aefcf4527db8c2bd909365/LICENSE



Mick Semb Wever <m...@apache.org> 于2023年10月31日周二 21:32写道:

> Yes, this has all been discussed.  It is a huge donation, and while we have
> spent many months working through all these issues, it's certainly
> appreciated receiving extra eyes.
>
> The graalvm dep is provided scope.
>
> Otherwise we have a ticket to address any things that slipped past
> us: CASSANDRA-18969
> These things are hard blocking any release (which we want to immediately
> do).
>
>
>
> On Sun, 29 Oct 2023 at 20:00, <jus...@classsoftware.com> wrote:
>
> > Hi,
> >
> > I also can see that code has dependencies that might not be compatible
> > with the Apache license. Are these optional dependencies? e.g. graalVM.
> Has
> > what to do about these dependencies been discussed by the project?
> >
> > Kine Regards,
> > Justin
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>

Reply via email to