Skip to content

Commit ab2542e

Browse files
committed
Release 15.4
1 parent ba9bc19 commit ab2542e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ No code changes, but the artifacts published on Maven Central are now compiled w
4040
[`#16`](https://github.com/openjdk/nashorn/pull/16) [`JDK-8269602`](https://bugs.openjdk.java.net/browse/JDK-8269602) Gracefully handle absence of Unsafe.defineAnonymousClass
4141

4242
` ` ` ` The engine now reports its name as `OpenJDK Nashorn`.
43+
44+
15.4 (2022.04.27)
45+
-----------------
46+
[`#17`](https://github.com/openjdk/nashorn/pull/17) [`JDK-8283339`](https://bugs.openjdk.java.net/browse/JDK-8283339) TypeError: undefined is not an Object after JDK-8240299

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Nashorn-related documents last published by Oracle with Java 14:
3333

3434
Getting Started
3535
===============
36-
Latest version of Nashorn is 15.3, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.3/jar). You can check the [change log](CHANGELOG.md) to see what's new.
36+
Latest version of Nashorn is 15.4, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.4/jar). You can check the [change log](CHANGELOG.md) to see what's new.
3737

3838
Nashorn is a JPMS module, so make sure it and its transitive dependencies (Nashorn depends on several ASM JARs) are on your application's module path, or appropriately added to a module layer, or otherwise configured as modules.
3939

make/nashorn/project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ javadoc.option=\
4848
nashorn.target.java.version=11
4949

5050
# nashorn version information
51-
nashorn.version=15.3
52-
nashorn.fullversion=15.3
51+
nashorn.version=15.4
52+
nashorn.fullversion=15.4
5353
nashorn.product.name=OpenJDK Nashorn
5454

5555
# This directory is removed when the project is cleaned:

0 commit comments

Comments
 (0)