Skip to content

Commit 0b7c2a5

Browse files
committed
feature: api-151 validate webhook url with latest api
* Latest api uses simple string with regex pattern to validate webhook * Because uri was conflicting with pattern * So we can enable the validation test for webhook * Still got a puzzling / weird requirement to import jakarta annotations though :(
1 parent b7c47b6 commit 0b7c2a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/uk/gov/hmcts/cp/mappers/SubscriptionMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import uk.gov.hmcts.cp.openapi.model.EventType;
1212
import uk.gov.hmcts.cp.openapi.model.NotificationEndpoint;
1313

14-
import java.net.URI;
1514
import java.util.List;
1615

1716
import static java.util.stream.Collectors.toList;

0 commit comments

Comments
 (0)