[
https://issues.apache.org/activemq/browse/CAMEL-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashwin Karpe updated CAMEL-2343:
--------------------------------
Attachment: camel-cache20100111.zip
camel-cache-20100111.patch
Hi Claus,
Please find attached a patch and zip file that adds support for directly
storing and retrieving serialized objects while continuing to use byte[] to
support non-serializable data.
I have also added tests to the CacheProducer and CacheConsumer to prove that
the functionality works without side-effects to the earlier functionality.
Cheers,
Ashwin...
> camel-cache - Should check whether existing body is Serializable and store it
> as is
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-2343
> URL: https://issues.apache.org/activemq/browse/CAMEL-2343
> Project: Apache Camel
> Issue Type: Improvement
> Affects Versions: 2.1.0
> Reporter: Claus Ibsen
> Assignee: Ashwin Karpe
> Fix For: Future
>
> Attachments: camel-cache-20100111.patch, camel-cache20100111.zip
>
>
> The camel-cache forces the body to be stored in the cache as a byte[].
> It should honor existing bodies which is already Serializable and thus
> already ready to be cached out of the box.
> And it should use the Camel type converters to detect this. Also for
> converting to byte[].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.