Jan Bednar created CAMEL-15666: ---------------------------------- Summary: 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 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)