Marcelo Shima

Results 573 comments of Marcelo Shima

Version 5.0.0 released

That’s not correct. ``` relationship OneToOne { A{b(name)} to B{a(name)} } ``` means that when showing A, B will have `b.name` field as label (instead of b.id) in the frontend....

> @mshima The ng-default job is failing with the following error: > > > Error: You are running an incompatible version of Java. JHipster supports JDK 17 to 22. >...

I suppose the referred part is https://github.com/yeoman/yeoman.io/blob/main/app/index.html#L55-L76. No build system is supported by yo. They are generator specific, we probably should mention build systems when mentioning generator-webapp only. npm/yarn/pnp package...

Post the `jhipster info` output of the sample project in the issue description.

To use vue with Bootstrap 5 support is tracked in https://github.com/jhipster/generator-jhipster/issues/23865.