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

2016-03-24 Thread Aki Yoshida
+1 regards, aki 2016-03-22 13:48 GMT+01:00 Gregor Zurowski : > Hi Everyone: > > This is a vote to release Apache Camel 2.17.0, a new minor version > with ~450 improvements, fixes and new features. This is the second > attempt which fixes a NPE in camel-jaxb when used with > CamelTestBlueprint/OS

Re: [DISCUSS] Move to java 8 for 2.17?

2016-01-29 Thread Aki Yoshida
Hi Christian, But if we follow this rule literally, we would need to bump the major version every time when we do a minor release like we do now. In each minor release, we are introducing a bunch of binary incompatibilities that require updates of the underlining libraries. The servers document[1]

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Aki Yoshida
+1 regards, aki 2016-01-23 12:08 GMT+01:00 Gregor Zurowski : > Hi Everyone: > > This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and > improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12334167 > > Staging reposit

Re: camel git commit: update atmosphere's version range (as 2.4.x is incompatible with older 2.x)

2015-12-08 Thread Aki Yoshida
Hi Andrea, no problem. By the way, the version range could be changed to include 2.3.x in the future, as I have recently added some classes in both atmosphere 2.3.x and 2.4.x to somewhat hide this incompatible (unfortunate but thought necessary https://groups.google.com/forum/#!topic/atmosphere-fr

Re: [VOTE] Release Apache Camel 2.15.5

2015-11-25 Thread Aki Yoshida
+1 thanks. aki 2015-11-23 23:50 GMT+01:00 Gregor Zurowski : > Hi Everyone: > > This is a vote to release Apache Camel 2.15.5 that has 19 fixes and > improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333895 > > Staging reposito

Re: XStream unmarshalling requires explicit type permissions

2015-11-24 Thread Aki Yoshida
Hi you can change the permission behavior globally or customize it at the instance level. at the bottom of this document it is described how: http://camel.apache.org/xstream.html ->Setting the type permissions of Xstream DataFormat. regards, aki 2015-11-23 20:47 GMT+01:00 Krzysztof Sobkowiak :

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

2015-11-19 Thread Aki Yoshida
+1 thanks 2015-11-19 8:16 GMT+01:00 Claus Ibsen : > Hi > > Ah yeah I have just fixed those unit tests. It is only for a > representation of the uri that was affected, the logic should work as > before. > > > On Wed, Nov 18, 2015 at 6:25 PM, Aki Yoshida wrote: >&g

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

2015-11-18 Thread Aki Yoshida
I am still in the middle of testing but noticed one thing. Could it be that the recent change[1] in ServletComponent that removes some leading slashes from the endpoint url might have introduced some regression elsewhere? Concretely, I noticed that camel-gae's GHttpComponent is getting the endpoin

Re: [VOTE] Release Apache Camel 2.16.1

2015-11-17 Thread Aki Yoshida
thanks. 2015-11-17 8:53 GMT+01:00 Gregor Zurowski : > Alright, I can start rebuilding 2.16.1 in a few hours in order to > include the commons-collection upgrade. Is that OK for everyone? > > > On Mon, Nov 16, 2015 at 8:48 PM, Claus Ibsen wrote: >> Hi >> >> Yeah we would need to do a 2.15.x relea

Re: Camel 2.16.1 Release

2015-11-13 Thread Aki Yoshida
I just noticed that I don't see the 2.16.x jenkins job where i thought i could find it along with the trunk and 2.15.x jobs. Is is somewhere else? 2015-11-13 9:26 GMT+01:00 Gregor Zurowski : > Hi Everyone: > > I plan to build the Camel 2.16.1 release later today. Please let me > know if you stil

Re: [jira] [Commented] (CAMEL-9297) Expose more configuration options from Camel's XStream component

2015-11-10 Thread Aki Yoshida
No. The order of calling those allow and deny methods is significant. See http://x-stream.github.io/security.html#framework > The sequence of registration is essential. The most recently registered > permission will be evaluated first. And the two test cases in my original patch file demonstrate

Re: [VOTE] Camel 2.16.0 (attempt 2)

2015-10-08 Thread Aki Yoshida
+1 regards, aki 2015-10-06 3:21 GMT+09:00 Daniel Kulp : > > This is a vote to release Apache Camel 2.16.0. There was a TON of work done > over the last 6 months to get this ready so it’s time to get it out. > > Tag: > https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=cad9dc2be555b746

Re: [VOTE] Camel 2.16.0

2015-10-02 Thread Aki Yoshida
+1 regards, aki 2015-09-30 10:25 GMT+09:00 Daniel Kulp : > This is a vote to release Apache Camel 2.16.0. There was a TON of work done > over the last 6 months to get this ready so it’s time to get it out. > > Tag: > https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=a9ddbc94874817ab4

Re: CXF - too many dependencies

2015-09-10 Thread Aki Yoshida
hi smalik, it is true as Sergey mentioned that the current camel-cxf 2.15.x brings both jaxws and jaxrs minimal requirements and that is too much when you want to use only one or the other. But you still won't be needing a hundred of jars to just run a plain soap based service call, though. When u

Usefulness of the current Map or List to String conversion in Camel

2015-08-24 Thread Aki Yoshida
Hi, Currently, the default conversion from Map or List to String is based on the JDK's default serialization. So, if you have a map having entries "name"="peach", "taste"="sweet", you get {name=peach, taste=sweet} This representation is somewhat useless except for the logging purpose. This format

Re: [VOTE] Camel 2.15.3 - attempt 4

2015-08-18 Thread Aki Yoshida
+1 (non-binding) Aki 2015-08-18 8:18 GMT+02:00 Willem Jiang : > > I just ran unit tests of camel in action with this kit, everything looks good. > Here is my +1. > > -- > Willem Jiang > > > Blog: http://willemjiang.blogspot.com (English) > http://jnn.iteye.com (Chinese) > Twitter: willemjiang >

Re: Installing camel-cxf 2.15.2 feature leads to two versions of ServiceMix Stax-API bundles installed

2015-08-05 Thread Aki Yoshida
-05 9:32 GMT+02:00 Claus Ibsen : > On Fri, Jul 31, 2015 at 3:10 PM, Aki Yoshida wrote: >> For a short term, we can have camel also use 2.4.0 so that installing >> a camel feature won't lead to this situation. >> Is anyone against going for 2.4.0 in master and in camel-2.

Re: Installing camel-cxf 2.15.2 feature leads to two versions of ServiceMix Stax-API bundles installed

2015-07-31 Thread Aki Yoshida
ent/pom.xml#L430 > > On Thu, Jul 23, 2015 at 6:53 PM, Aki Yoshida wrote: >> I am wondering if there is a way to avoid this awkward situation. >> >> When you install camel-cxf 2.15.2 feature on a freshly setup karaf >> 3.0.3, it will end up with two versions of Service

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Aki Yoshida
this information to the documentation. regards, aki 2015-07-27 13:54 GMT+02:00 Aki Yoshida : > Hi Franz, > but the headers were transferred when you had the CXFPayload message > directly transferred from one end to the other, no? In other words, > that was the case when the scenari

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Aki Yoshida
h just > forwards the header to the SOAP server. This happened before the patch > and the same will happen after the patch. > > Regards Franz > > > > On Fri, Jul 24, 2015 at 4:27 PM, Aki Yoshida wrote: >> Hi Franz, >> I wanted to look at this but had not had time

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-24 Thread Aki Yoshida
Hi Franz, I wanted to look at this but had not had time and a little late to comment. One question or concern that I had wasthat this would change the behavior of the existing tunneling scenarios using some soap headers, no? In other other words, some unwanted headers might tunnel through and show

Installing camel-cxf 2.15.2 feature leads to two versions of ServiceMix Stax-API bundles installed

2015-07-23 Thread Aki Yoshida
I am wondering if there is a way to avoid this awkward situation. When you install camel-cxf 2.15.2 feature on a freshly setup karaf 3.0.3, it will end up with two versions of ServiceMix Stax API bundles. karaf@root()> feature:repo-add camel 2.15.2 Adding feature url mvn:org.apache.camel.karaf/ap

Re: Upgrade to CXF 3.1.x

2015-07-13 Thread Aki Yoshida
using CXF 3.0.x. And now Camel 2.16 is using CXF > 3.1.x. > > We do not want to tie to old versions that cripple us such as CXF 2.x > requiring Jetty 8.x etc. > > If you want to use CXF 2.7.x then use the already released versions of > Camel that supports this. > > >

Re: Upgrade to CXF 3.1.x

2015-07-13 Thread Aki Yoshida
Hi Claus, could you look at my comment on this ticket regarding the cxf's osgi-version range? I think we should keep the range as before, that is to have [2.7,4.0). So I am interested in hearing the argument for updating the range. thanks. regards, aki 2015-07-09 15:35 GMT+02:00 Aki Yoshida

Re: Upgrade to CXF 3.1.x

2015-07-09 Thread Aki Yoshida
I can look into it tomorrow unless someone is already working on it or planning to do so. let me know. regards, aki 2015-07-09 8:03 GMT+02:00 Claus Ibsen : > Hi > > Wonder if any of the CXF guys can upgrade Camel master branch to the > new 3.1.x versions of Apache CXF. > > There may be more than j

Re: CAMEL-8372

2015-02-20 Thread Aki Yoshida
Hi Sergey, I can take it, if no one else has started on it. regards, aki 2015-02-20 13:49 GMT+01:00 Sergey Beryozkin : > Hi > > Can someone please help with getting CAMEL-8372 [1] resolved for 2.15.0 ? > > It's a safe patch that only affects a 'model-only' CXFRS consumer option. > Currently only a

Re: camel git commit: [CAMEL-8333]Upgrade async-http-client to 1.9.0

2015-02-11 Thread Aki Yoshida
i think someone has fixed it already ;-) 2015-02-11 11:05 GMT+01:00 Aki Yoshida : > i can look into it. > > > 2015-02-11 8:16 GMT+01:00 Claus Ibsen : >> Hi >> >> I think this causes camel-ahc-ws to not compile anymore. >> >> [ERROR] >> /Users/davsc

Re: camel git commit: [CAMEL-8333]Upgrade async-http-client to 1.9.0

2015-02-11 Thread Aki Yoshida
i can look into it. 2015-02-11 8:16 GMT+01:00 Claus Ibsen : > Hi > > I think this causes camel-ahc-ws to not compile anymore. > > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java:[215,8] > error: method does not ov

Re: [VOTE] Release Camel 2.14.1

2014-12-12 Thread Aki Yoshida
+1 (non-binding) tested the unit tests with the src.zip and tested some cxf and websocket tests on karaf 3.0.2 2014-12-11 12:24 GMT+01:00 Willem Jiang : > This is a vote to release Apache Camel 2.14.1, a patch release coming > with about 139 issues fixed. > > Release notes: > 2.14.1 > https://is

Re: But in xtokenize() ?

2014-12-10 Thread Aki Yoshida
I replied to your "camel -xsd" thread at users@camel. I think that clarifies your question. regards, aki 2014-12-10 10:27 GMT+01:00 Aki Yoshida : > The test cases are spread in several places depending on the test types. > > For the iterator-level tests, those XMLTokenExpressio

Re: But in xtokenize() ?

2014-12-10 Thread Aki Yoshida
The test cases are spread in several places depending on the test types. For the iterator-level tests, those XMLTokenExpressionIterator*Test.java in https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=camel-core/src/test/java/org/apache/camel/support/ For the xtokenizer-level tests, tho

Re: Faster execution of JUnit tests

2014-11-27 Thread Aki Yoshida
ration of Ekstazi in pom.xml, as > suggested by Henryk (i.e., removing "excludesFile" and "argLine"). > > Looking forward to more feedback on the Google group, > Thanks, > Milos > >> p.s. by the way, the profile has been added in master. > > Great

Re: Faster execution of JUnit tests

2014-11-26 Thread Aki Yoshida
@Milos, +1 for using a dedicated jira and forum. regards, aki p.s. by the way, the profile has been added in master. 2014-11-20 23:04 GMT+01:00 Henryk Konsek : > Hi Milos, > >> in the next version (which I plan to release >> before the end of the month) no change to the existing pom files wil

Re: Faster execution of JUnit tests

2014-11-14 Thread Aki Yoshida
Hi Camel-Team, I have been talking with Milos about this ekstazi tool. Although we have identified a few shortcomings in some cases during our tests and discussion, I think this tool offers an interesting test option for Camel developers. And I believe It will be a mutual benefit for us to use this

Re: Flip to jdk7?

2014-09-19 Thread Aki Yoshida
+1 I thought this switch had already taken place with 2.14 because not all components of 2.14 was compatible with jdk 1.6. http://camel.465427.n5.nabble.com/jenkins-full-test-build-error-at-camel-barcode-td5752260.html 2014-09-19 14:31 GMT+02:00 Daniel Kulp : > > With Camel 2.14 out, can we now

Re: [VOTE] Release Apache Camel 2.14.0 (the second try)

2014-09-16 Thread Aki Yoshida
+1 (non-binding) regards, aki 2014-09-16 4:17 GMT+02:00 Willem Jiang : > I ran the test with camel inaction and camel cookbook codes. All tests were > passed after I updated the codes. > > Here is my +1. > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemj

Re: [VOTE] Release Apache Camel 2.14.0

2014-09-11 Thread Aki Yoshida
For the tests that I usually ran, everything was okay. But I noticed the following problem. There seems to be an issue in some components under OSGi. Concretely, I noticed that camel-google-drive has still 2.14-SNAPSHOT dependency wired, so you get Error executing command: Could not start bundle

Re: How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread Aki Yoshida
I just looked at the camel-mqtt component. Could it be that the authentication and transport security part is already supported, no? The configuration class MQTTConfiguration just extends org.fusesource.mqtt.client.MQTT which has all the setters and getters, so I think it is supported (at least sup

Re: problem with current 2.14-SNAPSHOT on karaf-3.0.1?

2014-08-07 Thread Aki Yoshida
n should be wider, and be [2.11,3). This > just bites next time there is a jline / karaf / whatever upgrade > somewhere. > > > On Wed, Aug 6, 2014 at 11:26 AM, Aki Yoshida wrote: >> I am getting this error when using camel feature for 2.14-SNAPSHOT on >> karaf-3.0.1. &

Re: problem with current 2.14-SNAPSHOT on karaf-3.0.1?

2014-08-06 Thread Aki Yoshida
I just saw some messages on dev@karaf. I could try replacing Jline manually in karaf-3.0.1 for now. 2014-08-06 11:26 GMT+02:00 Aki Yoshida : > I am getting this error when using camel feature for 2.14-SNAPSHOT on > karaf-3.0.1. > > Error executing command: Could not

problem with current 2.14-SNAPSHOT on karaf-3.0.1?

2014-08-06 Thread Aki Yoshida
I am getting this error when using camel feature for 2.14-SNAPSHOT on karaf-3.0.1. Error executing command: Could not start bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.14-SNAPSHOT in feature(s) camel-core-2.14-SNAPSHOT: Unresolved constraint in bundle org.apache.camel.karaf.camel-kara

Re: [VOTE] Release Apache Camel 2.13.2/2.12.4

2014-07-03 Thread Aki Yoshida
+1 (non-binding) I tried 2.13.2 for mvn install with osx jdk7; some manual cxf and core scenarios on karaf. All fine. regards, aki 2014-07-02 4:18 GMT+02:00 Willem Jiang : > Hi > > This is a vote to release Apache Camel 2.13.2 and 2.12.4. > > Release notes: > 2.13.2 > https://issues.apache.org/j

Re: jenkins full test build error at camel-barcode

2014-06-18 Thread Aki Yoshida
Execution.post(AbstractBuild.java:725) > at hudson.model.Run.execute(Run.java:1701) > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Ex

Re: jenkins full test build error at camel-barcode

2014-06-18 Thread Aki Yoshida
ng.blogspot.com (English) > http://jnn.iteye.com (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > On June 17, 2014 at 9:34:03 PM, Aki Yoshida (elak...@gmail.com) wrote: >> Hi Babak, >> thanks for the detail. >> >> In that case, I hope someone is d

Re: jenkins full test build error at camel-barcode

2014-06-17 Thread Aki Yoshida
d, there was an old attempt to > stabilize it > https://issues.apache.org/jira/browse/INFRA-6218 > > Babak > > Aki Yoshida-3 wrote >> 2014-06-13 12:43 GMT+02:00 Babak Vahdat < > >> babak.vahdat@ > >> >: >>> >>> >>> Am 13.06.14 12:23

Re: jenkins full test build error at camel-barcode

2014-06-17 Thread Aki Yoshida
2014-06-13 12:43 GMT+02:00 Babak Vahdat : > > > Am 13.06.14 12:23 schrieb "Aki Yoshida" unter : > >>I noticed the full test has been red for some time at camel-barcode. >> >>Today, I noticed that this test is using mvn:com.google.zxing/core/3.0.0 >&g

Re: Checkstyle issues in camel-core on master

2014-06-17 Thread Aki Yoshida
I noticed this error a few days ago and the errors are still there as of today. It looks like the changes come from Dhiraj, so I'm cc'ing him. The commit log shows him as the author and committer of the change and I am wondering if this was a pull request and merged without resetting the commiter/

Re: [CONF] Apache Camel > CXF

2014-06-17 Thread Aki Yoshida
Hi Gregor, This change is adding the operationName and operationNamespace properties to be included in the camel-cxf's configuration documentation. If these properties are mentioned (and in that way, their use as recommended), we need to be clear on its semantic when there is a conflict, namely the

jenkins full test build error at camel-barcode

2014-06-13 Thread Aki Yoshida
I noticed the full test has been red for some time at camel-barcode. Today, I noticed that this test is using mvn:com.google.zxing/core/3.0.0 and this core-3.0.0.jar was built with jdk 7 so it can't be used with the current jdk6 camel build. I don't know if there is a jdk6 compatible jar. Or el

Re: checkstyle

2014-05-28 Thread Aki Yoshida
gt;> Red Hat, Inc. >> Web: http://www.redhat.com >> Blog: http://willemjiang.blogspot.com (English) >> http://jnn.iteye.com (Chinese) >> Twitter: willemjiang >> Weibo: 姜宁willem >> >> >> >> On May 28, 2014 at 7:09:24 PM, Aki Yoshida (elak...@gmail.com)

checkstyle

2014-05-28 Thread Aki Yoshida
Hi, I saw Willem fixing some of my checkstyle violation (Thanks Willem) and realized belately that the checkstyle is not active by default in camel when doing mvn clean install. I thought that the checkstyle was enabled as in cxf by default. When I ran mvn -Psourcecheck, I saw some additional che

Re: [VOTE] Release Apache Camel 2.13.1

2014-05-12 Thread Aki Yoshida
+1 (non-binding) used the tarball 2.13.1-src and ran the whole unit tests with OSX JDK 1.7.0_51. also ran some cxf manual tests with karaf using camel features. looked all good. regards, aki 2014-05-08 3:48 GMT+02:00 Willem Jiang : > > This is a vote to release Apache Camel 2.13.1, a patch relea

Re: where are camel-2.14-SNAPSHOT jars in apache snapshot repo?

2014-04-04 Thread Aki Yoshida
; > Software Integration Specialist > > Apache Member > V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer > Apache Incubator PMC Member > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > > On Wed, Apr 2, 2014 at 3:00 PM, Aki Yoshida wro

where are camel-2.14-SNAPSHOT jars in apache snapshot repo?

2014-04-02 Thread Aki Yoshida
I may be looking at the wrong apache repo location but I was expecting to find 2.14-SNAPSHOT jars at https://repository.apache.org/content/groups/snapshots/org/apache/camel/camel-core/ but I found only 2.13-SNAPSHOT and 2.13.1-SNAPSHOT but not the current 2.14-SNAPSHOT. Was something forgot to be

Re: [VOTE] Release Apache Camel 2.13.0

2014-03-19 Thread Aki Yoshida
+1 (non-binding) tested with some cxf scenarios on karaf 3.0.0. aki 2014-03-18 6:19 GMT+01:00 Willem Jiang : > This is a vote to release Apache Camel 2.13.0, a major release coming > with about 480 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version

Re: [DISCUSS] - Closing down for Camel 2.13 release

2014-03-17 Thread Aki Yoshida
Hi Claus, Willem, you are right. I'll postpone it. As I had the components sitting for a long, I thought I should ask but I realize it was too late. Regards,, Aki 2014-03-17 9:14 GMT+01:00 Claus Ibsen : > On Mon, Mar 17, 2014 at 9:11 AM, Aki Yoshida wrote: >> Hi Willem, all, >&

Re: [DISCUSS] - Closing down for Camel 2.13 release

2014-03-17 Thread Aki Yoshida
Hi Willem, all, have you started on cutting out a release? I would like to push the the websocket client component. Additionally, the servlet based websocket server-sider component. If there is an objection or you have already started cutting out a release, I will postpone it. thanks. regards, aki

Re: would like to upgrade netty3 version to 3.9.0.Final

2014-03-14 Thread Aki Yoshida
ttp://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani > http://blog.raulkr.net | twitter: @raulvk > > On Fri, Mar 14, 2014 at 7:14 PM, Aki Yoshida wrote: > >> Hi, >> I noticed com.ning/async-http-client/1.8.3 has optional import of >> pack

would like to upgrade netty3 version to 3.9.0.Final

2014-03-14 Thread Aki Yoshida
Hi, I noticed com.ning/async-http-client/1.8.3 has optional import of packages exported by io.netty/netty of version version="[3.9,4)". Currently, camel trunk uses 3.8.0.Final for io.netty/netty 3.8.0.Final I would like to upgrade this to 3.9.0.Final to be consistent with what we have for the

Re: Camel master fails tests in tests/camel-blueprint-cxf-test

2014-02-28 Thread Aki Yoshida
ues/errors are you seeing? regards, aki 2014-02-28 15:21 GMT+01:00 Aki Yoshida : > Hi Claus, > I can take a look at it. Just a moment. > regards, aki > > > 2014-02-28 15:12 GMT+01:00 Claus Ibsen : >> I ran all the tests in tests and many tests failed in that cxf-blueprint.

Re: Camel master fails tests in tests/camel-blueprint-cxf-test

2014-02-28 Thread Aki Yoshida
Hi Claus, I can take a look at it. Just a moment. regards, aki 2014-02-28 15:12 GMT+01:00 Claus Ibsen : > I ran all the tests in tests and many tests failed in that cxf-blueprint. > > Wonder if you have the same issue on your computer? > > I am working on CAMEL-7156 and wanted to ensure I didn't

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Aki Yoshida
+1 (non-binding) aki 2014-02-16 5:16 GMT+01:00 Hadrian Zbarcea : > This is a vote to release Apache Camel 2.12.3, a patch release coming with > about 128 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325593 > > Staging repo:

[Question] how to proceed for websocket

2014-02-17 Thread Aki Yoshida
Hi Camel-team, I would like to integrate the atmosphere based websocket component to camel. I posted messages regarding this topic several times and most recent one some months ago [1]. I would like to briefly summarize the current status and propose a few options about how we can proceed. I woul

Re: import version range for javax.servlet in camel-servlet et al

2013-11-26 Thread Aki Yoshida
l. So, I'll be adding the range. regards, aki 2013/11/26 Christian Schneider : > We can do this but I think it is not necessary. > Implementations like pax web support the old package versions too to be > compatible with old builds. > > Christian > > Am 26.11.2013 12:3

import version range for javax.servlet in camel-servlet et al

2013-11-26 Thread Aki Yoshida
Hi, I noticed this a while ago but forgot to bring it up or ask. Currently, the import version range of javax.servlet is not explicitly given in camel-servlet's pom and as a result, camel-servlet is importing javax.servlet with range "[2.6,3)". Could we set the range explicitly to something like

Re: [VOTE] Release Apache Camel 2.12.2

2013-11-26 Thread Aki Yoshida
+1 (non-binding) ran the install test and some cxf osgi tests. All OK. the only thing I noticed was one unit test in camel-dns that seems to fail in sometimes semi-permanently. if your run from your console dig +short txt monkey.wp.dg.cx and that is not returning the string "A Macaque, ... http

Re: NettyHttpProducer Request URI

2013-11-08 Thread Aki Yoshida
Hi Willem, I agree with you that netty should use the path. but what is the benefit of using the full url? I guess the http 1.1 was changed to allow the full url so that the proxy doesn't need to rewrite the request, could it be? in that case, that will be another argument for the client to be actu

[DISCUSS] Re: update of websocket

2013-11-08 Thread Aki Yoshida
Hi Charles and team, After our discussion http://irclogs.dankulp.com/logs/irclogger_log/camel?date=2013-11-05,Tue and the original mail thread. http://camel.465427.n5.nabble.com/update-of-websocket-td5740578.html I thought about how to merge or integrate the atmosphere based server-side websocket

Re: update of websocket

2013-10-30 Thread Aki Yoshida
Hi Charles, okay. will talk to you next week. regards, aki 2013/10/30 Charles Moulliard : > Hi Aki, > > Sorry but I'm in vacations this week. Can you ping me next week (IRC : > ch007m) to discuss that. > > Regards, > > Charles > > > On Tue, Oct 29, 2013 at 1:

Re: update of websocket

2013-10-29 Thread Aki Yoshida
hanks. regards, aki 2013/9/30 Aki Yoshida : > Hi, > A few weeks ago, I posted to this list about my thought on the camel-websocket > http://camel.465427.n5.nabble.com/thoughts-on-the-camel-websocket-component-td5739005.html#a5739013 > > I did some prototyping and I wanted to share

update of websocket

2013-09-30 Thread Aki Yoshida
Hi, A few weeks ago, I posted to this list about my thought on the camel-websocket http://camel.465427.n5.nabble.com/thoughts-on-the-camel-websocket-component-td5739005.html#a5739013 I did some prototyping and I wanted to share this with you to get some feedback. But I will be on vacation and not

Re: [VOTE] Release Apache Camel 2.11.2

2013-09-23 Thread Aki Yoshida
l.git;a=blob;f=apache-camel/src/main/descriptors/src.xml;h=beb9610b3113ab2c83032e2e030b3bcb702856f6;hb=HEAD >> >> Best, >> Christian >> - >> >> Software Integration Specialist >> >> Apache Camel committer: https://camel.apache.org/team

Re: [VOTE] Release Apache Camel 2.11.2

2013-09-20 Thread Aki Yoshida
+1 (non-binding) used the source tar.gz from the other directory https://repository.apache.org/content/repositories/orgapachecamel-077/org/apache/camel/camel/2.11.2/ and performed the usual tests (the unit tests + some additional tests on equinox) as i mentioned in my earlier mail, the src.zip in

Re: [VOTE] Release Apache Camel 2.12.1

2013-09-20 Thread Aki Yoshida
+1 (non-binding) the same thing with the src.zip, which i mentioned for 2.11.2 but otherwise fine. aki 2013/9/19 Christian Müller : > After 9 days of development, we have a new bug fix release candidate > apache-camel-2.12.1 ready. > It comes with 47 issues resolved: new features, improvements a

Re: [VOTE] Release Apache Camel 2.11.2

2013-09-20 Thread Aki Yoshida
i have a question about the tarball source versions. since i seem to have downloaded the wrong one today. what is the difference between apache-camel-2.11.2-src.zipThu Sep 19 09:37:49 UTC 2013 22188570 camel-2.11.2-source-release.zip Thu Sep 19 06:25:46 UTC 2013 21892865 i mi

Re: thoughts on the camel-websocket component

2013-09-12 Thread Aki Yoshida
Tue, Sep 10, 2013 at 3:23 PM, Aki Yoshida wrote: > >> Hi Charles, >> >> If we only support jetty, that will be fine. But to support tomcat, we >> need a component that avoids using jetty's websocket API directly. >> In this aspect, camel-cxf is different beca

Re: thoughts on the camel-websocket component

2013-09-10 Thread Aki Yoshida
gt; > On Tue, Sep 10, 2013 at 12:00 PM, Aki Yoshida wrote: > >> I have been looking into the websocket component and I was wondering >> about a few things. >> >> First of all, I would like to make the component use the framework's >> servlet if it's

thoughts on the camel-websocket component

2013-09-10 Thread Aki Yoshida
I have been looking into the websocket component and I was wondering about a few things. First of all, I would like to make the component use the framework's servlet if it's running in e.g., an OSGi container like karaf that has jetty or another container that uses geminiweb/tomcat. I was using A

Re: [VOTE] Release Apache Camel 2.10.3

2012-12-05 Thread Aki Yoshida
+1 (non binding) Aki 2012/12/3 Hadrian Zbarcea : > A new patch release candidate apache-camel-2.10.3 final is out with > approximately 74 issues resolved so far: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/orgapacheca

Re: ApacheCon EU 2012 - Sinnsheim

2012-11-05 Thread Aki Yoshida
;s open. >> I will look for a good bar for Tuesday and Wednesday and will post the >> details here. >> >> Best, >> Christian >> >> >> On Thu, Oct 25, 2012 at 2:22 PM, Aki Yoshida wrote: >> >>> Hi, >>> I will be at the conference an

Re: ApacheCon EU 2012 - Sinnsheim

2012-10-25 Thread Aki Yoshida
Hi, I will be at the conference and would like to join the event too if it's open. thanks. regards, aki 2012/9/26 Christian Müller : > planners@ wrote yesterday: > The conference is taking place from Monday 5th to Thursday 8th November. On > the Monday we have hackathons, coding sprints etc, to wh

.gitignore setting in camel

2012-09-05 Thread Aki Yoshida
Hi, .gitignore currently includes entry *.i?? and this is filtering out securityconfig.ini that is located in camel-shiro. Could you replace this pattern (I suppose this entry was intended for filtering out intelijIDEA files) with more selective patterns? e.g., CXF uses *.iml *.ipr *.iws CXF als

Re: [VOTE] Apache Camel 2.9.3 and 2.10.1

2012-08-28 Thread Aki Yoshida
+1 (non-binding) tested 2.10.1 with cxf 2.6.2 setup. 2012/8/24 Daniel Kulp : > > It's been quite a while since 2.9.2. We're long overdue for 2.9.3. It's > also a good time for 2.10.1. > > We've fixed over 135 JIRA issues for 2.9.3: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje

Re: [VOTE] Release Apache Camel 2.10.0 (2nd attempt)

2012-06-29 Thread Aki Yoshida
+1 (non-binding) Aki 2012/6/28 Hadrian Zbarcea : > A new release candidate apache-camel-2.10.0 final is out with approximately > 483 issues resolved so far: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/orgapachecamel-2

Re: CXF Message/Payload/????? modes.....

2012-05-10 Thread Aki Yoshida
2012/5/10 Daniel Kulp : > > We discussed a while ago how the Camel CXF component's modes don't really > "match" what CXF can provide.   It currently has two modes: > > 1) Message mode - it provides the full message kind of as a stream. > However, it specifically DISABLES much of the CXF processing

[jira] [Commented] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-16 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106007#comment-13106007 ] Aki Yoshida commented on CAMEL-4452: Hi Willem, Checking boi.getOutput() != null

[jira] [Updated] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-15 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-4452: --- Attachment: test.tar.gz Hi Willem, thanks for looking into this. Attached is a tar.gz file

[jira] [Created] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-15 Thread Aki Yoshida (JIRA)
-4452 Project: Camel Issue Type: Bug Components: camel-cxf Affects Versions: 2.8.0 Reporter: Aki Yoshida Fix For: 2.8.2, 2.9.0 CAMEL-4030 with Revision 1129070 in trunk changed the way how the response message is retrieved from the

[jira] [Updated] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-4429: --- Attachment: camel-4429-new.patch.txt Hi Willem, I am attaching a patch for

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
Hi Willem, I found where this 500 originally comes from (there is an NPE raised in RawMessageContentRedirectInterceptor when no PR is returned). I will verify this condition a little more and will update the ticket with the patch. thanks. regards, aki 2011/9/14 Aki Yoshida : > Hi Willem, >

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
eration as it doesn't check > the underlay input steam, I still need to use the option to let HttpConduit > do not consume the underlay message. > > Willem > > On 9/14/11 6:33 PM, Aki Yoshida wrote: >> >> Hi Willem, >> >> I updated the patch for CXF-3788

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
Hi Willem, I updated the patch for CXF-3788 to avoid the problem you discovered for the original patch. I have tested the updated patch against a jaxw disptach test case in CXF. I would like to verify that this correction works for the test case you had without using this request property setting.

[jira] [Updated] (CAMEL-4207) Test case CxfEndpointBeanBusSettingTest should use ExtensionManagerBus instead of CXFBusImpl

2011-07-10 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-4207: --- Attachment: patch.txt a minor correcton and cleanup to the spring beans xml and the test program. M

[jira] [Created] (CAMEL-4207) Test case CxfEndpointBeanBusSettingTest should use ExtensionManagerBus instead of CXFBusImpl

2011-07-10 Thread Aki Yoshida (JIRA)
Project: Camel Issue Type: Test Components: camel-cxf Affects Versions: 2.7.2 Reporter: Aki Yoshida Priority: Minor Fix For: 2.7.3, 2.8.0 I noticed a minor deficiency in one of the CXF spring configuration tests in the current

Re: source distributions....

2011-06-22 Thread Aki Yoshida
I agree with you and I am also for a single unix-type source assembly. saving energy and resources. regards, aki 2011/6/22 Daniel Kulp : > > Question: > > Does anyone really feel strongly that we need separate windows and unix SOURCE > distributions?  We can easily chop a minute or two off the a

[jira] [Updated] (CAMEL-3927) CXF's Provider service using the payload data-format may not transfer the payload correctly

2011-05-02 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-3927: --- Attachment: camel-cxf-20110429b-patch.txt M trunk/components/camel-cxf/src/test/java/org

[jira] [Created] (CAMEL-3927) CXF's Provider service using the payload data-format may not transfer the payload correctly

2011-05-02 Thread Aki Yoshida (JIRA)
-3927 Project: Camel Issue Type: Bug Components: camel-cxf Affects Versions: 2.7.1 Reporter: Aki Yoshida Fix For: 2.8.0 When using the Provider based service (i.e., one using the Provider's invoke(Source m) signature), I observed that t

[jira] [Updated] (CAMEL-3917) CxfPayloadConverter may start failing to convert a CxfPayload to a Node

2011-04-29 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-3917: --- Attachment: camel-cxf-20110429-patch.txt M trunk/components/camel-cxf/src/main/java/org

[jira] [Created] (CAMEL-3917) CxfPayloadConverter may start failing to convert a CxfPayload to a Node

2011-04-29 Thread Aki Yoshida (JIRA)
: Bug Components: camel-cxf Affects Versions: 2.7.1 Reporter: Aki Yoshida Fix For: 2.8.0 There is an issue with CxfPayloadConverter that can lead to a failure in converting the CxfPayload into something which is actually convertible. This problem happens

[jira] [Updated] (CAMEL-3842) keys in cxf's protocol_headers must be handled case-insenstively

2011-04-07 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-3842: --- Attachment: patch-trunk-20110407.zip the zip file including the following changes M trunk

  1   2   >