Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
String `className` argument in `PackageDataFormatMojo#doParseJavaClassSource` contains full name including generic types and because of that:
- Mojo fails on windows build
java.nio.file.InvalidPathException: Illegal char <<> at index 65: org/apache/camel/dataformat/univocity/AbstractUniVocityDataFormat<TsvFormat,TsvWriterSettings,TsvWriter,TsvParserSettings,TsvParser,UniVocityTsvDataFormat>.java
- 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.
Attachments
Issue Links
- links to