Marcelo Shima

Results 573 comments of Marcelo Shima

I could not reproduce: ``` jhipster from-issue 24608 cd jhipster-samples/24608 ./mvnw ``` user/user πŸ‘ admin/admin πŸ‘

This is a bug. Probably happens with expired jwt token too.

Add this to `.blueprint/app/generator.mjs` file. ``` import BaseApplicationGenerator from 'generator-jhipster/generators/base-application'; export default class extends BaseApplicationGenerator { constructor(args, opts, features) { super(args, opts, { ...features, sbsBlueprint: true }); } get [BaseApplicationGenerator.POST_WRITING]()...

It’s doable like we do for microfrontends.

The multitenancy blueprint https://github.com/sonalake/generator-jhipster-multitenancy implementation was based on custom services/repository. I've implemented a multi-tenancy blueprint based on aop filters to filter entities for jhipster v6 https://github.com/mshima/generator-jhipster-tenantview patching the generated code...

I think this is a bug at jhipster-bom, it's not overriding correctly the testcontainer-bom. Maybe because jhipster-bom uses spring-boot-dependencies as parent.

Open api generator is known to be broken: https://github.com/jhipster/generator-jhipster/pull/22658 Every redis test is passing: - https://github.com/hipster-labs/jhipster-daily-builds/actions/runs/5584163763/jobs/10205262014 - https://github.com/jhipster/generator-jhipster/actions/runs/5585972785/jobs/10209524514 - others. May be related to windows?

@solnone micronaut needs the same fix: https://github.com/jhipster/generator-jhipster-micronaut/blob/8884f9341521ccb69631913f04c2b05f7616ee9f/generators/micronaut-cache/templates/src/main/java/_package_/config/CacheConfiguration.java.ejs#L70 Do you want to provide a PR?

@josiahhaswell are you willing to contribute?