[
https://issues.apache.org/jira/browse/CAMEL-13146?focusedWorklogId=192579&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-192579
]
ASF GitHub Bot logged work on CAMEL-13146:
------------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jan/19 00:31
Start Date: 31/Jan/19 00:31
Worklog Time Spent: 10m
Work Description: drekbour commented on pull request #2739: CAMEL-13146:
Allow JdbcCamelCodec to be used without requiring byte arrays
URL: https://github.com/apache/camel/pull/2739
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 192579)
Time Spent: 10m
Remaining Estimate: 0h
> Allow JdbcCamelCodec to be used without requiring byte arrays
> -------------------------------------------------------------
>
> Key: CAMEL-13146
> URL: https://issues.apache.org/jira/browse/CAMEL-13146
> Project: Camel
> Issue Type: Improvement
> Components: camel-sql
> Affects Versions: 2.23.1
> Reporter: Marc Carter
> Priority: Trivial
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {{JdbcCamelCodec}} is a useful class for anyone implementing an alternative
> {{AggregationRepository}}. It is actually a completely generic
> Exchange<>byte[] transformer but we found it could not be used with
> ChronicleMap {{BytesReader}} without supporting Exchange<>Input/OutputStream.
> This is trivial to expose as the implementation is already internally based
> on Object streams.
> PR to follow.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)