Skip to content

Conversation

@alexisszmundy
Copy link
Contributor

No description provided.

Copy link

@nsenave nsenave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relecture rapide, remarques de forme (principalement pour de la doc)

boolean withReview = dataProcessingContextApiPort.getReviewByPartitionId(partitionId);
return ResponseEntity.ok(withReview);
}catch (GenesisException e){
return new ResponseEntity<>(e.getMessage(), HttpStatusCode.valueOf(e.getStatus()));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plutôt à faire via les @CotnrollerAdvice / @ExceptionHandler (définir & throw un type d'exception dédié si besoin)

@alexisszmundy alexisszmundy merged commit becb63a into main Oct 23, 2025
8 checks passed
@alicela alicela deleted the devGetReview branch October 29, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants