aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2025-01-23 12:34:40 +0000
committerToineSiebelink <toine.siebelink@est.tech>2025-01-23 15:34:05 +0000
commit0cb3dec31d5a42ef00e89038aef1625179c8ac00 (patch)
treeef7028063f090712a3a0692380aecdcf2deb095e /cps-rest
parented797d4a340ed145c71ae2cd805b823b26228304 (diff)
Fix for cm handles stuck in LOCKED during registration
- Additional Error logging when cm handles fail module sync - Swallow already defined exception upon schema and/or anchor creation - Updated integration test to try to reproduce the problem (but couldn't) - Ignored integration tests that depend/affected by race conditions (they are useful for troubleshooting but not for pipeline checks) - Removed last remnants of springboot retry annotation option (incl dependencies) Issue-ID: CPS-2576 Change-Id: I910e802268332f955134c043bd1b46a7ec57233b Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'cps-rest')
-rw-r--r--cps-rest/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index b04daf03bd..f72cef9f28 100644
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -62,10 +62,6 @@
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
<dependency>
- <groupId>org.springframework.retry</groupId>
- <artifactId>spring-retry</artifactId>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>