Java 8 OpenWhisk Runtime Container
September 17, 2024 ยท View on GitHub
1.20.0
- Use
ibm-semeru-runtimes:open-8u422-b05-jdk-focalas baseimage (#164) - Update gradle-scalafmt to 1.5.1 to fix build. (#165)
- Update go proxy to 1.23@1.25.0 (#166)
- Upgrade gradle to 6.9.3 (#167)
1.19.0
- use
ibm-semeru-runtimes:open-8u382-b05-jdk-focalas baseimage
1.18.0
- Use
ibm-semeru-runtimes:open-8u362-b09-jdk-focalas baseimage (#151) - Support array result include sequence action (#140)
- update gson version to 2.9.0 (#139)
1.17.0
- Resolve akka versions explicitly. (#124, #123)
1.16.0
- Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u282-b08_openj9-0.24.0
1.15.0
- Include latest security fixes with every build.
- Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
1.14.0
- Support for __OW_ACTION_VERSION (openwhisk/4761)
- Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
1.13.0-incubating
- Use jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0
1.1.4
Changes:
- Update jdk adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u212-b04_openj9-0.14.2 jdk8u181-b13_openj9-0.9.0 Starting with [openj9-0.11.0}(https://github.com/eclipse/openj9/blob/b44844b02466ddf195eb9d8d6587ed89374a5f2a/doc/release-notes/0.11/0.11.md) container awareness is activated by default. This means, when the VM is running in a container, and a memory limit is set, the VM allocates more memory to the Java heap. Depending on the size of the memory limit.
1.1.3
Changes:
- Update jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0 and push latest hash jdk8u181-b13_openj9-0.9.0 #77
1.1.2
Changes:
- Update run handler to accept more environment variables #67
1.1.1
Changes:
- Adds log markers.
- Improve error handling for improper initialization.
1.1.0
Changes:
- Replaced oracle jdk8u131-b11 with OpenJDK adoptopenjdk/openjdk8-openj9:jdk8u162-b12_openj9-0.8.0
1.0.1
Changes:
- Allow custom name for main Class
1.0.0
Changes:
- Initial release