Marcelo Shima
Marcelo Shima
I think `entity` does not apply to this. Maybe it should be `model`. `entity` would be a shortcut for `model` with many optionals. We currently have support for `@EntityDomainLayer(false)`, `@EntityRestLayer(false)`,...
- drop migrate from .yo-rc.json and package.json (it's not suppose to be there) and commit. upgrade generator does not support blueprints. - remove generator-jhipster from global to avoid conflict with...
> @mshima I tried your suggestions and they worked. It seems like we need to update our documentation because `npx jhipster upgrade` does not work. In [this PR](https://github.com/mraible/jhipster8-demo/pull/139), I used...
> With 8.4.0, many of the client questions are asked first, then the Cypress questions are asked at the end. Having the questions change order between releases makes it hard...
@mraible is something missing?
JHipster v7 is not supported anymore. Closing.
generator-jhipster part is done.
Reopening. Once hipster 6.9.0 with yeoman-environment 2.9.x is released this feature can be implemented without been too hack.
This is probably required to run native in dev profile. It’s possible to replace with in generator customization, but it’s not currently covered by ci.
Many generators are written in typescript now. In my opinion using variables now is not as useful as it was before. It creates too much overhead. ``` import { fooType...