You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/30 14:45:35 UTC

[ignite-teamcity-bot] branch master updated: Update doc with reference to AES256 pack

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e4a9f5  Update doc with reference to AES256 pack
9e4a9f5 is described below

commit 9e4a9f562560a4d21b027477cf5f4611fdc554e0
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Oct 30 17:45:32 2018 +0300

    Update doc with reference to AES256 pack
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index ffa931b..a67798f 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,13 @@ Build can be done using following commands
 - gradle clean
 - gradle build
 
+It is recommended to use Java 8 for development.
+
+It may be required to install 
+[Java Cryptography Extension JCE Unlimited Strength Jurisdiction Policy Files 8 Download](https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
+because the Bot uses strong AES cryptography, but default java distribution may limit AES256 usage.
+
+
 Resulting distribution can be found in projectRoot\jetty-launcher\build\distributions.
 Distribution will contain start script in \bin folder.