diff --git a/README.md b/README.md index 5cdc11ec6cdf610d5aeb871ef6e3db61c4bba245..a75e0ec4d2065ea36e3e35ad1612abfc0a64e12a 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. +