Skip to content

Commit 2290123

Browse files
committed
[fix] Fix swagger APIs update with Sirius Web 2025.1.1
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent d45efcb commit 2290123

File tree

2 files changed

+651
-1
lines changed

2 files changed

+651
-1
lines changed

backend/services/syson-sysml-rest-api-services/src/main/java/org/eclipse/syson/sysml/rest/api/SysMLv2SerializerConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
import org.springframework.web.bind.annotation.ControllerAdvice;
2929
import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
3030

31+
import io.swagger.v3.oas.annotations.Hidden;
32+
3133
/**
3234
* Custom JSON ResponseBodyAdvice for SysMLv2 Elements.
3335
*
3436
* @author arichard
3537
*/
38+
@Hidden
3639
@ControllerAdvice("org.eclipse.sirius.web.application.object.controllers")
3740
public class SysMLv2SerializerConfig implements ResponseBodyAdvice<Object> {
3841

0 commit comments

Comments
 (0)