Skip to content

Commit

Permalink
[fix] Fix swagger APIs update with Sirius Web 2025.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
  • Loading branch information
AxelRICHARD committed Jan 15, 2025
1 parent d45efcb commit 67e4093
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;

import io.swagger.v3.oas.annotations.Hidden;

/**
* Custom JSON ResponseBodyAdvice for SysMLv2 Elements.
*
* @author arichard
*/
@Hidden
@ControllerAdvice("org.eclipse.sirius.web.application.object.controllers")
public class SysMLv2SerializerConfig implements ResponseBodyAdvice<Object> {

Expand Down
Loading

0 comments on commit 67e4093

Please sign in to comment.