Marcelo Shima

Results 573 comments of Marcelo Shima

@tibbing because they have been fixed in https://github.com/yeoman/environment/commit/cd68282b238ea895d1dcff2f2a583bd47fb15aca.

yeoman-generator, yeoman-environment and yeoman-test are ESM now. Help is wanted to migrate `yo` to ESM. In the mean time, [yeoman-environment is been dynamic loaded](https://github.com/yeoman/yo/commit/87498471eaf8b1b85d80e54416f9961f9cf2f6a4) to workaround requiring an ESM module.

> C:\Users\KHC1SZH\chenkai\Projects\vscodePluginsDemo>node --version v14.17.2 > > C:\Users\KHC1SZH\chenkai\Projects\vscodePluginsDemo>npm --version 6.14.13 yo@5 requires node 18 and npm should be at least v7, latest is recommended.

yo must be installed with newer npm (must support peer dependencies). ``` npm install -g npm@latest npm uninstall -g yo generator-code npm install -g yo generator-code npm uninstall yo generator-code...

The problem is in the frontend. I will raise a PR soon.

The remaining code smells (6 for jpa model filtering and 6 for patch support https://github.com/jhipster/generator-jhipster/issues/25153) are harder to fix.

New sonar rules. 231 issues now.

We have 110 issues which 98 are false positives.

Code smells fixed in https://github.com/SonarSource/sonar-html/pull/291

For jwt you should use: ``` @AuthenticationPrincipal org.springframework.security.oauth2.jwt.Jwt jwt ```