[
https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea resolved CAMEL-3886.
Resolution: Fixed
Fix Version/s: 2.8.0
Done in r1095572. Thanks Dan for the patch.
[
https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea reassigned CAMEL-3886:
--
Assignee: Hadrian Zbarcea
> Reduce compiler warnings when imported into eclipse
> -
[
https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-3886 started by Hadrian Zbarcea.
> Reduce compiler warnings when imported into eclipse
> ---
>
>
[
https://issues.apache.org/jira/browse/CAMEL-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea resolved CAMEL-3887.
Resolution: Fixed
Fix Version/s: 2.8.0
Resolved in r1095514. Thanks to Dan Kulp for
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022336#comment-13022336
]
Babak Vahdat commented on CAMEL-3799:
-
That now also works for me (mvn eclipse:eclipse
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea resolved CAMEL-3799.
Resolution: Fixed
Fix Version/s: 2.8.0
Fixed. Thanks to Dan Kulp for providing a sol
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea reassigned CAMEL-3799:
--
Assignee: Hadrian Zbarcea
> maven eclipse goal failure
> --
>
>
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-3799 started by Hadrian Zbarcea.
> maven eclipse goal failure
> --
>
> Key: CAMEL-3799
> URL: https:
I've agreed today with the FreeMarker community to add the NoCacheStorage
class (a no-op implementation) to the next release of the library, which is
planned for the next few weeks. It didn't really belong in the component.
For the time being, I've asked the ServiceMix folks to update FreeMarker t
cxf camel transport converts to byte[] unnecessarily
Key: CAMEL-3887
URL: https://issues.apache.org/jira/browse/CAMEL-3887
Project: Camel
Issue Type: Improvement
Components: came
[
https://issues.apache.org/jira/browse/CAMEL-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CAMEL-3887:
---
Attachment: cxf-streams.patch
> cxf camel transport converts to byte[] unnecessarily
> --
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1305#comment-1305
]
Daniel Kulp commented on CAMEL-3799:
There is an easy fix for this that would work to
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1307#comment-1307
]
Daniel Kulp commented on CAMEL-3799:
BTW: I'd submit a patch but file moves in an sv
@Component is the annotation used by Spring, this is why I suggested
@CamelComponent ...
Alternative could be @IntegrationComponent
Remark : We could use what has been developed into the
karaf-maven-plugin to generate Docbook.xml doc from annoted classes.
The mojo plugin of karaf is simple as it
@Component is the annotation used by Spring, this is why I suggest
@CamelComponent ...
Alternative could be @IntegrationComponent
On Wed, Apr 20, 2011 at 6:43 PM, Hadrian Zbarcea wrote:
> Since the annotation will be an in a o.a.camel package, I would drop the
> redundant Camel prefix too.
>
>
Since the annotation will be an in a o.a.camel package, I would drop the
redundant Camel prefix too.
Hadrian
On Apr 20, 2011, at 12:38 PM, Charles Moulliard wrote:
> Additional information like isTransactional = True, False, type =
> "ProducerOnly, ConsumerOnly,Both" could be added
>
> @CamelC
Additional information like isTransactional = True, False, type =
"ProducerOnly, ConsumerOnly,Both" could be added
@CamelComponent(name="","description="",example="", pageUrl="",
isTransactional="true/false", type="ProducerOnly, ConsumerOnly,Both")
public class Component {
On Wed, Apr 20, 2011 a
[
https://issues.apache.org/jira/browse/CAMEL-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CAMEL-3886:
---
Attachment: warnings.patch
I've attached a patch that gets the count down to 24.
For the most par
I thought about something similar (and still have a patch somewhere), but I was
focusing on mostly on attributes for the params to describe if they are
required or not, if they are secret or not (i.e. replace them with *** when
printing) and if they are producer/consumer/both side. We can then h
Reduce compiler warnings when imported into eclipse
---
Key: CAMEL-3886
URL: https://issues.apache.org/jira/browse/CAMEL-3886
Project: Camel
Issue Type: Improvement
Components: camel-
[
https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben O'Day updated CAMEL-3852:
-
Attachment: CAMEL-3852.patch
this patch updates some exception messages to match the new constants.
As
It may be a bit of a "new puppy" item, but I think it is a great idea.
Self documenting code is always a good idea.
On Wed, Apr 20, 2011 at 10:50 AM, Charles Moulliard
wrote:
> Hi,
>
> I would like to suggest that we add annotation to document the
> properties of the Camel Component class which
Hi,
I would like to suggest that we add annotation to document the
properties of the Camel Component class which are used customise the
component according to the keys defined into the URIs.
What do you about that ?
idea
URI => componentName:property1:property2?key1=value&key2=value .
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022148#comment-13022148
]
Hadrian Zbarcea commented on CAMEL-3799:
@Claus, the particular issue that caused
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022146#comment-13022146
]
Hadrian Zbarcea commented on CAMEL-3799:
Some update on this. This is a known mave
[
https://issues.apache.org/jira/browse/CAMEL-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-3885.
-
Resolution: Fixed
Applied patch into trunk.
> Move the org.apache.camel.language.SpEL.java into
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022144#comment-13022144
]
Claus Ibsen commented on CAMEL-3799:
Hmmm can people not just use an older version of
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022141#comment-13022141
]
Claus Ibsen commented on CAMEL-3799:
Babak use the mailing list for discussing your bu
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022133#comment-13022133
]
Babak Vahdat commented on CAMEL-3799:
-
Claus,
I'm really sorry for the irritation I c
Move the org.apache.camel.language.SpEL.java into camel-core to avoid export
package org.apache.camel.language twice in camel-spring
Key: CAMEL-388
[
https://issues.apache.org/jira/browse/CAMEL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022086#comment-13022086
]
Claus Ibsen commented on CAMEL-3799:
Hadrian which Maven version are you using?
And e
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3823.
Resolution: Fixed
> Upgrade to CometD 2.1.0
> ---
>
> Key: CAME
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022082#comment-13022082
]
Claus Ibsen commented on CAMEL-3823:
I have fixed the TODO with the @deprecated api fr
Hi Hadrian,
Some good news. I didn't remember before sending previous email, but I
already asked for it sometimes ago :)
- https://github.com/notnoop/java-apns/issues/14
The good news is that java-apns library is in the maven central repository
since version 0.1.6:
- http://repo1.maven
Hi Hadrian,
I'll open a issue to the java-apns project bugtracker to ask if it is an
option.
Alexis
2011/4/15 Hadrian Zbarcea
> Hi Alexis,
>
> Claus added a link to your posts on the camel site already:
> http://camel.apache.org/articles.html
>
> I looked at the dependencies and all is good. B
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-3823:
---
Component/s: camel-cometd
> Upgrade to CometD 2.1.0
> ---
>
> Key
[
https://issues.apache.org/jira/browse/CAMEL-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3884.
Resolution: Fixed
> Optimize GenericFileProducer to only check if target file exists once, when
>
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022080#comment-13022080
]
Claus Ibsen commented on CAMEL-3823:
Ciaran
Thanks a lot of the patch. I have applied
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-3823:
---
Fix Version/s: (was: Future)
2.8.0
> Upgrade to CometD 2.1.0
> ---
[
https://issues.apache.org/jira/browse/CAMEL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-3823:
--
Assignee: Claus Ibsen
> Upgrade to CometD 2.1.0
> ---
>
> K
Optimize GenericFileProducer to only check if target file exists once, when
writing using a temp filename
-
Key: CAMEL-3884
URL: https://issues.apache.org/jira
[
https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022051#comment-13022051
]
Claus Ibsen edited comment on CAMEL-3852 at 4/20/11 10:24 AM:
--
[
https://issues.apache.org/jira/browse/CAMEL-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022051#comment-13022051
]
Claus Ibsen commented on CAMEL-3852:
Thanks.
It would be good to specify what's the k
[
https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-3882:
--
Assignee: Claus Ibsen
> Update FreeMarker Example in the Wiki
> ---
[
https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-3882:
---
Priority: Trivial (was: Major)
Affects Version/s: (was: 2.8.0)
> Update FreeMarker
[
https://issues.apache.org/jira/browse/CAMEL-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3882.
Resolution: Fixed
Thanks for the patch.
> Update FreeMarker Example in the Wiki
>
46 matches
Mail list logo