Skip to content

Commit 1ced089

Browse files
committed
Release 15.3
1 parent f18c55b commit 1ced089

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ OpenJDK Nashorn Changelog
2828
15.2 (2021.02.13)
2929
-----------------
3030
No code changes, but the artifacts published on Maven Central are now compiled with Java 11 instead of Java 15. It is thus possible to use them with projects targeting Java 11+.
31+
32+
15.3 (2021.06.29)
33+
-----------------
34+
[`#13`](https://github.com/openjdk/nashorn/pull/13) [`JDK-8263910`](https://bugs.openjdk.java.net/browse/JDK-8263910) Java.extend throws java.lang.ClassFormatError
35+
36+
[`#14`](https://github.com/openjdk/nashorn/pull/14) [`JDK-8265691`](https://bugs.openjdk.java.net/browse/JDK-8265691) Some Object constructor methods aren't ES6 compliant
37+
38+
[`#15`](https://github.com/openjdk/nashorn/pull/15) [`JDK-8261926`](https://bugs.openjdk.java.net/browse/JDK-8261926) Attempt to access property/element of a Java method results in AssertionError: unknown call type
39+
40+
[`#16`](https://github.com/openjdk/nashorn/pull/16) [`JDK-8269602`](https://bugs.openjdk.java.net/browse/JDK-8269602) Gracefully handle absence of Unsafe.defineAnonymousClass
41+
42+
` ` ` ` The engine now reports its name as `OpenJDK Nashorn`.

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.2, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.2/jar). You can check the [change log](CHANGELOG.md) to see what's new.
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.
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.2
52-
nashorn.fullversion=15.2
51+
nashorn.version=15.3
52+
nashorn.fullversion=15.3
5353
nashorn.product.name=OpenJDK Nashorn
5454

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

0 commit comments

Comments
 (0)