Based on 
https://github.com/apache/incubator-pekko-sbt-paradox/issues/110#issuecomment-1967361385
 - could we see about fixing that before doing a release.

On 2024/02/25 21:27:39 Matthew de Detrich wrote:
> > Could you have a look at the open PR before
> proceeding?
> 
> Done, will proceed with RC tomorrow
> 
> On Sun, Feb 25, 2024 at 8:38 PM PJ Fanning <fannin...@apache.org> wrote:
> 
> > Ok - press on with an RC. Could you have a look at the open PR before
> > proceeding?
> >
> > On Sun, 25 Feb 2024 at 15:58, Matthew de Detrich
> > <matthew.dedetr...@aiven.io.invalid> wrote:
> > >
> > > I am thinking of starting a vote on Monday on this, PJ Fanning do you
> > still
> > > feel
> > > strongly about your objections?
> > >
> > > Aside from the reasons stated earlier, to me due to the amount of
> > > significant
> > > changes it feels more correct to release what we have now as 1.0.1 and
> > > then we can always do another 1.0.2 release in a few weeks if we pass
> > > incubator (which would then be easier anyways).
> > >
> > >
> > >
> > > On Thu, Feb 22, 2024 at 2:51 PM PJ Fanning <fannin...@apache.org> wrote:
> > >
> > > > I'm hoping that we can graduate over the next few months. That would
> > > > require changes in Pekko Sbt Paradox - to get rid of the incubator
> > > > refs.
> > > >
> > > > For me, it feels better to wait another few weeks for 1.0.1 so that we
> > > > don't need to do a 1.0.2 shortly after that.
> > > >
> > > > On Thu, 22 Feb 2024 at 13:37, Matthew de Detrich
> > > > <matthew.dedetr...@aiven.io.invalid> wrote:
> > > > >
> > > > > Hello everyone
> > > > >
> > > > > I would like to start a discussion about releasing Pekko Sbt Paradox
> > in
> > > > its
> > > > > current state. In general the significant changes is that Pekko Sbt
> > > > Paradox
> > > > > is now using the latest versions of paradox related artifacts that
> > have
> > > > been
> > > > > moved to the maven repository and/or sbt organization
> > > > > (i.e. https://github.com/sbt/sbt-paradox-material-theme) and due to
> > > > these
> > > > > updates/changes (i.e.
> > > > > https://github.com/apache/incubator-pekko-sbt-paradox/pull/97)
> > > > > it now works with all versions of JDK without having to do the
> > > > exclude/force
> > > > > workarounds.
> > > > >
> > > > > As an example
> > > > >
> > > >
> > https://github.com/apache/incubator-pekko/blob/main/project/plugins.sbt#L34-L44
> > > > > with a the newest locally built pekko-sbt-paradox can be changed to
> > just
> > > > be
> > > > >
> > > > > addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" %
> > > > > "1.0.0+27-68bf26d9-SNAPSHOT")
> > > > > addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" %
> > "0.10.1")
> > > > > addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" %
> > > > "2.0.0")
> > > > > addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4") // sbt-paradox
> > 0.9.2
> > > > > depends on old sbt-web 1.4.x, but we want a newer version
> > > > >
> > > > > I have confirmed the build locally using
> > > > >
> > > > > sbt ";+TestJdk9 / compile ; +compile:doc"
> > > > > sbt -Dpekko.genjavadoc.enabled=true
> > -Dpekko.genlicensereport.enabled=true
> > > > > docs/paradox unidoc
> > > > >
> > > > > --
> > > > >
> > > > > Matthew de Detrich
> > > > >
> > > > > *Aiven Deutschland GmbH*
> > > > >
> > > > > Immanuelkirchstraße 26, 10405 Berlin
> > > > >
> > > > > Alexanderufer 3-7, 10117 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
> > > >
> > > >
> > >
> > > --
> > >
> > > Matthew de Detrich
> > >
> > > *Aiven Deutschland GmbH*
> > >
> > > Immanuelkirchstraße 26, 10405 Berlin
> > >
> > > Alexanderufer 3-7, 10117 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
> >
> >
> 
> -- 
> 
> Matthew de Detrich
> 
> *Aiven Deutschland GmbH*
> 
> Immanuelkirchstraße 26, 10405 Berlin
> 
> Alexanderufer 3-7, 10117 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