Marcelo Shima
Marcelo Shima
@ken4ward you should post `jhipster info` output in the issue description.
We need a full `jhipster info` or a full jdl in the issue DESCRIPTION. Since you are using microservices we need a sample with `--workspaces`. It cannot be edited because...
What about `jhipster info` in `newsample` folder?
@ken4ward please remove .yo-rc.json from newsample folder and run `jhipster info` using v8.7.0
I had similar issue due to missing fallback on api fetch error. This was fixed by https://github.com/jhipster/generator-jhipster/pull/28660/commits/f60fa0d4eb598fdd2445998ecad1fdbb83a02489 in https://github.com/jhipster/generator-jhipster/pull/28660 But browser network communication history should be checked to ensure openapi...
Filter option is converted to jpaMetamodelFiltering property, you should use `@JpaMetamodelFiltering` annotation.
@depressiveRobot can you post the documentation reference? Annotation based configuration needs to be reworked for old options. Can you open a new issue to rename it, so we can target...
Couchbase is broken since Spring Boot v3 migration.
Local blueprint is used in project that can be type commonjs. Generators are type module, we need to use mjs extension or add a package.json with type module in `.blueprint`...
If you prefer mjs extension you can use `--no-js` option. Since js is the default now, would make sense to convert to `--mjs`.