okay I have tested and it looks good for me - pushed latest commits to
main branch - you are welcome to restart

On Mon, Jan 31, 2022 at 10:49 AM Gregor Zurowski
<gre...@list.zurowski.org> wrote:
>
> Thanks Claus, I can pick this up again once you've verified it.
>
> Thanks again,
> Gregor
>
> On Mon, Jan 31, 2022 at 10:35 AM Claus Ibsen <claus.ib...@gmail.com> wrote:
> >
> > On Mon, Jan 31, 2022 at 10:24 AM Gregor Zurowski
> > <gre...@list.zurowski.org> wrote:
> > >
> > > I agree, I think we need to further refine the changes made with
> > > https://github.com/apache/camel/commit/badc9aea3a21a398b514d91d65f13a64ff5c0ec6.
> > >
> > > I'd be happy to start another attempt after we clarified how to
> > > proceed with these changes.
> > >
> >
> > Oh that was much quicker and easier than I thought. I have just pushed
> > a fix where the camel-dependencies/pom.xml is as it was before.
> >
> > I am doing a full rebuild to just be sure, and after. that you should
> > be able to restart the release.
> > I will write back here
> >
> >
> > > Thanks,
> > > Gregor
> > >
> > > On Mon, Jan 31, 2022 at 10:18 AM Andrea Cosentino <anco...@gmail.com> 
> > > wrote:
> > > >
> > > > To me we need to revert the original commit and get back to what we were
> > > > doing before.
> > > >
> > > > It's a good addition, but we cannot be blocked.
> > > >
> > > > Il giorno lun 31 gen 2022 alle ore 10:12 Gregor Zurowski <
> > > > gre...@list.zurowski.org> ha scritto:
> > > >
> > > > > I was able to run through the Maven release stage, but I am not able
> > > > > to close the staging repository on Apache's Nexus due to failed
> > > > > validations:
> > > > >
> > > > > ```
> > > > > Invalid Signature:
> > > > >
> > > > > '/org/apache/camel/camel-dependencies-generator/3.15.0/camel-dependencies-generator-3.15.0.pom.asc'
> > > > > is not a valid signature for
> > > > > 'camel-dependencies-generator-3.15.0.pom'.
> > > > > Missing Signature:
> > > > >
> > > > > '/org/apache/camel/camel-dependencies/3.15.0/camel-dependencies-3.15.0.pom.asc'
> > > > > does not exist for 'camel-dependencies-3.15.0.pom'.
> > > > > ```
> > > > >
> > > > > This seems to be caused by the recent workaround we put in place to
> > > > > unblock the release.
> > > > >
> > > > > On Sun, Jan 30, 2022 at 6:13 PM Claus Ibsen <claus.ib...@gmail.com> 
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay I have tested that the generated camel-dependencies/pom.xml is
> > > > > > correct and works with camel-karaf and camel-spring-boot.
> > > > > > Also the need for that template file that failed in the build before
> > > > > > has been removed
> > > > > >
> > > > > > The fix is in this commit:
> > > > > >
> > > > > https://github.com/apache/camel/commit/2e74964e8986163521cb044cb9e4bc0033ececad
> > > > > >
> > > > > > Gregor, you are welcome to restart the release, from the top of the 
> > > > > > main
> > > > > branch.
> > > > > >
> > > > > >
> > > > > > On Sun, Jan 30, 2022 at 5:22 PM Claus Ibsen <claus.ib...@gmail.com>
> > > > > wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Ah okay, yeah its the new sync to camel-dependencies that I was 
> > > > > > > afraid
> > > > > > > could cause a problem as its done in a new way now.
> > > > > > > I have a potential fix - just doing a full rebuild before pushing.
> > > > > > >
> > > > > > > When I have tested it some more I will report back here. And when 
> > > > > > > so
> > > > > > > then you can restart the release.
> > > > > > > Otherwise if what I am doing fails, then we can revert that 
> > > > > > > commit,
> > > > > > > and go back to the old way with camel-dependencies, and try to 
> > > > > > > come up
> > > > > > > with a better solution for Camel 3.16.
> > > > > > >
> > > > > > > On Sun, Jan 30, 2022 at 3:56 PM Gregor Zurowski
> > > > > > > <gre...@list.zurowski.org> wrote:
> > > > > > > >
> > > > > > > > The previous fix helped, but I am now running into yet another 
> > > > > > > > issue.
> > > > > > > > When building camel-dependencies-generator, I am getting an 
> > > > > > > > error
> > > > > when
> > > > > > > > the attempting to sign target artifacts:
> > > > > > > >
> > > > > > > > ```
> > > > > > > > [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign
> > > > > (sign-release-artifacts)
> > > > > > > > @ camel-dependencies-generator ---
> > > > > > > > [INFO] gpg: can't create
> > > > > > > >
> > > > > '/git/camel/camel-dependencies/target/gpg/../camel-dependencies/target/camel-dependencies-pom-template.xml.asc':
> > > > > > > > No such file or directory
> > > > > > > > [INFO] gpg: signing failed: No such file or directory
> > > > > > > > ```
> > > > > > > >
> > > > > > > > Probably related to the recent changes made with
> > > > > > > >
> > > > > https://github.com/apache/camel/commit/badc9aea3a21a398b514d91d65f13a64ff5c0ec6#diff-bffcf0db5b30b728e4429b1bd7b845b8d369eec5de1509157e96e8db7db6ff65
> > > > > ?
> > > > > > > >
> > > > > > > > On Sun, Jan 30, 2022 at 1:03 PM Claus Ibsen 
> > > > > > > > <claus.ib...@gmail.com>
> > > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > I have removed it, can you try again
> > > > > > > > >
> > > > > https://github.com/apache/camel/commit/4d947bc6b3222f327de3379e5e51f23b5914324c
> > > > > > > > >
> > > > > > > > > On Sun, Jan 30, 2022 at 12:59 PM Claus Ibsen <
> > > > > claus.ib...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Okay lets remove the endpointdsl archetype - it does not 
> > > > > > > > > > bring
> > > > > any
> > > > > > > > > > real value anyway.
> > > > > > > > > >
> > > > > > > > > > On Sun, Jan 30, 2022 at 12:49 PM Gregor Zurowski
> > > > > > > > > > <gre...@list.zurowski.org> wrote:
> > > > > > > > > > >
> > > > > > > > > > > I ran into the same issue with another attempt:
> > > > > > > > > > >
> > > > > > > > > > > ```
> > > > > > > > > > > [ERROR] Failed to execute goal on project build-it: Could 
> > > > > > > > > > > not
> > > > > resolve
> > > > > > > > > > > dependencies for project
> > > > > > > > > > >
> > > > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:build-it:jar:0.0.1:
> > > > > > > > > > > Could not find artifact
> > > > > > > > > > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT ->
> > > > > [Help 1]
> > > > > > > > > > > [INFO] [INFO]
> > > > > org.apache.maven.lifecycle.LifecycleExecutionException:
> > > > > > > > > > > Failed to execute goal on project build-it: Could not 
> > > > > > > > > > > resolve
> > > > > > > > > > > dependencies for project
> > > > > > > > > > >
> > > > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:build-it:jar:0.0.1:
> > > > > > > > > > > Could not find artifact
> > > > > > > > > > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT
> > > > > > > > > > > ```
> > > > > > > > > > >
> > > > > > > > > > > Any ideas?
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Gregor
> > > > > > > > > > >
> > > > > > > > > > > On Sun, Jan 30, 2022 at 11:07 AM Gregor Zurowski
> > > > > > > > > > > <gre...@list.zurowski.org> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Claus,
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks for looking into this and applying a fix. I've 
> > > > > > > > > > > > just
> > > > > restarted
> > > > > > > > > > > > the build and will provide updates if I encounter any
> > > > > further issues.
> > > > > > > > > > > > I am currently working on the newly created 
> > > > > > > > > > > > `release/3.15.0`
> > > > > branch:
> > > > > > > > > > > > https://github.com/apache/camel/tree/release/3.15.0
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Gregor
> > > > > > > > > > > >
> > > > > > > > > > > > On Sun, Jan 30, 2022 at 9:05 AM Claus Ibsen <
> > > > > claus.ib...@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Gregor
> > > > > > > > > > > > >
> > > > > > > > > > > > > I found another way
> > > > > > > > > > > > >
> > > > > https://github.com/apache/camel/commit/bd5c161b163da12ffeb5b84f91f921af8a40cdc8
> > > > > > > > > > > > >
> > > > > > > > > > > > > We use these archetypes in the camel-catalog so they
> > > > > should ideally be
> > > > > > > > > > > > > build before the catalog.
> > > > > > > > > > > > >
> > > > > > > > > > > > > We will skip running these archetype tests during 
> > > > > > > > > > > > > release
> > > > > building. I
> > > > > > > > > > > > > am using the release profile.
> > > > > > > > > > > > > If you need this for other profiles, maybe there is a
> > > > > pre-release or
> > > > > > > > > > > > > something, then you can just add it as well.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Can you try again?
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Sat, Jan 29, 2022 at 9:12 PM Gregor Zurowski
> > > > > > > > > > > > > <gre...@list.zurowski.org> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Everyone:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I am having issues cutting the release candidate for
> > > > > Camel 3.15.0 (off
> > > > > > > > > > > > > > of the current main branch). The build breaks on the
> > > > > > > > > > > > > > `camel-endpointdsl` module with the following error:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > ```
> > > > > > > > > > > > > > [ERROR] Failed to execute goal on project run-it: 
> > > > > > > > > > > > > > Could
> > > > > not resolve
> > > > > > > > > > > > > > dependencies for project
> > > > > > > > > > > > > >
> > > > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:run-it:jar:0.0.1:
> > > > > > > > > > > > > > Could not find artifact
> > > > > > > > > > > > > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT
> > > > > -> [Help 1]
> > > > > > > > > > > > > > [INFO] [INFO]
> > > > > org.apache.maven.lifecycle.LifecycleExecutionException:
> > > > > > > > > > > > > > Failed to execute goal on project run-it: Could not
> > > > > resolve
> > > > > > > > > > > > > > dependencies for project
> > > > > > > > > > > > > >
> > > > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:run-it:jar:0.0.1:
> > > > > > > > > > > > > > Could not find artifact
> > > > > > > > > > > > > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT
> > > > > > > > > > > > > > ```
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Any idea on how to resolve this?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks in advance,
> > > > > > > > > > > > > > Gregor
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > 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