Re: [VOTE] Release Apache Camel 4.6.0

2024-05-09 Thread Onder SEZGIN
+1 (binding) Thanks On Thu, May 9, 2024 at 1:10 PM Babak Vahdat wrote: > +1 (binding) > > Thanks Gregor! > > -- > Babak > > > Am 06.05.2024 um 10:17 schrieb Gregor Zurowski >: > > > > Hi Everyone: > > > > This is a vote to release Apache Camel 4.6.0, a new release with 108 > > new features

Re: Support for Microsoft Graph

2021-11-29 Thread Onder SEZGIN
Hi, You will probably need to implement a new component with it java client apis. Please check camel documentation and several camel books. Onder On Tue, 23 Nov 2021 at 00:43, ASHWIN .P.S wrote: > Hi Team, > > We need support to integrate Apache camel with Microsoft Graph API to read >

Re: rest dsl strange behaviour when processor used

2021-08-25 Thread Onder SEZGIN
hange.HTTP_RESPONSE_CODE, 500); > it works as you expect. > > In the working version, the constant expression is evaluated by the > setHeader() operation and it stores an integer in the exchange header. > > This is indeed quite confusing! > > Regards, > Karen > > On 19/08/2021 16

Re: rest dsl strange behaviour when processor used

2021-08-19 Thread Onder SEZGIN
t(500)) .otherwise().setHeader(Exchange.HTTP_RESPONSE_CODE, constant(404)) .end(); On Thu, Aug 19, 2021 at 2:51 PM Onder SEZGIN wrote: > Hi, > > i have a confusing issue while camel 3.7.5. > > when i have below. i can get 500.(Working fine titled example) > > However, if i have, HTTP respons

rest dsl strange behaviour when processor used

2021-08-19 Thread Onder SEZGIN
Hi, i have a confusing issue while camel 3.7.5. when i have below. i can get 500.(Working fine titled example) However, if i have, HTTP response is not getting set to 500. Can anyone provide any light on this? Thanks. from("direct:uploadFiles") .process(new Processor() {

Re: ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-18 Thread Onder SEZGIN
on the pollEnrich. Then > your route works as you expect since when no file is available the file > consumer returns no result and the enricher sends an empty body. > > Hope this helps, > Karen > > > On 05/08/2021 13:48, Onder SEZGIN wrote: > > extra info: > >

Re: ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-05 Thread Onder SEZGIN
extra info: it keeps logging No files found.. skipping to send to S3 which possibly means that file is not getting picked up. and camel version is 3.7.5 thanks On Thu, Aug 5, 2021 at 12:17 PM Onder SEZGIN wrote: > Hello, > > After a while i am taking a ride with newer versions of cam

ondemand file processing with pollEnrich not grabbing files from a directory

2021-08-05 Thread Onder SEZGIN
Hello, After a while i am taking a ride with newer versions of camel, and i have a usecase to create a restful endpoint which will trigger uploading a file from a preconfigured directory to s3 bucket. so below if we endpoint is called and there is no file in the directory it logs nothing to

Re: Problematic language in our repositories

2020-11-27 Thread Onder SEZGIN
+1 to Guillaume. I would not like to act like Camus or Sartre on these kinds of matters, to me, it is simple, if you think there is barrier, then there is. Overall meritocracy is covering all these kinds matters and embraceful enough for anything. And these are technical terms. Changing language

Re: Alternatives to gitter

2020-08-20 Thread Onder SEZGIN
Hi, To be honest i am a bit lost with gitter. i can not really follow. that's a quite good suggestion. i have been using slack a lot. i tried zulip quite a while ago when i did not like but maybe there is an improvement. i don,t know. worth trying. just my 2 cents. Onder On Thu, Aug 20, 2020

Re: [VOTE] Release Apache Camel 2.25.2

2020-07-20 Thread Onder SEZGIN
+1 On Mon, 20 Jul 2020, 11:31 Zoran Regvart, wrote: > +1 (binding) > > Thanks Gregor, you have been busy :) > > On Sat, Jul 18, 2020 at 7:31 PM Gregor Zurowski > wrote: > > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.25.2, a new patch release for > > the 2.25.x branch

Re: [HEADS UP] - Java 8 to be dropped

2020-07-01 Thread Onder SEZGIN
Hello, Jbit seems quite promising. Really nice work from gnodet as always. -1 for this one. Even though java has new features, most features are basically in terms of expressions enhancements which enables most expressive coding. ( there are various jsr s but this is how i personally and simply

Re: [VOTE] Release Apache Camel 3.4.0 with Spring Boot and Karaf Support Projects

2020-06-15 Thread Onder SEZGIN
+1 On Mon, 15 Jun 2020, 23:13 Federico Valeri, wrote: > +1 > > On Mon, Jun 15, 2020, 2:38 PM Michael Joyner > wrote: > > > +1 > > > > On Mon, Jun 15, 2020 at 4:53 AM Jean-Baptiste Onofre > > wrote: > > > > > +1 (binding) > > > > > > Regards > > > JB > > > > > > > Le 15 juin 2020 à 09:14,

Re: [HEADS UP] The master branch has been force pushed

2020-05-19 Thread Onder SEZGIN
it was me, it was a total mistake in which i gave wrong remote name where they were similar in my config. and i did the second one to remove one commit in the middle in source tree in it wont happen again. i changed my remote names to avoid such confusion. sorry if that caused any issues at all.

Re: [camel] 01/01: test ssh-key

2020-05-18 Thread Onder SEZGIN
no i did typed wrong remote name and tried to rollback. sorry for the noise. On Mon, May 18, 2020 at 7:45 PM Andrea Cosentino wrote: > Is this really required? > > Il giorno lun 18 mag 2020 alle ore 18:43 ha scritto: > > > This is an automated email from the ASF dual-hosted git repository. > >

Re: Feature requirements on Camel

2020-05-14 Thread Onder SEZGIN
Hi, thanks for the overview look of what you are trying to achieve. at the high level, some parts sound achievable with BPM tools. of course, camel can be thought to act (up to a certain point) similar to some BPM tools. especially bullet 1 and 2 more BPM(ish) 3 4 sound reasonable. some are

Re: [ROADMAP] - To Apache Camel 3.4 LTS release

2020-05-14 Thread Onder SEZGIN
+1, trying to catch up with resteasy component in free slots. it will be done hopefully soon in note of further enhancements in new tickets. On Thu, May 14, 2020 at 9:32 AM Andrea Cosentino wrote: > https://github.com/apache/camel-spring-boot-examples > > Il giorno mer 13 mag 2020 alle ore

karaf integration tests

2020-04-20 Thread Onder SEZGIN
Hi, After separation of repositories, has there been a change how we add karaf integration tests for new components? Thanks

Re: [DISCUSS] - Camel components - Information about stability and native compilation

2020-04-08 Thread Onder SEZGIN
+1 to David Jencks. i raised a while ago but coul not start doing anything on it. https://camel.465427.n5.nabble.com/deprecated-components-by-which-version-of-camel-td5842700.html it would be a good addition while playing around with models. On Mon, Apr 6, 2020 at 5:17 PM David Jencks wrote: >

Re: camel-spring-boot: Snapshot artifacts no longer available?

2020-02-14 Thread Onder SEZGIN
Hi, I would prefer build time. otherwise maintenance headache IMHO. but there should be somehow a pipeline or something to test the build if there would a chance of change in code generation logic. On Mon, Feb 10, 2020 at 9:17 AM Zoran Regvart wrote: > Hi Cameleers, > I think this brings about

Re: [VOTE] Release Apache Camel Quarkus 1.0.0-M1

2019-12-06 Thread Onder SEZGIN
+1 6 Ara 2019 Cum, saat 13:20 tarihinde Willem Jiang şunu yazdı: > +1 (binding) > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Wed, Dec 4, 2019 at 8:07 PM Andrea Cosentino > wrote: > > > > Hello all: > > > > This is a vote to release Apache Camel Quarkus 1.0.0-M1 > > > >

Re: [VOTE] Release Apache Camel 3.0.0

2019-11-26 Thread Onder SEZGIN
+1 On Tue, 26 Nov 2019, 15:12 Thomas Diesler, wrote: > +1 WFC > > > On 25. Nov 2019, at 09:45, Gregor Zurowski > wrote: > > > > https://repository.apache.org/content/repositories/orgapachecamel-1164/ > >

Re: Camel integration tests

2019-10-10 Thread Onder SEZGIN
+1 On Wed, Oct 9, 2019 at 10:46 AM Jan Bouška wrote: > Hi folks, > Recently I was thinking about integration tests in Camel project. Of > course, we have camel-testcontainers component [1] which can help with > integration testing very much using docker containers. But what about > services

deprecated components by which version of camel

2019-09-10 Thread Onder SEZGIN
Hi, as in the documentation we mention that components are available by starting of which camel version. would it be good to add by which version the component got deprecated? for the time being, i don't have a sample implementation to show such scenario but i believe it would be a good feature

Re: [VOTE] Release Apache Camel 2.24.2

2019-09-09 Thread Onder SEZGIN
+1 On Mon, 9 Sep 2019, 13:22 Andrea Cosentino, wrote: > +1 (binding) > > Il giorno lun 9 set 2019 alle ore 14:06 Alex Dettinger < > aldettin...@gmail.com> ha scritto: > > > +1 (binding) > > > > Well done Gregor, > > Alex > > > > On Mon, Sep 9, 2019 at 1:40 PM Zoran Regvart wrote: > > > > > +1

Re: [DISCUSS] Meta model

2019-07-25 Thread Onder SEZGIN
Hi, yes some examples to describe these new features would be great. There are tones of changes which is a bit hard to follow at this stage (at least for me) On Wed, Jul 24, 2019 at 4:17 PM Andrea Cosentino wrote: > Yeah, a concrete example of what has been done could be useful to better >

Re: [HEADS UP] The endpoint-dsl branch

2019-06-13 Thread Onder SEZGIN
that's an awesome amount of work by looking the implementation in camel-package-maven-plugin and its result of autogenerating the dsl. i am going excited to see the enhancements in xml dsl in a similar regard. thanks Guillaume On Wed, Jun 12, 2019 at 11:38 PM Guillaume Nodet wrote: > So I

Re: [DISCUSS] Changing the Maven group ID for Spring Boot starters

2019-06-13 Thread Onder SEZGIN
+1 On Thu, Jun 13, 2019 at 9:00 AM Gregor Zurowski wrote: > +1 > > On Wed, Jun 12, 2019 at 12:08 PM Zoran Regvart wrote: > > > > Hi Cameleers, > > we publish Spring Boot starters with the Maven group ID of > > `org.apache.camel`, I think it would be better if we publish them with > > another

Re: [VOTE] Release Apache Camel 2.23.3

2019-06-11 Thread Onder SEZGIN
+1 On Tue, Jun 11, 2019 at 11:34 AM Willem Jiang wrote: > +1 (binding) > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Mon, Jun 10, 2019 at 4:04 PM Gregor Zurowski > wrote: > > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.23.3 a new planned patch > >

Re: [VOTE] Release Apache Camel 2.22.5

2019-06-10 Thread Onder SEZGIN
+1 On Mon, 10 Jun 2019, 09:41 Andrea Cosentino, wrote: > +1 (binding). > > Thanks Gregor. > > Il giorno lun 10 giu 2019 alle ore 08:37 Francois Papon < > francois.pa...@openobject.fr> ha scritto: > > > +1 (non-binding) > > > > Thanks! > > > > regards, > > > > François > > fpa...@apache.org > >

Re: [VOTE] Release Apache Camel-K Runtime 0.3.2

2019-04-25 Thread Onder SEZGIN
+1(binding) Hello all: This is a vote to release Apache Camel-K runtime 0.3.2 Staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1128 Tag: https://gitbox.apache.org/repos/asf?p=camel-k-runtime. git;a=tag;h=refs/tags/camel-k-runtime-parent-0.3.2 Source release

Re: [VOTE]

2019-04-24 Thread Onder SEZGIN
+1 for the first one. On Wed, 24 Apr 2019, 18:28 Nicola Ferraro, wrote: > Yeah, great designs. > I like a lot 1 and 3. > > Nicola > > On Wed, Apr 24, 2019 at 5:23 PM Andrea Cosentino > wrote: > > > Hello Jason, > > > > Thanks for your contributions! > > > > Personally I really like the concept

Re: [VOTE] Release Apache Camel 2.22.4

2019-04-09 Thread Onder SEZGIN
+1 On Tue, 9 Apr 2019, 01:00 Francois Papon, wrote: > +1 (non-binding) > > Thanks! > > regards, > > François Papon > fpa...@apache.org > > Le 08/04/2019 à 09:34, Gregor Zurowski a écrit : > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.22.4, the fourth patch > > release for

Re: [VOTE] Release Apache Camel 2.23.2

2019-04-09 Thread Onder SEZGIN
+1(binding) On Mon, 8 Apr 2019, 23:52 Alex Dettinger, wrote: > +1 (binding) > > Well done, > Alex > > On Mon, Apr 8, 2019 at 5:56 PM Andrea Cosentino wrote: > > > +1 (binding) > > > > Thanks > > > > Il lun 8 apr 2019, 17:47 Nicola Ferraro ha > scritto: > > > > > +1 (binding) > > > > > >

Re: IntelliJ IDEA setup for Apache Camel

2019-03-05 Thread Onder SEZGIN
http://camel.apache.org/set-up-your-ide.html see this file mentioned below is on older branches on github. *etc/idea/settings.jar* On Tue, Mar 5, 2019 at 1:42 PM Marc Carter wrote: > Official instructions for IntelliJ(*) point to files that no longer > exist. I'm sure there's some history to

Re: [VOTE] Release Apache Camel-K 0.2.1

2019-02-20 Thread Onder SEZGIN
+1 On Tue, Feb 19, 2019 at 3:13 PM Andrea Cosentino wrote: > Hello all: > > This is a vote to release Apache Camel-K 0.2.1 (runtime bits) > > Staging repository: > https://repository.apache.org/content/repositories/orgapachecamel-1120/ > > Tag: >

Re: [VOTE] Release Apache Camel 3.0.0-M1 (Milestone 1)

2019-02-19 Thread Onder SEZGIN
+1 On Mon, 18 Feb 2019, 10:23 Gregor Zurowski Hi Everyone: > > This is a vote to release Apache Camel 3.0.0-M1, the first milestone > towards a new 3.0.0 major release with currently 366 improvements and > fixes. > > Release notes: >

Re: Google Summer of Code 2019 is coming

2019-01-30 Thread Onder SEZGIN
Hi, (I am sorry I have not checked the guide yet while writing these words.) I am not sure how much time i can spare for it but I would like to volunteer with Andrea. Önder On Wed, Jan 30, 2019 at 1:29 PM Zoran Regvart wrote: > Hi Andrea, > good idea, this has some background in the guide[1]:

Re: [ANNOUNCE] Apache Camel on Twitter

2019-01-29 Thread Onder SEZGIN
Finally made it. Thanks for the efforts On Tue, 29 Jan 2019, 14:54 Zoran Regvart Hi Sebastian, > thanks for the suggestion, I changed the description. > > Keep the suggestions coming, we can all participate in this :) > > zoran > > On Tue, Jan 29, 2019 at 12:34 PM sebb wrote: > > > > (Glad it's

Re: [HEADS UP] - Camel 3 Migration Guide

2019-01-29 Thread Onder SEZGIN
Hi Guillaume, I had integrated maven profile to core once upon a time. I had run a bit to see what might be possibble diffs. (don't remember that work from top of my head.) All i remember was that It was a bit tedious. Please see this JIRA. https://issues.apache.org/jira/browse/CAMEL-10785

Re: [VOTE] Release Apache Camel 2.23.1

2019-01-16 Thread Onder SEZGIN
+1 (binding) Thanks On Tue, Jan 15, 2019 at 11:38 AM Dmitry Volodin wrote: > +1 (non-binding) > Thanks, Gregor! > -- > Best regards, > Dmitry Volodin > > > сб, 12 янв. 2019 г. в 22:45, Gregor Zurowski : > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.23.1, the first patch

Re: Camel website

2018-12-17 Thread Onder SEZGIN
Thanks François. It looks very nice. One minor comment: Look and feel is overlapping on mobile view. Maybe it could be adjusted to be more responsive. On Sun, Dec 16, 2018 at 3:59 PM Zoran Regvart wrote: > Hi François, > I think that's awesome! Please do create a PR :) > > zoran > On Sat, Dec

Re: [CAMEL 3] Moving sandbox/camel-3.x to master

2018-12-13 Thread Onder SEZGIN
om > Twitter: @oscerd2 > Github: oscerd > > > > > > > On Thursday, December 13, 2018, 8:14:04 AM GMT+1, Onder SEZGIN < > ond...@apache.org> wrote: > > > > > > Almost +1, (as points below affects the idea of where to using any camel > versions and even

Re: Create an Apache Camel Twitter Account

2018-12-13 Thread Onder SEZGIN
+1 On Thu, Dec 13, 2018 at 8:26 PM wrote: > +1. A twitter account and especially that account name would be nice. > Am 13. Dez. 2018, 15:49 +0100 schrieb Willem Jiang >: > > +1. > > > > Willem Jiang > > > > Twitter: willemjiang > > Weibo: 姜宁willem > > > > On Thu, Dec 13, 2018 at 9:22 PM Zoran

Re: [CAMEL 3] Moving sandbox/camel-3.x to master

2018-12-12 Thread Onder SEZGIN
Almost +1, (as points below affects the idea of where to using any camel versions and even contributing because for example; if you use (let's say JDK 8) and have come across a problem and solved in your local branch 2.X and submitted and if Camel 3.X would require JDK 10 as the base minimum

Re: Camel website

2018-12-12 Thread Onder SEZGIN
Hi, Thanks Zoran, it is really great effort. As i did not have experience with Antora and was following up with previous effort where we used Hugo, webpack & gulp + ascii doctor. Both approaches seems having trade-offs, i think better one is where we can do progress as web-site under

Re: [HEADS UP] Work on Apache Camel 3 is beginning

2018-12-12 Thread Onder SEZGIN
Hi, +1 to website and JDK 11 comptability definitely. One small note i want to say IMHO, velocity of adoption of new JDK releases in some corp env is not as fast as JDK releases. I am not saying JDK is super fast on new deliveries but in corp adoptions are somehow tedious and not easy. it would

Re: [VOTE] Release Apache Camel 2.23.0

2018-11-26 Thread Onder SEZGIN
+1 tested with personal projects. On Mon, Nov 26, 2018 at 1:09 PM John Poth wrote: > +1 (non-binding) Thanks Gregor! > > On Sun, Nov 25, 2018 at 7:27 PM Dmitry Volodin wrote: > > > +1 (non-binding) > > > > Thanks, Gregor! > > > > суббота, 24 ноября 2018 г. пользователь Gregor Zurowski

Re: Release Camel 2.23.0

2018-11-16 Thread Onder SEZGIN
e know your thoughts about the schedule. > > Thanks > > -- > Andrea Cosentino > -- > Apache Camel PMC Chair > Apache Karaf Committer > Apache Servicemix PMC Member > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: osce

stale-probot

2018-11-16 Thread Onder SEZGIN
Hi, Would it be good to use such tool for camel repos? https://probot.github.io/apps/stale/ (I've seen some repo's in github using it. Sounds good to me.) We have got very old PRs. Just an idea. Thanks, Önder

Re: build camel-k on windows

2018-11-13 Thread Onder SEZGIN
ment environment should > apply to your case. > > I think you may have issues with missing cli tools... > > On Mon, Nov 12, 2018 at 12:32 PM Onder SEZGIN wrote: > > > Hi, > > > > Is there a guide to build camel-k on windows? > > > > Thanks, > > Önder > > >

build camel-k on windows

2018-11-12 Thread Onder SEZGIN
Hi, Is there a guide to build camel-k on windows? Thanks, Önder

Re: Re: Release Camel 2.23.0

2018-11-10 Thread Onder SEZGIN
+1 to Zoran. it would be perfect if we can release with jdk 11 support as well. it looks like he's been one step ahead for jdk 11 work. :) Thanks for that. And I believe we should still support jdk 8. Not sure build status around 9 and 10. ( As I am also only struggling for both 8 and 11 by

Re: build camel-core JDK 11

2018-11-06 Thread Onder SEZGIN
Hi, i think all tests are not successful yet. My first goal was to build with JDK 11 and then i guess we will run the tests and provide possible fixes for failing ones. I have got a couple issues while trying to build. Zoran, did you run local successfull build? Thanks, On Wed, Nov 7, 2018 at

Re: build camel-core JDK 11

2018-11-05 Thread Onder SEZGIN
> yeah I that would be it; I've not forgotten about this (read: still > > > rebasing), hopefully will get to the bottom of it today. I hit a snag > > > with Scala component, and it takes a long time for the build to run... > > > > > > zoran > > > >

Re: [VOTE] Release Apache Camel 2.22.2

2018-11-05 Thread Onder SEZGIN
+1, tested with personal projects On Mon, Nov 5, 2018 at 3:23 PM Thomas Diesler wrote: > +1 from wildfly-camel > > cheers > — thomas > > > On Nov 2, 2018, at 8:27 PM, Alex Dettinger > wrote: > > > > +1 (non-binding) > > Nice cut Gregor. > > > > Alex > > > > On Fri, Nov 2, 2018 at 1:43 PM Luca

Re: build camel-core JDK 11

2018-11-02 Thread Onder SEZGIN
Hi Zoran, it is ok now. apparently as i was not doing full build, i should have installed parent/pom.xml otherwise camel-parent artifact from snapshot repository was retrieved where the maven property was missing. thanks. On Thu, Nov 1, 2018 at 2:38 PM Onder SEZGIN wrote: > I think it sho

Re: build camel-core JDK 11

2018-11-01 Thread Onder SEZGIN
ve missed it when > rebasing on `master`, let me rebase and test locally now, > > zoran > > On Thu, Nov 1, 2018 at 3:19 AM, Onder SEZGIN wrote: > > Hi, > > > > Has anybody tried to build camel-core locally with JDK-11? > > > > First i

build camel-core JDK 11

2018-10-31 Thread Onder SEZGIN
Hi, Has anybody tried to build camel-core locally with JDK-11? First i got this error; [ERROR] Failed to execute goal org.apache.camel:camel-package-maven-plugin:2.23.0-SNAPSHOT:prepare-spring-boot-auto-configuration (validate) on project camel-core: Execution validate of goal

Re: Hosted web site

2018-10-31 Thread Onder SEZGIN
Great work. Thanks Zoran. On Wed, Oct 31, 2018 at 10:49 AM Nicola Ferraro wrote: > That's nice Zoran. I think it's a good first step is to have something that > is displayed on the web, so that we can iterate. > > It would be technically possible to have both websites persisted on master, > so

Re: [VOTE] Release Apache Camel 2.21.3

2018-10-23 Thread Onder SEZGIN
+1 On Mon, 22 Oct 2018, 11:17 Luca Burgazzoli, wrote: > +1 (binding) > > --- > Luca Burgazzoli > > On Mon, Oct 22, 2018 at 10:03 AM Zoran Regvart wrote: > > > > +1 (binding) > > > > Thanks for doing the release Gregor! > > > > zoran > > > > On Sun, Oct 21, 2018 at 5:26 PM, Gregor Zurowski > >

Re: [FOSDEM] FOSDEM 2019 Free Java Dev Room Call For Participation

2018-10-18 Thread Onder SEZGIN
all self-organize > once their room is approved... > > zoran > > On Thu, Oct 18, 2018 at 10:53 AM, Onder SEZGIN > wrote: > > Hi, > > > > i think we missed submission dates. > > > > Devroom proposal form*Submissions are now closed for 2019.* > > > > -- > Zoran Regvart >

Re: [FOSDEM] FOSDEM 2019 Free Java Dev Room Call For Participation

2018-10-18 Thread Onder SEZGIN
Hi, i think we missed submission dates. Devroom proposal form*Submissions are now closed for 2019.* On Thu, Oct 18, 2018 at 10:26 AM Zoran Regvart wrote: > Hi, > I was trying to find some information on how the BoF is organized, > couldn't find any recent information, I'll ask on comdev and

Re: Release Camel 2.23.0

2018-10-16 Thread Onder SEZGIN
+1 On Tue, Oct 16, 2018 at 11:31 AM Zoran Regvart wrote: > Hi Cameleers, > yeah I did some preliminary work, I need to finish that and cherry > pick it to `master` from `java-10` branch, > > zoran > > On Tue, Oct 16, 2018 at 9:57 AM, David Karlsen > wrote: > > Would it be worthwhile testing

Re: [HEADS UP] Camel 3.x branch

2018-10-05 Thread Onder SEZGIN
Great start. Thanks... On Thu, Oct 4, 2018 at 11:58 AM Luca Burgazzoli wrote: > Amazing job Guillaume and welcome back ! > > --- > Luca Burgazzoli > > On Thu, Oct 4, 2018 at 10:38 AM Nicola Ferraro > wrote: > > > > That's really nice! > > Working on Camel 3 is something we've deferred for a

Re: [VOTE] Release Apache Camel 2.22.1

2018-09-05 Thread Onder SEZGIN
+1, tested against personal projects. On Mon, Sep 3, 2018 at 11:05 PM Alex Dettinger wrote: > +1 (non-binding) > > Thanks for cutting the release Gregor, > Alex > > On Mon, Sep 3, 2018 at 9:47 AM Andrea Cosentino > wrote: > > > +1 (binding) > > > > Thanks Gregor! > > > > -- > > Andrea

Re: [VOTE] Release Apache Camel 2.20.4

2018-07-22 Thread Onder SEZGIN
+1 On Mon, Jul 23, 2018 at 5:00 AM Willem Jiang wrote: > +1. > > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Sun, Jul 22, 2018 at 12:33 AM, Gregor Zurowski < > gre...@list.zurowski.org> > wrote: > > > Hi Everyone: > > > > This is a vote for releasing Apache Camel 2.20.4,

Re: [VOTE] Release Apache Camel 2.21.2

2018-07-19 Thread Onder SEZGIN
+1 On Wed, 18 Jul 2018 at 18:26, Grzegorz Grzybek wrote: > +1 (non-binding) > > regards > Grzegorz Grzybek > > 2018-07-18 17:07 GMT+02:00 Willem Jiang : > > > +1. > > > > > > Willem Jiang > > > > Twitter: willemjiang > > Weibo: 姜宁willem > > > > On Wed, Jul 18, 2018 at 5:46 AM, Gregor Zurowski <

Re: Apache Camel 2.21.2 patch release

2018-07-13 Thread Onder SEZGIN
; Apache Camel PMC Chair > Apache Karaf Committer > Apache Servicemix PMC Member > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: oscerd > > > > > > > On Friday, July 13, 2018, 2:38:40 PM GMT+2, Onder SEZGIN < > ond...@apache.org> wrote: > >

Re: Apache Camel 2.21.2 patch release

2018-07-13 Thread Onder SEZGIN
; > > > > > They seem to be sporadic errors, because between 18 and 19 there weren't > changes to the code base. Lets keep an eye on this job. > > Thanks Onder. > > -- > Andrea Cosentino > -- > Apache Camel PMC Chair > Apach

Re: A "Kamel" crazy idea

2018-07-12 Thread Onder SEZGIN
Hi, This can make Kamel language, dsl agnostic and will give more room to integrate faster. Definitely +1. On Fri, Jul 13, 2018 at 3:54 AM Willem Jiang wrote: > Yeah, it's a really good idea to combine the K8S with Camel. > In my mind if we want to host a camel application on the cloud, it

Re: Apache Camel 2.21.2 patch release

2018-07-12 Thread Onder SEZGIN
Hi, We have build failing on 2.22.x branch in the last two builds. https://builds.apache.org/job/Camel/job/camel-2.22.x/lastCompletedBuild/testReport/ https://builds.apache.org/job/Camel/job/camel-2.22.x/18/testReport/ Fyi. On Tue, Jul 10, 2018 at 12:58 PM Willem Jiang wrote: > I'm sorry

Re: [VOTE] Release Apache Camel 2.22.0

2018-07-02 Thread Onder SEZGIN
+1 On Mon, 2 Jul 2018 at 19:07, Pascal Schumacher wrote: > +1 (non-binding) > > Tested with a spring-boot based project. > > Thanks, > Pascal > > Am 02.07.2018 um 14:38 schrieb Nicola Ferraro: > > +1 (non-binding) > > > > Tested on personal projects. > > > > Thanks, > > Nicola > > > > On Mon,

Re: ceylon example failure on local build

2018-06-27 Thread Onder SEZGIN
laus Ibsen > wrote: > > Hi > > > > Ah we had quite a lot of trouble with that celyon example. Maybe we > > should remove it? > > > > On Wed, Jun 27, 2018 at 10:00 AM, Onder SEZGIN > wrote: > >> Hi Everyone, > >> > >> I am trying local

ceylon example failure on local build

2018-06-27 Thread Onder SEZGIN
Hi Everyone, I am trying local build and always hit this issue. I did not check the root of the problem but wanted to ask you quickly if you have come across the problem. [INFO] --- ceylon-maven-plugin:1.3.3:compile (compile) @ camel-example-ceylon --- Downloading from central:

Re: Getting ready for Camel 2.22 Release with SB2 support

2018-06-27 Thread Onder SEZGIN
t; complex, so we may want to review it a bit more, and bit a bit > >> careful. > >> Besides that lets get the last bits done this week, so maybe Gregor > >> can cut the RC in the weekend or start of next week. > >> > >> > >> > >>

Re: Getting ready for Camel 2.22 Release with SB2 support

2018-06-27 Thread Onder SEZGIN
t; complex, so we may want to review it a bit more, and bit a bit > >> careful. > >> Besides that lets get the last bits done this week, so maybe Gregor > >> can cut the RC in the weekend or start of next week. > >> > >> > >> > >>

Re: Getting ready for Camel 2.22 Release with SB2 support

2018-06-19 Thread Onder SEZGIN
Hi, I am done with CAMEL-6840. This will possibly resolve CAMEL-5599. I think lately Willem has had one comment. I think it is addressed already. If you have more, please let me know and we can have it merged soon. Thanks, Önder On Mon, Jun 18, 2018 at 11:02 AM Onder SEZGIN wrote: > Hi, &g

Re: Getting ready for Camel 2.22 Release with SB2 support

2018-06-18 Thread Onder SEZGIN
t I would like to get > > implemented and started working on: > > https://issues.apache.org/jira/browse/CAMEL-9751 > > > > > > > > On Tue, May 29, 2018 at 9:10 AM, Onder SEZGIN wrote: > >> I think SB 2.0.3 will be released around 13th of June. > >>

Re: Fwd: Apache Camel branded Swag!

2018-06-14 Thread Onder SEZGIN
Wow, that was fast. Thanks On Thu, 14 Jun 2018 at 19:59, Zoran Regvart wrote: > Hi Andrea, > I wanted to make the t-shirt as simple as possible and I didn't want > to take too much of Marks time, I'm sure that Mark is open to > arranging the making the other design available as well :) > >

Re: [heads-up] Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-14 Thread Onder SEZGIN
Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Thu, Jun 14, 2018 at 2:36 AM, Onder SEZGIN wrote: > > > Hi Guys, > > > > Just a heads up. > > I found problems with the implementation so before moving ahead with XML > > DSL i reverted t

[heads-up] Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-13 Thread Onder SEZGIN
Hi Guys, Just a heads up. I found problems with the implementation so before moving ahead with XML DSL i reverted the changes. I will try to revisit. Four you information. Thanks. On Tue, Jun 12, 2018 at 9:53 AM Onder SEZGIN wrote: > Thanks Guys, > > @ Alex, I suspect the schema

Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-12 Thread Onder SEZGIN
tion of the schema like this: > > http://camel.apache.org/schema/spring > > /home/aldettinger/.m2/repository/org/apache/camel/ > > camel-spring/2.22.0-SNAPSHOT/camel-spring-2.22.0-SNAPSHOT.xsd > > > > And hit the same issue then you. So I think that the last version of &

Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-11 Thread Onder SEZGIN
pring/src/main/resources/META-INF/spring.schemas > > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Mon, Jun 11, 2018 at 9:11 PM, Onder SEZGIN wrote: > > > i did try full build. it did not help in my case :/ > > > > On Mon, Jun 11, 2018 a

Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-11 Thread Onder SEZGIN
i did try full build. it did not help in my case :/ On Mon, Jun 11, 2018 at 12:23 PM Onder SEZGIN wrote: > no. because it may take very long on my pc. > I will try to check. > > On Mon, Jun 11, 2018 at 12:17 PM Andrea Cosentino > wrote: > >> Did you try a full reb

Re: camel-spring.xsd gets updated and new tag fails during start up

2018-06-11 Thread Onder SEZGIN
he Servicemix PMC Member > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: oscerd > > > > > > > On Monday, June 11, 2018, 11:15:17 AM GMT+2, Onder SEZGIN < > ond...@apache.org> wrote: > > > > > > Hi Guys, > > I've recent

camel-spring.xsd gets updated and new tag fails during start up

2018-06-11 Thread Onder SEZGIN
Hi Guys, I've recently implemented CAMEL-6840 and new xml element is introduced as a result of it. I am trying to create a unit test for it under camel-spring to see if the new element is fine in XML DSL. and i have this simple xml route. http://camel.apache.org/schema/spring;>

Re: Getting ready for Camel 2.22 Release with SB2 support

2018-05-29 Thread Onder SEZGIN
I think SB 2.0.3 will be released around 13th of June. 2.0.3 Due by June 13, 2018 Last updated 5 minutes ago 87% complete 4 open 28 closed

Re: testcontainers

2018-05-23 Thread Onder SEZGIN
+1 On Wed, May 23, 2018 at 8:14 AM, Luca Burgazzoli wrote: > A very simple example is: > > https://github.com/lburgazzoli/apache-camel/blob/ > CAMEL-12485/platforms/spring-boot/components-starter/camel- > consul-starter/src/test/java/org/apache/camel/component/ >

Re: [camel] branch master updated: fix the failing camel-ejb tests on the ci-server

2018-05-10 Thread Onder SEZGIN
locally, i did (to avoid any effect on others) diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml index 67936fa31d6..b26e7a8e3fe 100644 --- a/components/camel-ejb/pom.xml +++ b/components/camel-ejb/pom.xml @@ -54,8 +54,18 @@ org.slf4j

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-10 Thread Onder SEZGIN
b tests locally. Let’s wait for the > next CI-build. > > Babak > > > On 10 May 2018, at 07:39, Onder SEZGIN <ondersez...@gmail.com> wrote: > > > > Interestingly, it does not fail in IDE(intellij). > > It fails on mvn prompt as Tomohisa mentioned. > >

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Onder SEZGIN
e using OpenEJB 4.7.5 and shouldn't be a problem... > > Thanks, > Tomo > > On Thu, 2018-05-10 at 00:09 +0200, Zoran Regvart wrote: > > On Wed, May 9, 2018 at 5:40 PM, Onder SEZGIN <ond...@apache.org> wrote: > > > I can help with some of them by tomorrow. > >

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-09 Thread Onder SEZGIN
I can help with some of them by tomorrow. On Wed, 9 May 2018 at 17:56, Pascal Schumacher wrote: > Hi Zoran, > > thank you very much for fixing this. :) > > -Pascal > > Am 09.05.2018 um 10:10 schrieb Zoran Regvart: > > Hi Cameleers, > > we managed to get the Ceylon

Re: [VOTE] Release Apache Camel 2.21.1

2018-05-01 Thread Onder SEZGIN
+1 On Tue, 1 May 2018 at 18:16, Jean-Baptiste Onofré wrote: > +1 (binding) > > Regards > JB > > On 01/05/2018 17:11, Francois Papon wrote: > > +1 (non-binding) > > > > Thanks, > > > > François > > > > > > Le 29/04/2018 à 20:23, Gregor Zurowski a écrit : > >> Hi Everyone: > >>

Re: [VOTE] Release Apache Camel 2.20.3

2018-03-27 Thread Onder SEZGIN
+1 (non-binding) On Tue, 27 Mar 2018 at 22:15, Jon Anstey wrote: > +1 (binding) > > On Mon, Mar 26, 2018 at 7:16 AM, Gregor Zurowski > > wrote: > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.20.3, a new patch release for > >

Re: [VOTE] Release Apache Camel 2.19.5

2018-03-27 Thread Onder SEZGIN
+1 (non-binding) On Mon, 26 Mar 2018 at 09:44, Andrea Cosentino wrote: > +1 (binding) > > Thanks Gregor. > > -- > Andrea Cosentino > -- > Apache Camel PMC Member > Apache Karaf Committer > Apache Servicemix PMC Member > Email:

Re: [HEADS UP] Migrating what remains of the Camel Confluence Site

2018-03-09 Thread Onder SEZGIN
t; > > > > > On Thursday, February 8, 2018, 2:27:33 PM GMT+1, Claus Ibsen < > claus.ib...@gmail.com> wrote: > > > > > > It does not create the adoc files itself, it just reports its missing. > So you add that file yourself. > > On Thu, Feb 8, 2018 at

Re: News on front page about new website and documentation

2018-03-07 Thread Onder SEZGIN
I am in. Not sure about timeline, though. On Tue, 6 Mar 2018 at 12:49, Claus Ibsen wrote: > Hi > > I think we should post a news on the Camel front page about the > situation with the current old website and docs vs the new website and > docs from the source. > > A rough

Re: [HEADS UP] Migrating what remains of the Camel Confluence Site

2018-02-08 Thread Onder SEZGIN
and some eips don't get created by those json files? eg: how convertBodyTo-eip.adoc is created? On Thu, Feb 8, 2018 at 4:10 PM, Onder SEZGIN <ondersez...@gmail.com> wrote: > Ok so far, code reading is going on for me before completing missing eips. > As far as i can understand,

Re: [HEADS UP] Migrating what remains of the Camel Confluence Site

2018-02-07 Thread Onder SEZGIN
> master and then rebase the website branch to pick those up, > > zoran > > [1] https://github.com/apache/camel/blob/website/camel-website/gulpfile.js > > On Tue, Feb 6, 2018 at 10:11 AM, Onder SEZGIN <ondersez...@gmail.com> > wrote: > > Hi, > > > > I have g

  1   2   >