From e1191fb94c24ba2bb0ec37ea9f98d5b985587519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:46:17 +0000 Subject: [PATCH 1/2] Bump org.eclipse.jetty:jetty-maven-plugin Bumps org.eclipse.jetty:jetty-maven-plugin from 9.4.44.v20210927 to 9.4.56.v20240826. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a76465..f807b1f 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ org.eclipse.jetty jetty-maven-plugin - 9.4.44.v20210927 + 9.4.56.v20240826 /ninacrm From 5eba5c5b07f7ea0fcc4d78a3c56147891f2fa9d4 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sat, 5 Oct 2024 00:45:36 +0200 Subject: [PATCH 2/2] docs: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33d9651..18661f4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ mvn clean jetty:run ``` Open http://localhost:8181/ninacrm/ + +To use the "Create Defect..." or "Select Defect..." links, the OSLC RefImpl CM server shall be running (see [docs](https://github.com/oslc-op/refimpl#using-jetty-based-containers-with-docker)). + +The "Add Link" link button works correctly only with the servers that have CSP and CORS set up. \ No newline at end of file