You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/04/01 03:16:14 UTC

[openwhisk-runtime-java] branch master updated: prepare for 1.16.0 release (#122)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new a231007  prepare for 1.16.0 release (#122)
a231007 is described below

commit a23100707ca84924edb61f00e4576d32c43e3ed1
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Mar 31 23:16:07 2021 -0400

    prepare for 1.16.0 release (#122)
---
 NOTICE.txt                        | 2 +-
 core/java8/CHANGELOG.md           | 3 +++
 core/java8actionloop/CHANGELOG.md | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 5c9d113..c54d633 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Java
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2016-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index 9d900ee..845c14c 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -19,6 +19,9 @@
 
 # Java 8 OpenWhisk Runtime Container
 
+## 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
diff --git a/core/java8actionloop/CHANGELOG.md b/core/java8actionloop/CHANGELOG.md
index 2771b79..51de60c 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Java 8 OpenWhisk Runtime Container
 
+## 1.16.0
+  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u282-b08_openj9-0.24.0
+  - Use 1.17.0 release of openwhisk-runtime-go (#117)
+
 ## 1.15.0
   - Include latest security fixes with every build.
   - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0