Marcelo Shima

Results 573 comments of Marcelo Shima

It’s missing nodejs that needs to adapt to changed tests, react-native main seems to be broken. Quarkus needs review and requires broken cla. I don’t have dotnet permission.

You can try this: https://docs.spring.io/spring-authorization-server/reference/protocol-endpoints.html#oidc-logout-endpoint

@kevintanhongann thanks for analyzing the issue. We are moving validation alway from jdl and pushing to related generators. Java validation should happen in java/bootstrap. https://github.com/jhipster/generator-jhipster/blob/1759345b10aa002b05ae8d16ae44292e182393d1/generators/java/generators/bootstrap/generator.ts#L69 We should add a configuringEachEntity...

Any usage may not be avoided should not be a hard requirement. noImplicitAny should be enabled https://github.com/jhipster/generator-jhipster/issues/30062.

This issue is too generic and most of it is fixed.. We should open new issues if they are relevant.

`authenticationType` is currently located in server cli options, if `--skip-server` is used, server cli options are ignored. We should somehow add a fallback in common generator.

Maybe shared management should be handled by https://github.com/module-federation/core/blob/main/packages/managers/src/SharedManager.ts

Same fix is applied in https://github.com/faker-js/faker/pull/3094. Alternative fix is applied in https://github.com/faker-js/faker/pull/3093 (removes types from root) The above PRs tries to fix CommonJS types too, while this fixes esm types.