diff --git a/CHANGELOG.MD b/CHANGELOG.MD index bfdb86d8..11772bee 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -56,7 +56,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Handle explicit reference from PartInfo-href to the SOAP body [#148](https://github.com/holodeck-b2b/Holodeck-B2B/issues/148) (Thanks @gtalman) * Purging of message units stopped in case of exception other than `PersistenceException` * Handlers GenericProviderDispatcher and MustUnderstandValidationDispatcher not available [#137](https://github.com/holodeck-b2b/Holodeck-B2B/issues/137) -* NPE when `EncryptedKey` WSS header contains whitespace ### Removed * Support for running Holodeck B2B on Java 1.8 diff --git a/README.md b/README.md index f1d21eb1..ed15f8b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Issue tracker https://github.com/holodeck-b2b/Holodeck-B2B/issues ## Installation ### Prerequisites -Java 8 or higher is required to run Holodeck B2B. +Java 11 is required to run Holodeck B2B. ### Getting started guide To help you set up your first instance of Holodeck B2B, you will find a [step-by-step guide to setting up Holodeck B2B](http://holodeck-b2b.org/documentation/getting-started/) on the project website.