fix: kafka dev standalone, OIDC realm LUM, Flyway out-of-order, shutdown guard, TypeRef categorie/modules
- docker-compose.dev.yml: retire le service kafka (standalone existant sur :9092), kafka-ui pointe host.docker.internal:9092 - application-dev.properties: OIDC admin-service realm corrigé lions-user-manager (fix AUTH changement mdp) - application-prod.properties: nouvelle var KEYCLOAK_LUM_AUTH_SERVER_URL + fallback KEYCLOAK_CLIENT_SECRET - application.properties: quarkus.flyway.out-of-order=true (évite échec si migration hors-séquence) - V10 renommé V10_1 (évite conflit avec historique Flyway existant) - AlertMonitoringService: guard Arc.container().isRunning() pour éviter NPE au shutdown - TypeOrganisationReferenceResource: forward categorie + modulesRequis au service - Tests: coverage TypeOrganisationReferenceResource + TypeReferenceService
This commit is contained in:
@@ -70,6 +70,8 @@ public class TypeOrganisationReferenceResource {
|
||||
.estDefaut(request.estDefaut())
|
||||
.estSysteme(request.estSysteme())
|
||||
.organisationId(request.organisationId())
|
||||
.categorie(request.categorie())
|
||||
.modulesRequis(request.modulesRequis())
|
||||
.build();
|
||||
try {
|
||||
TypeReferenceResponse created = typeReferenceService.creer(withDomaine);
|
||||
|
||||
Reference in New Issue
Block a user