On Sun, Jan 17, 2021 at 7:47 PM Andrea Cosentino <[email protected]> wrote:
>
> Otherwise we'll have to revert.
>

Ah can we create a JIRA ticket about this.

And then to get 3.7.1 out the door, then lets revert. Then we can look
at fixing this for 3.7.2


> Il dom 17 gen 2021, 19:43 Andrea Cosentino <[email protected]> ha scritto:
>
> > I guess we need to copy the essential part of the parent pom for
> > releasing. So we need a bit of duplication.
> >
> > Il dom 17 gen 2021, 19:21 Gregor Zurowski <[email protected]> ha
> > scritto:
> >
> >> I am having issues with performing the release of Camel Spring Boot.
> >> The root cause of the issues is that Camel Spring Boot Tooling BOM
> >> does no longer extend from the parent. This was changes in this
> >> commit:
> >>
> >>
> >> https://github.com/apache/camel-spring-boot/commit/1003bdb50c04e8ab7684ad06d5c277a7163b93ef#diff-6b74b1847f48b03edc897908eb7ae2c657e81124830cd07bfb77ea9ac58ad036
> >>
> >> Without the reference to the parent, essential release details are
> >> missing, most importantly the distributionManagement section that
> >> specifies where to upload the release artifacts. The error message
> >> during building the release looks as follows:
> >>
> >> ===
> >> [INFO] [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
> >> (default-deploy) on project camel-spring-boot-bom: Deployment failed:
> >> repository element was not specified in the POM inside
> >> distributionManagement element or in
> >> -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
> >> ===
> >>
> >> The motivation for this change as described in
> >> https://issues.apache.org/jira/browse/CAMEL-15428 is clear, but I
> >> wanted to discuss how we want to tackle the issue, e.g. adding a
> >> separate distributionManagement section?
> >>
> >> Thanks,
> >> Gregor
> >>
> >> On Sun, Jan 17, 2021 at 11:23 AM Gregor Zurowski
> >> <[email protected]> wrote:
> >> >
> >> > I've already restarted the process, not a problem.
> >> >
> >> > Thanks,
> >> > Gregor
> >> >
> >> > On Sun, Jan 17, 2021 at 11:19 AM Claus Ibsen <[email protected]>
> >> wrote:
> >> > >
> >> > > On Sun, Jan 17, 2021 at 11:16 AM Gregor Zurowski
> >> > > <[email protected]> wrote:
> >> > > >
> >> > > > Hi Claus,
> >> > > >
> >> > > > Sorry, I didn't notice your message and I've started the release
> >> > > > before this commit, but I will recreate it now so it is included in
> >> > > > 3.7.1.
> >> > > >
> >> > >
> >> > > After looking into it a bit more, then its only a problem with the
> >> > > dataformat component (not dataformats in general) so its a minor
> >> > > glitch.
> >> > > We could release it as-is, and just have it as a known issue. We will
> >> > > do 3.7.2 soonish anyway.
> >> > >
> >> > > So I am okay if you just move on.
> >> > >
> >> > > > Thanks,
> >> > > > Gregor
> >> > > >
> >> > > > On Sat, Jan 16, 2021 at 11:02 AM Claus Ibsen <[email protected]>
> >> wrote:
> >> > > > >
> >> > > > > Hi Gregor
> >> > > > >
> >> > > > > If you see this, then for 3.7.1 there is one more commit that
> >> would be
> >> > > > > good to have included (as it fixes a bug in camel-dataformat)
> >> that is
> >> > > > > a affect of the recent changes
> >> > > > >
> >> https://github.com/apache/camel/commit/b0281f946c77f43e32aeb3463c027c00905b2113
> >> > > > >
> >> > > > > But it surfed the problem and its now more correct.
> >> > > > >
> >> > > > > On Fri, Jan 15, 2021 at 7:55 PM Claus Ibsen <
> >> [email protected]> wrote:
> >> > > > > >
> >> > > > > > Hi
> >> > > > > >
> >> > > > > > Okay so the last bits about the data formats have been fixed
> >> now.
> >> > > > > >
> >> > > > > > Gregor the branch is ready for 3.7.1.
> >> > > > > >
> >> > > > > >
> >> > > > > > On Fri, Jan 15, 2021 at 12:26 PM Claus Ibsen <
> >> [email protected]> wrote:
> >> > > > > > >
> >> > > > > > > Hi
> >> > > > > > >
> >> > > > > > > Spring Boot 2.4.2 is upgraded. We are waiting for a fix in
> >> relation to
> >> > > > > > > configuring data formats. There is a PR that needs a little
> >> update.
> >> > > > > > >
> >> > > > > > > On Fri, Jan 15, 2021 at 9:39 AM Claus Ibsen <
> >> [email protected]> wrote:
> >> > > > > > > >
> >> > > > > > > > Hi
> >> > > > > > > >
> >> > > > > > > > Ah yeah lets try to get those 2 fixed this morning. I am in
> >> the middle
> >> > > > > > > > of something but when that is done I can help get those
> >> last 2 fixed
> >> > > > > > > > so we would be ready to cut the RC in the afternoon.
> >> > > > > > > >
> >> > > > > > > > On Fri, Jan 15, 2021 at 9:37 AM Gregor Zurowski
> >> > > > > > > > <[email protected]> wrote:
> >> > > > > > > > >
> >> > > > > > > > > Hi Everyone:
> >> > > > > > > > >
> >> > > > > > > > > We have only two open issues for 3.7.1, one of them being
> >> the Spring
> >> > > > > > > > > Boot update to 2.4.2:
> >> > > > > > > > >
> >> https://issues.apache.org/jira/issues/?jql=statusCategory%20%3D%20new%20AND%20project%20%3D%2012311211%20AND%20fixVersion%20%3D%2012349485%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC
> >> > > > > > > > >
> >> > > > > > > > > The build for 3.7.1 seems stable:
> >> > > > > > > > >
> >> https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/camel-3.7.x/
> >> > > > > > > > >
> >> > > > > > > > > We do you think is a good time for releasing?
> >> > > > > > > > >
> >> > > > > > > > > Thanks,
> >> > > > > > > > > Gregor
> >> > > > > > > > >
> >> > > > > > > > > On Thu, Jan 7, 2021 at 2:22 PM Claus Ibsen <
> >> [email protected]> wrote:
> >> > > > > > > > > >
> >> > > > > > > > > > Hi
> >> > > > > > > > > >
> >> > > > > > > > > > Early start for 2021. I just wanted to bring attention
> >> that we should
> >> > > > > > > > > > focus on getting the first patch release of the new 3.7
> >> LTS out by end
> >> > > > > > > > > > of this month if possible.
> >> > > > > > > > > >
> >> > > > > > > > > > For the CI servers we need a job for the 3.7.x branch.
> >> > > > > > > > > > Andrea when you get back from PTO can you look at
> >> creating those?
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > --
> >> > > > > > > > > > Claus Ibsen
> >> > > > > > > > > > -----------------
> >> > > > > > > > > > http://davsclaus.com @davsclaus
> >> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > --
> >> > > > > > > > Claus Ibsen
> >> > > > > > > > -----------------
> >> > > > > > > > http://davsclaus.com @davsclaus
> >> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Claus Ibsen
> >> > > > > > > -----------------
> >> > > > > > > http://davsclaus.com @davsclaus
> >> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > Claus Ibsen
> >> > > > > > -----------------
> >> > > > > > http://davsclaus.com @davsclaus
> >> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Claus Ibsen
> >> > > > > -----------------
> >> > > > > http://davsclaus.com @davsclaus
> >> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Claus Ibsen
> >> > > -----------------
> >> > > http://davsclaus.com @davsclaus
> >> > > Camel in Action 2: https://www.manning.com/ibsen2
> >>
> >



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to