Marcelo Shima
Marcelo Shima
@OmarHawk projects are identical now, should be ok to merge. Please update snapshots.
This is a bootstrap issue. We have fixed sass dependency in react and vue frontends. Since angular-cli manages sass dependency I don't think downgrading it is a good solution.
We can silent warning using workarounds in https://github.com/twbs/bootstrap/issues/40962
This issue is related to the entity-audit blueprint which doesn’t support reactive.
@JoshuaKGoldberg it breaks mocha with custom ts loader. https://github.com/jhipster/generator-jhipster/pull/29827 It's probably because the required module doesn't exist so it does not fallback to import due to condition. Typescript loaders takes...
It will probably require to implement Persistable interface. `@RequiresPersistableImplementation`
> It will probably require to implement Persistable interface. `@RequiresPersistableImplementation` Seems to work.
I see now. We probably should change to saveAndFlush at update operation.
@mraible still much do be done. Monorepository/workspaces support is having this problem: https://github.com/jhipster/generator-jhipster/actions/runs/9620349477/job/26538382197 So prettier, husky and eslint needs to be split into separated generators to make easier to handle...
> I also have issues on the `main` branch with the `prod` profile. If I revert [overriding the maven-resources-plugin](https://github.com/jhipster/generator-jhipster/pull/26408) in my project, it works. However, the `tls` profile still doesn't...