From fe3c1763041c5a4ce596994803d196c5ae282712 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:04:17 +0000 Subject: [PATCH 1/2] Initial plan From e00bf2a1bd4e1917977dda76f84928c17172c0dd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:06:07 +0000 Subject: [PATCH 2/2] Add SdkNoticeTypeRepository reference to README Co-authored-by: rousso <91379+rousso@users.noreply.github.com> --- src/main/java/eu/europa/ted/eforms/sdk/repository/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/eu/europa/ted/eforms/sdk/repository/README.md b/src/main/java/eu/europa/ted/eforms/sdk/repository/README.md index ac456c0..36e2912 100644 --- a/src/main/java/eu/europa/ted/eforms/sdk/repository/README.md +++ b/src/main/java/eu/europa/ted/eforms/sdk/repository/README.md @@ -9,4 +9,5 @@ This package contains: * `SdkFieldRepository`: can populate a `HashMap` with `SdkField` objects read form `fields.json` * `SdkNodeRepository`: can populate a `HashMap` with `SdkNode` objects read form `fields.json` -* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK. \ No newline at end of file +* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK. +* `SdkNoticeTypeRepository`: can populate a `HashMap` with `SdkNoticeSubtype` objects read from `notice-types.json` \ No newline at end of file