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
When using JPAStreamer with Quarkus on VSCode, I could not include one generated class suffixed with a "$" dollar sign.
When adding <arg>-AjpaStreamerPrefix=Jpa</arg> in the compilerArg configuration of maven-compiler-plugin, it starts to work again.
The text was updated successfully, but these errors were encountered:
When using JPAStreamer with Quarkus on VSCode, I could not include one generated class suffixed with a "$" dollar sign.
When adding
<arg>-AjpaStreamerPrefix=Jpa</arg>
in the compilerArg configuration ofmaven-compiler-plugin
, it starts to work again.The text was updated successfully, but these errors were encountered: