When upgrading from 3.7.3 to 3.8.0 my project does not compile anymore. The issue is that the new version does not seem to create client packages anymore in the target folder. So all my Projectionroots etc are not found so project is not compiling.
[ERROR] REDACTED/***ResponseHandler.java:[50,29] cannot find symbol
[ERROR] symbol: class ***ProjectionRoot
[ERROR] location: **bResponseHandler
[4,46] package **.client does not exist
versions:
<dgs.codegen.shared.core.version>8.6.0</dgs.codegen.shared.core.version>
<graphqlcodegen-maven-plugin.version>3.8.0</graphqlcodegen-maven-plugin.version>
I've also tried dgs version 8.5.0 but same result.
The only thing that helps is downgrading again to 3.7.3
When upgrading from 3.7.3 to 3.8.0 my project does not compile anymore. The issue is that the new version does not seem to create client packages anymore in the target folder. So all my Projectionroots etc are not found so project is not compiling.
[ERROR] REDACTED/***ResponseHandler.java:[50,29] cannot find symbol
[ERROR] symbol: class ***ProjectionRoot
[ERROR] location: **bResponseHandler
[4,46] package **.client does not exist
versions:
<dgs.codegen.shared.core.version>8.6.0</dgs.codegen.shared.core.version>
<graphqlcodegen-maven-plugin.version>3.8.0</graphqlcodegen-maven-plugin.version>
I've also tried dgs version 8.5.0 but same result.
The only thing that helps is downgrading again to 3.7.3