From 9556dc6bd7e327dfbfc3c2d5228ad920ad7b9f8e Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Thu, 27 Jun 2019 14:41:51 +0200 Subject: Inject Configurable HTTP Policies to MsgClient - Refactor: Get rid of MsgClient, because MsgClientFactory can do all the work. - Add Connection Timeout and Request Timeout (Policies of HTTP Client) to mzs:DeliveryRequest/Config and application.yaml. - Update readme: Add JDK 12 Requirement --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 606dcf0..7572af1 100644 --- a/readme.md +++ b/readme.md @@ -53,8 +53,10 @@ cp /eaaf_modules/eaaf_module_moa-sig/rep ## Compile & Test -Requirements: openJDK 11 +Requirements: openJDK 12 (OpenJDK 11 has an unfixed bug [1] that prevents the completion of TLS handshakes.) ``` mvn test ``` + +[1] https://bugs.openjdk.java.net/browse/JDK-8214098 \ No newline at end of file -- cgit v1.2.3