Otavio Rodolfo Piske created CAMEL-21506:
--------------------------------------------
Summary: camel-pdf: type converter doesn't work with the file
component
Key: CAMEL-21506
URL: https://issues.apache.org/jira/browse/CAMEL-21506
Project: Camel
Issue Type: Bug
Components: camel-pdf
Affects Versions: 4.8.2
Reporter: Otavio Rodolfo Piske
Assignee: Otavio Rodolfo Piske
Fix For: 4.8.3, 4.10.0
The following route breaks the code:
{code:java}
- route:
id: route-4165
from:
id: from-1263
uri: file:pdf
parameters:
include: .*\.pdf
steps:
- to:
id: to-1793
uri: pdf:extractText
parameters: {}
- log:
id: log-2285
message: ${body}{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)