jhipster-kotlin
jhipster-kotlin copied to clipboard
jhipster dependencies are still used in get methods while passing the `--skip-jhipster-dependencies`
Overview of the issue
jhipster dependencies are still used in get methods while passing the --skip-jhipster-dependencies
Reproduce the error
create any entity
mark it as readOnly
configurate application to use the reactive approach
generate with argument --skip-jhipster-dependencies
check out the Resource of this entity
Link to PR (if any)
KHipster Version(s)
v1.14.0, v1.15.0