Re: [IP CLEARANCE] Accept java-driver (into Cassandra)

2023-10-31 Thread tison
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  于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,  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
> >
> >
>


[ANNOUNCE] Apache Pekko (Incubating) Projection 1.0.0 available

2023-10-31 Thread PJ Fanning
Hi everyone,

The Apache Pekko (Incubating) Team is happy to announce the release of
Apache Pekko (Incubating) Projection 1.0.0.

Apache Pekko (Incubating) is an open source toolkit and runtime
simplifying the construction of concurrent and distributed
applications on the JVM. It is a fork of Akka and has come about
because Akka has moved from being Apache licensed to being licensed
under a Business Software License.

Download Links:
https://pekko.apache.org/download.html#pekko-projection

Release Notes:
https://pekko.apache.org/docs/pekko-projection/current/release-notes.html

Website:
https://pekko.apache.org/

Issues:
https://github.com/apache/incubator-pekko-projection/issues

Mailing list: d...@pekko.apache.org

Jars are published to Maven Central using the groupId: org.apache.pekko

Thanks to everyone who participated in the development and release.

Apache Pekko (Incubating) Team

===

*Disclaimer*

Apache Pekko (incubating) is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner consistent with other
successful ASF projects. While incubation status is not necessarily a
reflection of the completeness or stability of the code, it does
indicate that the project has yet to be fully endorsed by the ASF.

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache Pekko(incubating) Connectors 1.0.1-RC1

2023-10-31 Thread PJ Fanning
Hello Incubator Community,

This is a call for a vote to release Apache Pekko(incubating)
Connectors version 1.0.1-RC1.

The discussion thread:
https://lists.apache.org/thread/do5s8ro0ccz5d3o1q29ps8yx90mdofqx

Pekko PPMC vote result:
https://lists.apache.org/thread/86p82y97sh6bts7tpfhns14sjfjv37gm

Pekko vote thread:
https://lists.apache.org/thread/8d8q21z67k5flwmh1h5j5c2zjsmdlpm4

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/pekko/CONNECTORS-1.0.1-RC1/

This release has been signed with a *recently updated* PGP key, available here:

https://dist.apache.org/repos/dist/release/incubator/pekko/KEYS

Release Notes:

https://pekko.apache.org/docs/pekko-connectors/current/release-notes/index.html

Git branch for the release:

https://github.com/apache/incubator-pekko-connectors/tree/v1.0.1-RC1
Git commit ID: b4884fa64dac6f66e3cf758f0e42948f7202dfb9

Please download, verify, and test.

We have also staged jars in the Apache Nexus Repository. These were
built with the same code
as appears in this Source Release Candidate. We would appreciate if
users could test with these too.
If anyone finds any serious problems with these jars, please also
notify us on this thread.

https://repository.apache.org/content/groups/staging/org/apache/pekko/

In sbt, you can add this resolver.

resolvers += "Apache Pekko Staging" at
"https://repository.apache.org/content/groups/staging;


The VOTE will be left open for at least 72 hours.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache Pekko, please see https://pekko.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] Source files have ASF headers
[ ] Can compile from source

To compile from the source, please refer to:

https://github.com/apache/incubator-pekko/blob/main/README.md#building-from-source

Some notes about verifying downloads can be found at:

https://pekko.apache.org/download.html#verifying-downloads


Here is my +1 (binding).

Matthew de Detrich and Justin McLean have voted on the Pekko PPMC vote thread.

Thanks,
PJ Fanning

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [IP CLEARANCE] Accept java-driver (into Cassandra)

2023-10-31 Thread Mick Semb Wever
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,  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
>
>