Hi

Thanks Otavio

I pushed some commits that make it build for me
https://github.com/apache/camel/compare/main...release/4.0.0-RC1

On Tue, Jun 27, 2023 at 1:45 PM Otavio Rodolfo Piske <angusyo...@gmail.com>
wrote:

> There's a bunch of commits on main which fixed the same issue, so you can
> try to cherry-pick those:
>
> 47c4a4e4502 (chores) build: fix CI build (camel-dsl)
> 7311a29f2bb  (chores) build: fix CI build (camel-olingo4-api)
> 3d167324d60  (chores) build: fix CI build (camel-olingo2-api)
> 76a5ee2188b  (chores) build: fix CI build (camel-dhis2-api)
> 88339326f47  (chores) build: fix CI build (camel-debezium-common)
> 93f454675ec  (chores) build: fix CI build (camel-box-api)
> ab02143e7a8  (chores) build: fix CI build (camel-as2-api)
> d6a1747b2d1  (chores) build: fix CI build (camel-fhir-api)
> 6f3083b5729  (chores) build: fix CI build (camel-spring-xml)
>
> Kind regards
>
> On Tue, Jun 27, 2023 at 1:41 PM Otavio Rodolfo Piske <angusyo...@gmail.com
> >
> wrote:
>
> > I think we can also try to remove the maven-source-plugin from those
> > modules as it is already defined in the release profile.
> >
> >
> > Kind regards
> >
> > On Tue, Jun 27, 2023 at 1:33 PM Claus Ibsen <claus.ib...@gmail.com>
> wrote:
> >
> >> Hi
> >>
> >> I can get the build running with jar-no-fork but I get this a bit later
> >>
> >> [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] [INFO] BUILD FAILURE
> >> [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] [INFO] Total time:  06:58 min
> >> [INFO] [INFO] Finished at: 2023-06-27T13:29:03+02:00
> >> [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-plugin-plugin:3.9.0:descriptor
> >> (default-descriptor) on project camel-component-maven-plugin: Execution
> >> default-descriptor of goal
> >> org.apache.maven.plugins:maven-plugin-plugin:3.9.0:descriptor failed:
> >> Negative time -> [Help 1]
> >> [INFO] [ERROR]
> >> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven
> >> with
> >> the -e switch.
> >> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug
> >> logging.
> >> [INFO] [ERROR]
> >> [INFO] [ERROR] For more information about the errors and possible
> >> solutions, please read the following articles:
> >> [INFO] [ERROR] [Help 1]
> >>
> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> >> [INFO] [ERROR]
> >> [INFO] [ERROR] After correcting the problems, you can resume the build
> >> with
> >> the command
> >> [INFO] [ERROR]   mvn <args> -rf :camel-component-maven-plugin
> >>
> >>
> >>
> >> On Tue, Jun 27, 2023 at 1:19 PM Claus Ibsen <claus.ib...@gmail.com>
> >> wrote:
> >>
> >> > Hi
> >> >
> >> > Its like due to the maven source plugin is upgraded from 3.2.1 to
> 3.3.0
> >> as
> >> > part of apache 29 -> 30
> >> >
> https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
> >> >
> https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
> >> >
> >> > The SO has some hints
> >> >
> >> >
> >>
> https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0
> >> >
> >> > So we can either downgrade to 3.2.1 (need to explicit do this in camel
> >> > pom.xml files).
> >> > Or try that workaround (from the SO link) with the jar -> jar-no-fork
> >> >
> >> > On Tue, Jun 27, 2023 at 11:45 AM Gregor Zurowski <
> >> gre...@list.zurowski.org>
> >> > wrote:
> >> >
> >> >> Hi Nicolas,
> >> >>
> >> >> I am running into the following error when starting the release
> prepare
> >> >> phase:
> >> >>
> >> >> ```
> >> >> [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @
> >> >> camel-buildtools ---
> >> >> [ERROR] We have duplicated artifacts attached.
> >> >> [...]
> >> >>  [INFO] Camel :: Buildtools ................................ FAILURE
> [
> >> >> 6.667 s]
> >> >> ```
> >> >>
> >> >> And some additional info is logged afterwards:
> >> >> ```
> >> >> [ERROR] Failed to execute goal
> >> >> org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork
> >> >> (attach-sources) on project camel-buildtools: Presumably you have
> >> >> configured maven-source-plugn to execute twice times in your build.
> >> >> You have to configure a classifier for at least on of them. -> [Help
> >> >> 1]
> >> >> ```
> >> >>
> >> >> This can be reproduced by running `./mvnw release:prepare -Prelease
> >> >> -DdryRun` on the `release/4.0.0-RC1` branch.
> >> >>
> >> >> Any ideas on how to resolve this?
> >> >>
> >> >> Thanks in advance
> >> >> Gregor
> >> >>
> >> >>
> >> >> On Fri, Jun 23, 2023 at 2:28 PM Nicolas Filotto <nfilo...@talend.com
> >
> >> >> wrote:
> >> >> >
> >> >> > Hi Gregor,
> >> >> >
> >> >> > I created for you a branch release/4.0.0-RC1 in each repository
> >> (camel,
> >> >> camel-examples, camel-spring-boot, and camel-spring-boot-examples).
> >> >> >
> >> >> > Regards,
> >> >> > Nicolas
> >> >> > ________________________________
> >> >> > From: Andrea Cosentino <anco...@gmail.com>
> >> >> > Sent: Friday, June 23, 2023 14:05
> >> >> > To: dev@camel.apache.org <dev@camel.apache.org>
> >> >> > Subject: Re: Release 4.0-RC1
> >> >> >
> >> >> > CAMEL-19159 is now fixed.
> >> >> >
> >> >> > Il giorno ven 23 giu 2023 alle ore 13:52 Andrea Cosentino <
> >> >> anco...@gmail.com>
> >> >> > ha scritto:
> >> >> >
> >> >> > > To me, we just need to revert the related PRs.
> >> >> > >
> >> >> > > Il giorno ven 23 giu 2023 alle ore 13:26 Nicolas Filotto <
> >> >> > > nfilo...@talend.com> ha scritto:
> >> >> > >
> >> >> > >> It can be fixed for CR2 as it is a bug
> >> >> > >> ________________________________
> >> >> > >> From: Andrea Cosentino <anco...@gmail.com>
> >> >> > >> Sent: Friday, June 23, 2023 12:52
> >> >> > >> To: dev@camel.apache.org <dev@camel.apache.org>
> >> >> > >> Subject: Re: Release 4.0-RC1
> >> >> > >>
> >> >> > >> Only DynamoDB is pending.
> >> >> > >>
> >> >> > >> We should also look at
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://issues.apache.org/jira/browse/CAMEL-19491__;!!CiXD_PY!R1tHEs_usPa7jpnO3gRdctjxFY9JagIYl5-H2NjHlMNuhIsa8ZOAXOmwY_ww8vPqHGtlza6CR0rM8A8$
> >> >> > >> ,
> >> >> > >> because it seems we merged PRs based on wrong assumptions.
> >> >> > >>
> >> >> > >> Il giorno ven 23 giu 2023 alle ore 11:10 Nicolas Filotto <
> >> >> > >> nfilo...@talend.com> ha scritto:
> >> >> > >>
> >> >> > >> > Thanks Andrea, your ticket is the last one open for RC1 (
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://issues.apache.org/jira/issues/?jql=project*20*3D*20CAMEL*20AND*20status*20in*20(Open*2C*20*22In*20Progress*22*2C*20Reopened)*20AND*20fixVersion*20*3D*204.0-RC1__;JSUlJSUlJSUlJSUlJSUlJSUlJQ!!CiXD_PY!R1tHEs_usPa7jpnO3gRdctjxFY9JagIYl5-H2NjHlMNuhIsa8ZOAXOmwY_ww8vPqHGtlza6CRoq6g1Q$
> >> >> > >> )
> >> >> > >> > so let us know when it is done.
> >> >> > >> >
> >> >> > >> > ________________________________
> >> >> > >> > From: Andrea Cosentino <anco...@gmail.com>
> >> >> > >> > Sent: Friday, June 23, 2023 11:04
> >> >> > >> > To: dev@camel.apache.org <dev@camel.apache.org>
> >> >> > >> > Subject: Re: Release 4.0-RC1
> >> >> > >> >
> >> >> > >> >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://issues.apache.org/jira/browse/CAMEL-19159__;!!CiXD_PY!S96mm5MO4LYxsow3K5Vvmc0-hw8ms6GHGI0SDdMxf2aHbsD3V3IbVCUHE3eBfD2zfMDWT5k3VD3aHMA$
> >> >> > >> >
> >> >> > >> > Il giorno ven 23 giu 2023 alle ore 11:02 Nicolas Filotto <
> >> >> > >> > nfilo...@talend.com> ha scritto:
> >> >> > >> >
> >> >> > >> > > The 2 dependency upgrades left are fixed now.
> >> >> > >> > >
> >> >> > >> > > Andrea, what is the link to the issue you are fixing?
> >> >> > >> > > ________________________________
> >> >> > >> > > From: Andrea Cosentino <anco...@gmail.com>
> >> >> > >> > > Sent: Friday, June 23, 2023 10:16
> >> >> > >> > > To: dev@camel.apache.org <dev@camel.apache.org>
> >> >> > >> > > Subject: Re: Release 4.0-RC1
> >> >> > >> > >
> >> >> > >> > > I would like to complete the AWS profile Credentials issues
> >> for
> >> >> all
> >> >> > >> the
> >> >> > >> > > components before RC1.
> >> >> > >> > >
> >> >> > >> > > I'll try to finish today.
> >> >> > >> > >
> >> >> > >> > > Il giorno ven 23 giu 2023 alle ore 09:55 Nicolas Filotto <
> >> >> > >> > > nfilo...@talend.com> ha scritto:
> >> >> > >> > >
> >> >> > >> > > > Hi,
> >> >> > >> > > >
> >> >> > >> > > > There are 2 dependency upgrades left before being ready
> for
> >> the
> >> >> > >> > release.
> >> >> > >> > > > Once merged, I will let you know.
> >> >> > >> > > >
> >> >> > >> > > > Regarding the release, Gregor, I don't know exactly what
> >> Claus
> >> >> does
> >> >> > >> to
> >> >> > >> > > > prepare it, but if I can help anyhow, please let me know.
> >> >> > >> > > >
> >> >> > >> > > > Regards,
> >> >> > >> > > > Nicolas
> >> >> > >> > > > ________________________________
> >> >> > >> > > > From: Otavio Rodolfo Piske <angusyo...@gmail.com>
> >> >> > >> > > > Sent: Friday, June 23, 2023 09:47
> >> >> > >> > > > To: dev@camel.apache.org <dev@camel.apache.org>
> >> >> > >> > > > Subject: Re: Release 4.0-RC1
> >> >> > >> > > >
> >> >> > >> > > > Hey Claus,
> >> >> > >> > > >
> >> >> > >> > > > Absolutely. I don't have any big change on my end. My
> >> >> pre-release
> >> >> > >> items
> >> >> > >> > > > are:
> >> >> > >> > > >
> >> >> > >> > > > - Fix the flaky tests on core and components
> >> >> > >> > > > - Minor/safe cleanups here and there
> >> >> > >> > > > - Multi-architecture build and test fixes
> >> >> > >> > > >
> >> >> > >> > > > One note from my end: I'll also be on PTO from July 1st to
> >> July
> >> >> > >> 9th. I
> >> >> > >> > > can
> >> >> > >> > > > come online for any emergency if necessary.
> >> >> > >> > > >
> >> >> > >> > > > Now, asking both you and Gregor:
> >> >> > >> > > >
> >> >> > >> > > > Is there something I can do to help make this release
> happen
> >> >> > >> > flawlessly?
> >> >> > >> > > If
> >> >> > >> > > > there's any, it will go to the top of my priority list.
> Just
> >> >> let me
> >> >> > >> > know.
> >> >> > >> > > >
> >> >> > >> > > > Kind regards
> >> >> > >> > > >
> >> >> > >> > > > On Thu, Jun 22, 2023 at 7:44 PM Claus Ibsen <
> >> >> claus.ib...@gmail.com>
> >> >> > >> > > wrote:
> >> >> > >> > > >
> >> >> > >> > > > > Hi
> >> >> > >> > > > >
> >> >> > >> > > > > I think we are close to be good for RC1 as well.
> >> >> > >> > > > > We can decide to move Kafka 3.5 upgrade for later.
> >> >> > >> > > > > And Nicolas has some test / alignment on SB but that can
> >> be
> >> >> done
> >> >> > >> > later
> >> >> > >> > > as
> >> >> > >> > > > > well.
> >> >> > >> > > > >
> >> >> > >> > > > > I will be on PTO for 2 weeks, but it would be good to
> get
> >> RC1
> >> >> > >> > released
> >> >> > >> > > > > while I am away.
> >> >> > >> > > > > Then I dont make trouble and commit a lot of stuff that
> >> >> breaks and
> >> >> > >> > > > whatnot
> >> >> > >> > > > > ;)
> >> >> > >> > > > >
> >> >> > >> > > > > Otavio and Nicolas can you guys work on finializing and
> >> >> getting
> >> >> > >> RC1
> >> >> > >> > > ready
> >> >> > >> > > > > for Gregor to cut and release, thanks.
> >> >> > >> > > > >
> >> >> > >> > > > >
> >> >> > >> > > > >
> >> >> > >> > > > >
> >> >> > >> > > > > On Wed, May 24, 2023 at 2:38 PM Claus Ibsen <
> >> >> > >> claus.ib...@gmail.com>
> >> >> > >> > > > wrote:
> >> >> > >> > > > >
> >> >> > >> > > > > > Hi
> >> >> > >> > > > > >
> >> >> > >> > > > > > I think within a few weeks we should close down and
> get
> >> >> the code
> >> >> > >> > base
> >> >> > >> > > > > > ready for cutting RC1.
> >> >> > >> > > > > > After the RC1 release we should then focus on
> stability
> >> and
> >> >> > >> avoid
> >> >> > >> > > doing
> >> >> > >> > > > > > majar big changes.
> >> >> > >> > > > > >
> >> >> > >> > > > > > Then we could look at a 4.0 GA in July.
> >> >> > >> > > > > >
> >> >> > >> > > > > > Any thoughts?
> >> >> > >> > > > > >
> >> >> > >> > > > > >
> >> >> > >> > > > > > --
> >> >> > >> > > > > > Claus Ibsen
> >> >> > >> > > > > > -----------------
> >> >> > >> > > > > > @davsclaus
> >> >> > >> > > > > > Camel in Action 2:
> >> >> > >> > > >
> >> >> > >> > >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!X-ZDtUPCyRF3tMU8l9_35iDGCfJvqUJH783cFaokO_Gd2W14u7xqoNSv06vsWcTriu2DOckCAA8Q14jbu9M$
> >> >> > >> > > > > >
> >> >> > >> > > > >
> >> >> > >> > > > >
> >> >> > >> > > > > --
> >> >> > >> > > > > Claus Ibsen
> >> >> > >> > > > > -----------------
> >> >> > >> > > > > @davsclaus
> >> >> > >> > > > > Camel in Action 2:
> >> >> > >> > > >
> >> >> > >> > >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!X-ZDtUPCyRF3tMU8l9_35iDGCfJvqUJH783cFaokO_Gd2W14u7xqoNSv06vsWcTriu2DOckCAA8Q14jbu9M$
> >> >> > >> > > > >
> >> >> > >> > > >
> >> >> > >> > > >
> >> >> > >> > > > --
> >> >> > >> > > > Otavio R. Piske
> >> >> > >> > > >
> >> >> > >> > > >
> >> >> > >> > >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__http://orpiske.net__;!!CiXD_PY!X-ZDtUPCyRF3tMU8l9_35iDGCfJvqUJH783cFaokO_Gd2W14u7xqoNSv06vsWcTriu2DOckCAA8Q5nBVLb8$
> >> >> > >> > > >
> >> >> > >> > > > As a recipient of an email from the Talend Group, your
> >> >> personal data
> >> >> > >> > will
> >> >> > >> > > > be processed by our systems. Please see our Privacy
> Notice <
> >> >> > >> > > > https://www.talend.com/privacy-policy/> for more
> >> information
> >> >> about
> >> >> > >> our
> >> >> > >> > > > collection and use of your personal information, our
> >> security
> >> >> > >> > practices,
> >> >> > >> > > > and your data protection rights, including any rights you
> >> may
> >> >> have
> >> >> > >> to
> >> >> > >> > > > object to automated-decision making or profiling we use to
> >> >> analyze
> >> >> > >> > > support
> >> >> > >> > > > or marketing related communications. To manage or
> >> discontinue
> >> >> > >> > promotional
> >> >> > >> > > > communications, use the communication preferences portal<
> >> >> > >> > > > https://info.talend.com/emailpreferencesen.html>. To
> >> exercise
> >> >> your
> >> >> > >> > data
> >> >> > >> > > > protection rights, use the privacy request form<
> >> >> > >> > > >
> >> >> > >> > >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl__;!!CiXD_PY!UDbczTHrCN78rTmy44tUxjaEJlSUIHrmllJmns957UmXypqwW6WCB5LReJxkTT2BlWtsa2yCuhpb4_M$
> >> >> > >> > > >.
> >> >> > >> > > > Contact us here <https://www.talend.com/contact/> or by
> >> mail
> >> >> to
> >> >> > >> either
> >> >> > >> > > of
> >> >> > >> > > > our co-headquarters: Talend, Inc.: 400 South El Camino
> Real,
> >> >> Ste
> >> >> > >> 1400,
> >> >> > >> > > San
> >> >> > >> > > > Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De
> Rothschild,
> >> >> 92150
> >> >> > >> > > Suresnes,
> >> >> > >> > > > France
> >> >> > >> > > >
> >> >> > >> > >
> >> >> > >> > > As a recipient of an email from the Talend Group, your
> >> personal
> >> >> data
> >> >> > >> will
> >> >> > >> > > be processed by our systems. Please see our Privacy Notice <
> >> >> > >> > > https://www.talend.com/privacy-policy/> for more
> information
> >> >> about
> >> >> > >> our
> >> >> > >> > > collection and use of your personal information, our
> security
> >> >> > >> practices,
> >> >> > >> > > and your data protection rights, including any rights you
> may
> >> >> have to
> >> >> > >> > > object to automated-decision making or profiling we use to
> >> >> analyze
> >> >> > >> > support
> >> >> > >> > > or marketing related communications. To manage or
> discontinue
> >> >> > >> promotional
> >> >> > >> > > communications, use the communication preferences portal<
> >> >> > >> > > https://info.talend.com/emailpreferencesen.html>. To
> exercise
> >> >> your
> >> >> > >> data
> >> >> > >> > > protection rights, use the privacy request form<
> >> >> > >> > >
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl__;!!CiXD_PY!S96mm5MO4LYxsow3K5Vvmc0-hw8ms6GHGI0SDdMxf2aHbsD3V3IbVCUHE3eBfD2zfMDWT5k3fwJzZjM$
> >> >> > >> > >.
> >> >> > >> > > Contact us here <https://www.talend.com/contact/> or by
> mail
> >> to
> >> >> > >> either
> >> >> > >> > of
> >> >> > >> > > our co-headquarters: Talend, Inc.: 400 South El Camino Real,
> >> Ste
> >> >> 1400,
> >> >> > >> > San
> >> >> > >> > > Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De Rothschild,
> >> 92150
> >> >> > >> > Suresnes,
> >> >> > >> > > France
> >> >> > >> > >
> >> >> > >> >
> >> >> > >> > As a recipient of an email from the Talend Group, your
> personal
> >> >> data
> >> >> > >> will
> >> >> > >> > be processed by our systems. Please see our Privacy Notice <
> >> >> > >> > https://www.talend.com/privacy-policy/> for more information
> >> >> about our
> >> >> > >> > collection and use of your personal information, our security
> >> >> practices,
> >> >> > >> > and your data protection rights, including any rights you may
> >> have
> >> >> to
> >> >> > >> > object to automated-decision making or profiling we use to
> >> analyze
> >> >> > >> support
> >> >> > >> > or marketing related communications. To manage or discontinue
> >> >> > >> promotional
> >> >> > >> > communications, use the communication preferences portal<
> >> >> > >> > https://info.talend.com/emailpreferencesen.html>. To exercise
> >> >> your data
> >> >> > >> > protection rights, use the privacy request form<
> >> >> > >> >
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl__;!!CiXD_PY!R1tHEs_usPa7jpnO3gRdctjxFY9JagIYl5-H2NjHlMNuhIsa8ZOAXOmwY_ww8vPqHGtlza6CxplWIKE$
> >> >> > >> >.
> >> >> > >> > Contact us here <https://www.talend.com/contact/> or by mail
> to
> >> >> either
> >> >> > >> of
> >> >> > >> > our co-headquarters: Talend, Inc.: 400 South El Camino Real,
> Ste
> >> >> 1400,
> >> >> > >> San
> >> >> > >> > Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De Rothschild,
> >> 92150
> >> >> > >> Suresnes,
> >> >> > >> > France
> >> >> > >> >
> >> >> > >>
> >> >> > >> As a recipient of an email from the Talend Group, your personal
> >> data
> >> >> will
> >> >> > >> be processed by our systems. Please see our Privacy Notice <
> >> >> > >> https://www.talend.com/privacy-policy/> for more information
> >> about
> >> >> our
> >> >> > >> collection and use of your personal information, our security
> >> >> practices,
> >> >> > >> and your data protection rights, including any rights you may
> >> have to
> >> >> > >> object to automated-decision making or profiling we use to
> analyze
> >> >> support
> >> >> > >> or marketing related communications. To manage or discontinue
> >> >> promotional
> >> >> > >> communications, use the communication preferences portal<
> >> >> > >> https://info.talend.com/emailpreferencesen.html>. To exercise
> >> your
> >> >> data
> >> >> > >> protection rights, use the privacy request form<
> >> >> > >>
> >> >>
> >>
> https://urldefense.com/v3/__https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl__;!!CiXD_PY!UDu08tyaBLQG9peboFGmYpTzJ3nFIMNsE3WUvtGtqyTjfkuklhbEjICi31JF0IE5wOQsTAupxIlzImI$
> >> >> >.
> >> >> > >> Contact us here <https://www.talend.com/contact/> or by mail to
> >> >> either
> >> >> > >> of our co-headquarters: Talend, Inc.: 400 South El Camino Real,
> >> Ste
> >> >> 1400,
> >> >> > >> San Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De Rothschild,
> >> 92150
> >> >> > >> Suresnes, France
> >> >> > >>
> >> >> > >
> >> >> >
> >> >> > As a recipient of an email from the Talend Group, your personal
> data
> >> >> will be processed by our systems. Please see our Privacy Notice <
> >> >> https://www.talend.com/privacy-policy/> for more information about
> our
> >> >> collection and use of your personal information, our security
> >> practices,
> >> >> and your data protection rights, including any rights you may have to
> >> >> object to automated-decision making or profiling we use to analyze
> >> support
> >> >> or marketing related communications. To manage or discontinue
> >> promotional
> >> >> communications, use the communication preferences portal<
> >> >> https://info.talend.com/emailpreferencesen.html>. To exercise your
> >> data
> >> >> protection rights, use the privacy request form<
> >> >>
> >>
> https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl
> >> >.
> >> >> Contact us here <https://www.talend.com/contact/> or by mail to
> either
> >> >> of our co-headquarters: Talend, Inc.: 400 South El Camino Real, Ste
> >> 1400,
> >> >> San Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De Rothschild, 92150
> >> >> Suresnes, France
> >> >>
> >> >
> >> >
> >> > --
> >> > Claus Ibsen
> >> > -----------------
> >> > @davsclaus
> >> > Camel in Action 2: https://www.manning.com/ibsen2
> >> >
> >>
> >>
> >> --
> >> Claus Ibsen
> >> -----------------
> >> @davsclaus
> >> Camel in Action 2: https://www.manning.com/ibsen2
> >>
> >
> >
> > --
> > Otavio R. Piske
> > http://orpiske.net
> >
>
>
> --
> Otavio R. Piske
> http://orpiske.net
>


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

Reply via email to