Add camel-atlasmap to JIRA components

2020-10-30 Thread Tomohisa Igarashi
Hi, Could anybody add camel-atlasmap component in Camel JIRA and set default assignee to me? Thanks, Tomo

Re: Operator privilege on #apache-camel on Freenode?

2018-08-07 Thread Tomohisa Igarashi
Maybe register a group and own #apache-camel channel as a group? https://freenode.net/groupreg On Tue, 2018-08-07 at 10:46 +0200, Claus Ibsen wrote: > Hi > > Sorry I am not an operator > Message(482): #apache-camel You're not a channel operator > > > > On Tue, Aug 7, 2018 at 10:39 AM, Zoran R

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

2018-05-10 Thread Tomohisa Igarashi
ak > > > > > On 10 May 2018, at 07:39, Onder SEZGIN wrote: > > > > > > Interestingly, it does not fail in IDE(intellij). > > > It fails on mvn prompt as Tomohisa mentioned. > > > after running mvn clean on the prompt and fire the test on IDE

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

2018-05-09 Thread Tomohisa Igarashi
Yep, actually this fails for me. I noticed that I get this weird exception when I run "mvn test -Dtest=GreaterTest" - WARNING - Unable to scrape for @Stateful, @Stateless, @Singleton or @MessageDriven annotations. AnnotationFinder failed. java.lang.RuntimeException

Re: News on front page about new website and documentation

2018-04-25 Thread Tomohisa Igarashi
Hi, Wasn't asciidoctor-maven-plugin an option? We're using it to generate AtlasMap developer guide on each master build. https://github.com/atlasmap/atlasmap/blob/dc9cceb7e7438b88e5d761b636f2f31f4d5c36ff/docs/pom.xml#L50-L71 https://docs.atlasmap.io/ Thanks, Tomo On Wed, 2018-04-25 at 21:55 +02

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Tomohisa Igarashi
Hi Claus, I want to take some from the list, if there's no taker I would just start from 1). These definitely help me to get familiar with spring-boot :-) Thanks, Tomo On Sat, 2018-03-17 at 17:31 +0100, Claus Ibsen wrote: > Hi > > I started the migration from spring boot 1 to 2 in a new branc

Revisit with 2.20.0-SNAPSHOT (Sep 23 2017) Re: running all the examples

2017-09-24 Thread Tomohisa Igarashi
some of them are just missing a few steps to follow, or even I just made a mistake when running. Thanks, Tomo On Thu, 2017-05-18 at 10:35 +0900, Tomohisa Igarashi wrote: > OK done! > https://issues.apache.org/jira/browse/CAMEL-11294 > > > On 05/17/2017 08:06 PM, Claus I

Re: [VOTE] Release Apache Camel 2.19.3

2017-09-11 Thread Tomohisa Igarashi
+1 (non-binding) Thanks, Tomo On Mon, 2017-09-11 at 09:21 +0200, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.19.3, a new patch release > that includes 40 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?v

Re: Temporary link to the GitHub from top page?

2017-08-24 Thread Tomohisa Igarashi
; > On Wednesday, August 23, 2017, 8:02:11 PM GMT+2, Zoran Regvart > wrote: > > > Hi Tomo, > thank you for this I think this would help the users find the most > relevant documentation. > > My bad for not working on the new website more, didn't find the time :(

Temporary link to the GitHub from top page?

2017-08-23 Thread Tomohisa Igarashi
Hi, Can't we just have a tiny note on camel.apache.org top page and say, Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the asciidoc in the repository: https://github.com/apache/camel/blob

Re: Component Extensions

2017-08-04 Thread Tomohisa Igarashi
+1 looks promising for data type metadata as well! It'll need something similar for DataFormat so it can hold type metadata as well as components, but it can be addressed separately. Thanks, Tomo On Fri, 2017-08-04 at 14:13 +0200, Claus Ibsen wrote: > On Fri, Aug 4, 2017 at 2:09 PM, Luca Burgaz

Re: [VOTE] Release Apache Camel 2.19.2 (Attempt #3)

2017-07-30 Thread Tomohisa Igarashi
+1 (non-binding) Tested declarative transformer/validator examples. Thanks, Tomo On Fri, 2017-07-28 at 18:03 +0200, Gregor Zurowski wrote: > Hi Everyone: > > This is the third vote to release Apache Camel 2.19.2, a new patch > release that includes 41 fixes and improvements. The first and > se

Re: running all the examples

2017-05-17 Thread Tomohisa Igarashi
rward. On Wed, May 10, 2017 at 2:48 PM, Tomohisa Igarashi wrote: Hi, I just finished to run rest of the examples (except a few), here is what I got, hope it helps for something: kafka, kotlin, loan-broker-cxf, loan-broker-jms, management, mybatis, opentracing, pojo-messaging, reactive-streams, r

Re: running all the examples

2017-05-17 Thread Tomohisa Igarashi
cated examples etc so we don't carry those forward. On Wed, May 10, 2017 at 2:48 PM, Tomohisa Igarashi wrote: Hi, I just finished to run rest of the examples (except a few), here is what I got, hope it helps for something: kafka, kotlin, loan-broker-cxf, loan-broker-jms, managemen

Re: What branch to add new functionality

2017-05-10 Thread Tomohisa Igarashi
Hi, I've been working on master branch for everything including bug fixes. Bug fixes are backported to the other branches, but in principal new functionality will only get into master. Thanks, Tomo On 05/11/2017 07:58 AM, Mark wrote: Hello devs, I'm working on some new functionality for the

running all the examples

2017-05-10 Thread Tomohisa Igarashi
time, and some of them are very old and not relevant such as etl and spring-dm and whatnot. There is already 90 examples so enough on our plate to maintain. And we should try to keep the examples more relevant and reduce the number of old/legacy kind. On Tue, May 2, 2017 at 8:28 AM, Tomohisa Igar

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Tomohisa Igarashi
Hi, I'm running through camel examples in the tarball for sanity check. I hit 'image not found' error on 2 kubernates examples though, I guess it's just missing a few steps to let it recognize the staging repo? Anyway I'll continue on remaining. karaf commands don't install on 4.0.7, so

Re: API argument check: should it be always same type across all methods?

2017-03-09 Thread Tomohisa Igarashi
'substitutions' in the API mapping configuration seems to be helpful for this situation - sorry, may have sent too early. On 03/09/2017 08:44 PM, Tomohisa Igarashi wrote: Hi, While I'm trying to create camel-zendesk component (CAMEL-10160), I hit this type check error htt

API argument check: should it be always same type across all methods?

2017-03-09 Thread Tomohisa Igarashi
Hi, While I'm trying to create camel-zendesk component (CAMEL-10160), I hit this type check error https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/util/component/ApiMethodParser.java#L163 [ERROR] Failed to execute goal org.apache.camel:camel-api-component-m

Re: Pipeline for single processor - any side effect?

2017-02-28 Thread Tomohisa Igarashi
u are welcome to log a JIRA for 3.0. On Tue, Feb 28, 2017 at 3:41 PM, Tomohisa Igarashi wrote: Hi, I noticed that if eventDrivenProcessors contains only one processor, IN message is not copied to OUT even when exchange pattern is InOut while it does if it contains multiple processors. eventDrivenProce

Pipeline for single processor - any side effect?

2017-02-28 Thread Tomohisa Igarashi
Hi, I noticed that if eventDrivenProcessors contains only one processor, IN message is not copied to OUT even when exchange pattern is InOut while it does if it contains multiple processors. eventDrivenProcessors are wrapped with Pipeline here when initiating a camel route here: https://githu

Re: Adding type awareness in Camel route

2016-11-06 Thread Tomohisa Igarashi
n't be too complex. Anyway that is a next thing to do. Thanks, Tomo On 10/26/2016 10:52 PM, Tomohisa Igarashi wrote: Hi Claus, Thanks for the feedback! On 10/26/2016 09:39 PM, Claus Ibsen wrote: On Mon, Oct 17, 2016 at 4:35 AM, Tomohisa Igarashi wrote: Hi, I'd like to resume the d

Re: Adding type awareness in Camel route

2016-10-26 Thread Tomohisa Igarashi
Hi Claus, Thanks for the feedback! On 10/26/2016 09:39 PM, Claus Ibsen wrote: On Mon, Oct 17, 2016 at 4:35 AM, Tomohisa Igarashi wrote: Hi, I'd like to resume the discussion about this. I still think 3.0 would be the best target to get this feature fully supported, but to achieve

Re: Adding type awareness in Camel route

2016-10-18 Thread Tomohisa Igarashi
ld guess it is probably very hard to implement. Yes I went back and forth again and again in camel-core in depth. It eventually worked :) Thanks, Tomo Best regards Stephan -Original Message- From: Tomohisa Igarashi [mailto:tm.igara...@gmail.com] Sent: Montag, 17. Oktober 2016 16

Re: Adding type awareness in Camel route

2016-10-17 Thread Tomohisa Igarashi
text file, which contains "xml:{ws.example.com}aaaInput" type of XML. Are you focusing any of these kinds of endpoint types or are you just focusing some special processors that operate on very specific data? The answer is all of them, plus not only for endpoint, but for ar

Re: Adding type awareness in Camel route

2016-10-16 Thread Tomohisa Igarashi
ortunately this is purely an addition to existing features, i.e. is not breaking any existing API. What do you think? Thanks, Tomo On 09/17/2016 10:20 PM, Tomohisa Igarashi wrote: Hi Claus, Thanks for the reply. Sure that's fine, I agree 3.0 would be better to be targeted than 2.x as this

CAMEL-9606 - unsafe transaction synchronization in camel-sjms

2016-10-14 Thread Tomohisa Igarashi
nable this option by default as I don't see any situation that they don't want to share the Session, transacted=false would be enough. Thoughts? If it sounds OK for you guys, I'll make a PR for it. Thanks, Tomo -- Tomohisa Igarashi mailto:tm.igara...@gmail.com

Re: [DISCUSS] Upgrade Camel to Karaf 4

2016-10-11 Thread Tomohisa Igarashi
Hi, I just submitted a pull request for CAMEL-10124, migrating camel commands to karaf4 style. And found this thread is somehow related... https://issues.apache.org/jira/browse/CAMEL-10124 https://github.com/apache/camel/pull/1206 As far as I tested locally, current camel commands are working f

Re: Adding type awareness in Camel route

2016-09-17 Thread Tomohisa Igarashi
that is 2.19 or 3.0, and for the latter what the broad goals of that is. What you talk about seems more of a 3.0 candidate to me, than on 2.x. On Fri, Sep 16, 2016 at 6:50 AM, Tomohisa Igarashi wrote: Hi Camel developers, I'd like to propose an enhancement on handling data types of Camel

Adding type awareness in Camel route

2016-09-15 Thread Tomohisa Igarashi
Hi Camel developers, I'd like to propose an enhancement on handling data types of Camel message contents. To start a smooth discussion I implemented the idea first: https://github.com/igarashitm/camel/tree/contract-based-type-awareness And these testcases demonstrates the declarative transforme