You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code Shows this error in all of my mapstruct mapper interfaces after 1.36.0 update: No implementation was created for [Class Name] due to having a problem in the erroneous element java.util.ArrayList. Hint: this often means that some other annotation processor was supposed to process the erroneous element. You can also enable MapStruct verbose mode by setting -Amapstruct.verbose=true as a compilation argument.Java(0)
After running mvn clean install there was no error shown and the build was successful.
After installing back previous version of Language Support (1.35.1) the issue is no longer there.
VS Code Shows this error in all of my mapstruct mapper interfaces after 1.36.0 update:
No implementation was created for [Class Name] due to having a problem in the erroneous element java.util.ArrayList. Hint: this often means that some other annotation processor was supposed to process the erroneous element. You can also enable MapStruct verbose mode by setting -Amapstruct.verbose=true as a compilation argument.Java(0)
After running
mvn clean install
there was no error shown and the build was successful.After installing back previous version of Language Support (1.35.1) the issue is no longer there.
Here's my pom.xml
The text was updated successfully, but these errors were encountered: