Marcelo Shima
Marcelo Shima
If we remove orphans log dump won’t work https://github.com/jhipster/generator-jhipster/blob/7fe3ca987f499407e4581a2de20ce6c4cfbbdb9a/.github/workflows/angular.yml#L224 Environments like GitHub actions doesn’t need the teardown, that step can be removed. Environments that need the cleanup, it’s easy to...
I did research some days ago and I think the only alternative is to start/stop every docker image at once. We should revert and we may try removing it for...
Maybe related to neo4j with reactive been broken for a while at daily builds https://github.com/hipster-labs/jhipster-daily-builds/actions/workflows/neo4j.yaml. I think the error should be easy. Or we should just close this PR.
It’s related to testcontainer migration, azure doesn’t have docker support at windows. You will need to change embedded kafka to start an embedded version instead of testcontainer: https://github.com/jhipster/generator-jhipster/blob/cfc70f498ad2611f3fe366858753506bf0b01291/generators/server/templates/src/test/java/package/config/TestContainersSpringContextCustomizerFactory.java.ejs#L219-L229 And use...
@ertunga looks correct thanks for the example.
This api changed at v7 beta cycle, we are about to start v8. IMO we should fix the null pointer problem, but keep the api. Unless there are some compelling...
The reason path variable id is nullable is to generate the correct error trough api, if we make sure the error is ok, we should set to required.
Duplicate of https://github.com/jhipster/generator-jhipster/issues/16074.
@ko5tik can you provide a PR making user entities conditional on user relationship existence?