Marcelo Shima
Marcelo Shima
We have VO related to login and security only. https://github.com/jhipster/generator-jhipster/tree/main/generators/server/templates/src/main/java/package/web/rest/vm DTOs mapping happens between service and view layers or output of view layer. If we remove service layer, generated DTOs...
I suppose this needs more discussion so I will remove from v8 tasks.
I have mixed feelings about this. If I had to take a position would be that it adds complexity to templates and adds an additional file for something that will...
I recall seen this and created this branch https://github.com/jhipster/generator-jhipster/pull/17388, but it needs more testing. The expired token is ignored at the gateway side, but not at the microservice side, creating...
The PR was from a previous problem I found. Not actively working on this right now.
`@yeoman/types` has acceptDependencies field. https://github.com/yeoman/yeoman-api/blob/6a5bf931273cb1816020797cc34a2d6c73a73deb/workspaces/types/package.json#L59-L61 See https://github.com/npm/rfcs/blob/main/implemented/0023-acceptDependencies.md#motivation.
`@yeoman/types` requires node 16 while mem-fs@4 requires node 18. - it would require a major bump creating incompatibilities between environment and generators types. - v2 may never happen since it...
It's possible to ignore regeneration of files. https://www.jhipster.tech/tips/035_tip_combine_generation_and_custom_code.html#pattern-2---split-generated-code-and-custom-code
At jhipster we have a single `@NgModules` for common components. https://github.com/jhipster/generator-jhipster/blob/main/generators/angular/templates/src/main/webapp/app/shared/shared.module.ts.ejs
@mraible sure we should not block releases for small improvements. We need a new release for micronaut and quarkus too if you have permission.