[
https://issues.apache.org/jira/browse/CAMEL-15666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Bednar resolved CAMEL-15666.
--------------------------------
Resolution: Fixed
[dab61fe7e45a4002e7f88ec178244b30d7f8445f|https://github.com/apache/camel/commit/dab61fe7e45a4002e7f88ec178244b30d7f8445f]
> Configurer for UniVocity*Format is missing options from superclass
> ------------------------------------------------------------------
>
> Key: CAMEL-15666
> URL: https://issues.apache.org/jira/browse/CAMEL-15666
> Project: Camel
> Issue Type: Bug
> Reporter: Jan Bednar
> Assignee: Jan Bednar
> Priority: Minor
> Fix For: 3.6.0
>
>
> String `className` argument in `PackageDataFormatMojo#doParseJavaClassSource`
> contains full name including generic types and because of that:
> * Mojo fails on windows build
> {code:java}
> java.nio.file.InvalidPathException: Illegal char <<> at index 65:
> org/apache/camel/dataformat/univocity/AbstractUniVocityDataFormat<TsvFormat,TsvWriterSettings,TsvWriter,TsvParserSettings,TsvParser,UniVocityTsvDataFormat>.java
> {code}
> * Options from classes with generics are excluded on linux build -
> `Files.isRegularFile` returns false for invalid names in Linux.
> I will fix this today, so it can be part of 3.6 release.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)