From 3bb4130f71d562f22e8efc9da82779dbc07d7451 Mon Sep 17 00:00:00 2001 From: Stoyan Tzenkov Date: Thu, 4 Oct 2018 09:04:17 +0300 Subject: [PATCH] NY_3728: README.md updated with the issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5cdc11e..a75e0ec 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,10 @@ docker build -t account-service . ``` docker run --rm -ti -p 8080:8080 -p 6565:6565 account-service ``` + +# Known issues + + (NY_3728) When starting the microservice account-service we get several warning messages due to a release mismatch with the groovy logging jar. + One possible but not suitable solution is use a VM argument "--illegal-access=deny". + Another proper solution is to upgrade the jar which should be done at a later date. + -- GitLab