Marcelo Shima

Results 573 comments of Marcelo Shima

This is a v9 task see https://github.com/jhipster/generator-jhipster/issues/27434

> Isn't it time to merge this one? @Tcharl yes, but needs adjusts. - Spring Boot changed default image. - Ensure CI is using cloud native by default. - Need...

It’s quite complicated since there is lots of inter dependencies in main generators. But non application generators types like ci-cd, workspaces needs to be improved.

Sure. Would be nice to if we add the same health checker into jib image to reduce differences.

Following https://github.com/jhipster/generator-jhipster/pull/27493 `@module-federation/vite` is not a viable alternative for us: - [does not support custom cache folder](https://github.com/module-federation/vite/issues/137) we use target for maven and build for gradle. - [does not support...

@gioboa the sample that uses vue with module-federation is ms-mf-vue-consul-oauth2-mysql-memcached. You can download it directly through [app-ms-mf-vue-consul-oauth2-mysql-memcached](https://github.com/jhipster/generator-jhipster/actions/runs/11220830980/artifacts/2025493838) link or in CI artifacts https://github.com/jhipster/generator-jhipster/actions/runs/11220830980?pr=27493. It's possible to run in workspaces root...

Missing tasks: - move from java to java-simple-application - [x] build-tool - [x] code-quality - [x] graalvm - [x] jib - [x] open-api-generator - [ ] add javascript/javascript:bootstrap generators.

New yeoman stack has been released, except yeoman-generator which is currently waiting for mem-fs-editor. I need to review some mem-fs-editor PRs and get them merged. Refactoring PRs are more intrusive...

https://github.com/just-jeb/angular-builders/issues/1957 too.