-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
IllegalArgumentException at Maven Compile after the update to 1.3.0 #962
Comments
I have no idea what other useful hints I could give for the analysis. Apart from the version number, nothing has changed. |
No worries. I'll forward this to the APTK team. Judging from the stack trace, it seems to be caused by an issue in the outer class lookup of a nested one. Meanwhile, you can exclude |
Looks like I already filed this issue a while ago. See the linked one above. |
… in interfaces. A bug [0] in APTK causes our Javadoc extraction to fail for methods whose parameters are classes nested in interfaces. We fix that by temporarily including a fixed copy of TypeElementWrapper, that looks up outer types on interfaces as well. [0] toolisticon/aptk#163
Wow, that was quick - thank you very much! |
Exclude the temporary type from Javadoc creation.
After updating the Modulith BOM from 1.2.5 to 1.3.0, we get the following IllegalArgumentException during the compile step of Maven and the process aborts.
The text was updated successfully, but these errors were encountered: