From 40ddaa952e3870fec5ecb81cbc4ae5d3f64bb359 Mon Sep 17 00:00:00 2001 From: MicroEJ GitHub Delivery Date: Thu, 25 Apr 2024 11:57:18 +0000 Subject: [PATCH] Version 1.8.1 --- 5.8.2/CHANGELOG.md | 4 ++++ 5.8.2/Dockerfile | 4 ++++ README.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/5.8.2/CHANGELOG.md b/5.8.2/CHANGELOG.md index 3ce8f29..e39db83 100644 --- a/5.8.2/CHANGELOG.md +++ b/5.8.2/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.1] - 2024-04-25 +### Fixed +- Fix License check failed when USB dongle is used with MicroEJ Architecture lower than v7.18.1 + ## [1.8.0] - 2024-02-09 ### Added - Add Dockerfile for sdk 5.8.2 and 5.8.2 jdk11 diff --git a/5.8.2/Dockerfile b/5.8.2/Dockerfile index 7d91b5a..67de731 100644 --- a/5.8.2/Dockerfile +++ b/5.8.2/Dockerfile @@ -41,6 +41,10 @@ ENV ECLIPSE_HOME=/opt/eclipse ENV BUILD_KIT_HOME=/opt/buildKit ENV PATH=$BUILD_KIT_HOME/bin:$PATH +# Remove Java security "SHA1 denyAfter 2019-01-01" from "jdk.jar.disabledAlgorithms" property to avoid +# "License check failed [tampered (3)])" error message when MicroEJ dongle used on old MicroEJ Architecture +RUN sed -i 's/SHA1 denyAfter 2019-01-01,//g' /opt/java/openjdk/jre/lib/security/java.security + # Set workdir WORKDIR ${HOME} diff --git a/README.md b/README.md index 0906394..2ee463d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ for various MicroEJ SDK versions. All images referenced in this document are available in our [Docker Hub repository](https://hub.docker.com/u/microej/). You can also build them yourself following build instruction bellow and our [Github repository](https://github.com/MicroEJ/Tool-SDK-Docker). +### Version + +Since SDK version `5.6.2` the SDK has been available in 2 versions: JDK 8 and JDK 11. The JDK11 image is suffixed with `-jdk11`. The image tagged lastest is version `5.8.2-jdk11`. + ### MicroEJ SDK version `5.4.1` and above For MicroEJ SDK version `5.4.1` and above, please refer to