What is being released in the first release is everything in
apache/incubator-pekko git repo. Nothing in any of the summary named git
repos will be released yet.

See https://pekko.apache.org/modules.html

This release strategy closely matches what Akka team do.


On Thu 1 Jun 2023, 13:02 Mehmet Salgar, <salgar_sw...@gmx.de> wrote:

>
> Hi,
>
> as requested, to check compatibility, I migrated my project to pekko by
> using 0.0.0-xxx-SNAPSHOT with the following modules.
>
>
> org.apache.pekko:pekko-actor-typed_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-persistence-typed_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-cluster-sharding-typed_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-serialization-jackson_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-management-cluster-http_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-management-cluster-bootstrap_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-discovery-kubernetes-api_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-discovery_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-http-core_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-http_2_13:0.0.0-xxx-SNAPSHOT
>
> org.apache.pekko:pekko-connectors-kafka-cluster-sharding_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-persistence-cassandra_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-connectors-cassandra_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-persistence-query_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-persistence-typed_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-projection-eventsourced_2_13:0.0.0-xxx-SNAPSHOT
> org.apache.pekko:pekko-projection-cassandra_2_13:0.0.0-xxx-SNAPSHOT
>
> All my Unit Tests / Integration Tests are green, so thumbs up from my side
> (with Scala 3 my IntelliJ is not happy with something but I am looking into
> it).
>
> But a question,
>
> are you only going to release
>
> pekko-root
>
> or
>
> pekko-persistence-cassandra-root
> pekko-projection-root
> pekko-connectors-root
> pekko-http-root
> pekko-management-root
>
> would be also released?
>
> And thx for great work :)
>
> Mehmet
>
> Gesendet: Mittwoch, 31. Mai 2023 um 12:10 Uhr
> Von: "Matthew Benedict de Detrich" <matthew.dedetr...@aiven.io.INVALID>
> An: dev@pekko.apache.org
> Betreff: Re: Planning to build a Pekko Core 1.0.0 RC1 soon
> Oh and pekko-persistence-dynamodb: 0.0.0+293-3fb14901-SNAPSHOT
>
> On Wed, May 31, 2023 at 10:54 AM Matthew Benedict de Detrich <
> matthew.dedetr...@aiven.io> wrote:
>
> > Pekko management has just been published with scala 3 support
> >
> > pekko-management: 0.0.0+741-b7785457-SNAPSHOT
> >
> > On Tue, May 30, 2023 at 4:20 PM Matthew Benedict de Detrich <
> > matthew.dedetr...@aiven.io> wrote:
> >
> >> If you want to try out Scala 3 support I would try the following
> >> snapshots as they are in sync with each other
> >>
> >> pekko: 0.0.0+26669-ec5b6764-SNAPSHOT
> >> pekko-http: 0.0.0+4411-6fe04045-SNAPSHOT
> >> pekko-grpc: 0.0.0-41-ab1c00da-SNAPSHOT
> >> pekko-connectors-kafka: 0.0.0+1738-07a19b8e-SNAPSHOT
> >>
> >> If there are modules missing on the list its just because Scala 3
> support
> >> is missing but they are being added over time
> >>
> >> On Tue, May 30, 2023 at 4:09 PM Alexandru Nedelcu <
> >> calm.zone9...@m.alexn.org> wrote:
> >>
> >>> Nice document. Feels like a search and replace job, which is great.
> >>> Looking forward to it.
> >>>
> >>> BTW, we are using Akka Cluster, Akka Persistence, and Akka HTTP; so the
> >>> whole menu 🙂
> >>>
> >>> Are there packages published for pekko-http? If not, let me know how I
> >>> can help.
> >>>
> >>> Crossing my fingers that it all works well 🤞
> >>>
> >>>
> >>> On 30 May 2023, at 16:51, PJ Fanning wrote:
> >>>
> >>> > Thanks Alexandru. We have a migration guide [1].
> >>> >
> >>> >
> >>> > [1]
> >>> >
> >>>
> https://pekko.apache.org/docs/pekko/current/project/migration-guides.html
> >>> >
> >>> >
> >>> > On Tue, 30 May 2023 at 14:47, Alexandru Nedelcu
> >>> > <calm.zone9...@m.alexn.org> wrote:
> >>> >>
> >>> >> 👋
> >>> >>
> >>> >> I’d love to attempt a test in our $work project. I’m assuming a
> >>> >> regular, project-wide search and replace of `akka` with `pekko`
> >>> >> should
> >>> >> do the trick.
> >>> >>
> >>> >>
> >>> >> On 29 May 2023, at 12:13, PJ Fanning wrote:
> >>> >>
> >>> >>> Hi everyone,
> >>> >>>
> >>> >>> There is a general plan to create a RC-1 release candidate soon -
> >>> >>> possibly towards the end of next week. Matthew de Detrich and I are
> >>> >>> happy to work on it. If you want to get involved, please comment on
> >>> >>> this thread. Generally, we will need to have people to test out the
> >>> >>> RC1.
> >>> >>>
> >>> >>> If anyone thinks that this is too soon, please comment on this
> email
> >>> >>> thread also.
> >>> >>>
> >>> >>> We are expecting to probably have to go through a few RCs before
> >>> >>> doing
> >>> >>> an actual release. So that 1.0.0 release could be a fair few weeks
> >>> >>> away yet.
> >>> >>>
> >>> >>> What do I mean by Pekko Core?
> >>> >>> These are the modules in the incubator-pekko repo [1]. Modules in
> >>> >>> our
> >>> >>> other git repos [2] will be released later - hopefully, within a
> few
> >>> >>> months.
> >>> >>>
> >>> >>> What work is still ongoing?
> >>> >>> There is a milestone tracking this [3]. There is one bug and a few
> >>> >>> issues about documenting the release and how people validating the
> >>> >>> release can do so. There is a thread about what should be in this
> >>> >>> milestone [4].
> >>> >>>
> >>> >>> It would be great if people could start checking the project
> website
> >>> >>> for issues [5].
> >>> >>>
> >>> >>> [1]
> https://github.com/apache/incubator-pekko[https://github.com/apache/incubator-pekko]
> >>> >>> [2]
> https://pekko.apache.org/modules.html#repositories[https://pekko.apache.org/modules.html#repositories]
> >>> >>> [3]
> https://github.com/apache/incubator-pekko/milestone/1[https://github.com/apache/incubator-pekko/milestone/1]
> >>> >>> [4]
> https://lists.apache.org/thread/jjpowpv8dlost7swo1sbokw0rwgqqs2m[https://lists.apache.org/thread/jjpowpv8dlost7swo1sbokw0rwgqqs2m]
> >>> >>> [5] https://pekko.apache.org/[https://pekko.apache.org/]
> >>> >>>
> >>> >>>
> ---------------------------------------------------------------------
> >>> >>> To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> >>> >>> For additional commands, e-mail: dev-h...@pekko.apache.org
> >>> >>
> >>> >>
> >>> >> --
> >>> >> Alexandru Nedelcu
> >>> >> https://alexn.org[https://alexn.org]
> >>> >
> >>> > ---------------------------------------------------------------------
> >>> > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> >>> > For additional commands, e-mail: dev-h...@pekko.apache.org
> >>>
> >>>
> >>> --
> >>> Alexandru Nedelcu
> >>> https://alexn.org[https://alexn.org]
> >>>
> >>
> >>
> >> --
> >>
> >> Matthew de Detrich
> >>
> >> *Aiven Deutschland GmbH*
> >>
> >> Immanuelkirchstraße 26, 10405 Berlin
> >>
> >> Amtsgericht Charlottenburg, HRB 209739 B
> >>
> >> Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
> >>
> >> *m:* +491603708037
> >>
> >> *w:* aiven.io *e:* matthew.dedetr...@aiven.io
> >>
> >
> >
> > --
> >
> > Matthew de Detrich
> >
> > *Aiven Deutschland GmbH*
> >
> > Immanuelkirchstraße 26, 10405 Berlin
> >
> > Amtsgericht Charlottenburg, HRB 209739 B
> >
> > Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
> >
> > *m:* +491603708037
> >
> > *w:* aiven.io *e:* matthew.dedetr...@aiven.io
> >
>
>
> --
>
> Matthew de Detrich
>
> *Aiven Deutschland GmbH*
>
> Immanuelkirchstraße 26, 10405 Berlin
>
> Amtsgericht Charlottenburg, HRB 209739 B
>
> Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
>
> *m:* +491603708037
>
> *w:* aiven.io *e:* matthew.dedetr...@aiven.io
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> For additional commands, e-mail: dev-h...@pekko.apache.org
>
>

Reply via email to