Wren:IDM 6.1.0 Released
December 30, 2022
Brand new release Wren:IDM 6.1.0 has been published. This release is fully compatible with JDK 17 and Maven groupId of all modules was switched to our package org.wrensecurity.wrenidm.
Changes
List of significant changes:
- Add Java 17 support and drop Java 8 support
- Change Maven
groupIdtoorg.wrensecurity.wrenidm
Other changes:
- Change Maven packaging from
bundletojar(#112) - Support for custom operation-specific options in provisioner (#124)
- Workaround Rhino JS file encoding issue (#130)
- Improve docker build (multistage with buildkit cache)
- Upgrade
wrensec-parentto the latest release (4.0.0) - Upgrade
wrensec-commonsto22.4.0 - Upgrade
wrensec-uito22.1.1 - Upgrade
wrenicf-java-frameworkto1.5.3.0 - Upgrade Rhino JS to
1.7.14
How to get
You can build your own binary as described by README.
Alternatively you can use the official Docker image from Docker Hub:
bash
docker run --rm --name wrenidm-test -p 8080:8080 wrensecurity/wrenidm:6.1.0