Adam created CAMEL-17198:
----------------------------
Summary: Camel Salesforce Maven Plugin generates
'PicklistEnumConverter' imports, but that class doesn't exist
Key: CAMEL-17198
URL: https://issues.apache.org/jira/browse/CAMEL-17198
Project: Camel
Issue Type: Bug
Components: camel-salesforce
Affects Versions: 3.12.0
Reporter: Adam
I'm generating code with the Camel Salesforce Maven plugin v3.12.0, and it's
creating valid Java classes except for an import `import
org.apache.camel.component.salesforce.api.PicklistEnumConverter;` - that class
doesn't exist.
I can see lots of references to that class [in
Github|https://github.com/search?q=PicklistEnumConverter&type=code], and I can
find
[Javadoc|(https://javadoc.io/static/org.apache.camel/camel-salesforce/3.4.4/org/apache/camel/component/salesforce/api/PicklistEnumConverter.html)
for it, but it's Camel v3.4.4.
I'm using the basic options when using the plugin (just authentication and
regex-filtering on a specific object), so I'm not sure what could be going
wrong.
I'm using Maven 3.8.3.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)