Open alexandramartinez opened 2 years ago
Hi @alexandramartinez ,
seems that with the new version of dataweave plugin v1.2.15 and using Java 11 it does work.
I've found that the editor works better if we indicate the java version as a maven property at the pom.xml
<properties>
<java.version>11</java.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>
Thank you so much! I'll let them know about it :)
Someone reported an issue with the vscode extension and it got fixed after changing from java 11 to java 8.
Here's the project's zip: example.zip
Details before changing to java 8:
Screenshots of the error: