From 97b444af888ab8d76126d7024f455719c4e6b307 Mon Sep 17 00:00:00 2001 From: Edward Utria <62029748+EdWrld@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:26:48 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddc831b..302258d 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A sdk that allows you to prioritize items based off of date in descending order. (Dynamodb table must match specifics in test/terraform/main.tf) -## WARING: GrailVM currently not supported - -This packages uses aws java sdk v2 which instanciates java.util.SecureRandom at build time. +## Warning for Graalvm +For this library to work correctly you must pass --initialize-at-run-time=org.apache.http.impl.auth.NTLMEngineImpl as arg +to your image build command ## Quick start From 54881a76c38045cb1d62ab103c7aa5170a4bee92 Mon Sep 17 00:00:00 2001 From: Edward Utria <62029748+EdWrld@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:27:18 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 302258d..c20118a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A sdk that allows you to prioritize items based off of date in descending order. (Dynamodb table must match specifics in test/terraform/main.tf) ## Warning for Graalvm -For this library to work correctly you must pass --initialize-at-run-time=org.apache.http.impl.auth.NTLMEngineImpl as arg +For this library to work correctly you must pass --initialize-at-run-time=org.apache.http.impl.auth.NTLMEngineImpl as a argument to your image build command ## Quick start