Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroEJ GitHub Delivery committed Apr 25, 2024
1 parent 67a9f43 commit 40ddaa9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 5.8.2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions 5.8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ddaa9

Please sign in to comment.