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
After Upgrading Java version from 11 to 17 , I am facing an issue with SelmaMappers , All the generated classes are not getting mapped properly , giving nulls for all tests
Do we need any changes for this to work? OR is Selma supporting java 17
The text was updated successfully, but these errors were encountered:
I'm starting a projet upgrading that use Selma, from java 8 to java 17 and facing the same problem
"mapper: java.lang.NullPointerException: Cannot invoke "javax.lang.model.element.PackageElement.getSimpleName()" because "javaLang" is null"
After Upgrading Java version from 11 to 17 , I am facing an issue with SelmaMappers , All the generated classes are not getting mapped properly , giving nulls for all tests
Do we need any changes for this to work? OR is Selma supporting java 17
The text was updated successfully, but these errors were encountered: