We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling a root-package (with no package def) class containing @Mapper interfaces fails with an exception similar to
package
@Mapper
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project moop: Compilation failure [ERROR] javax.annotation.processing.FilerException: Illegal name .RootApp_SelmaMapperSelmaGeneratedClass
It seems the MapperClassGenerator expects the containing class to be in a non-empty package.
MapperClassGenerator
Fix PR to follow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiling a root-package (with no
package
def) class containing@Mapper
interfaces fails with an exception similar toIt seems the
MapperClassGenerator
expects the containing class to be in a non-empty package.Fix PR to follow.
The text was updated successfully, but these errors were encountered: