Skip to content

Commit

Permalink
Release 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Jul 1, 2021
1 parent f18c55b commit 1ced089
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ OpenJDK Nashorn Changelog
15.2 (2021.02.13)
-----------------
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+.

15.3 (2021.06.29)
-----------------
[`#13`](https://github.com/openjdk/nashorn/pull/13) [`JDK-8263910`](https://bugs.openjdk.java.net/browse/JDK-8263910) Java.extend throws java.lang.ClassFormatError

[`#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

[`#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

[`#16`](https://github.com/openjdk/nashorn/pull/16) [`JDK-8269602`](https://bugs.openjdk.java.net/browse/JDK-8269602) Gracefully handle absence of Unsafe.defineAnonymousClass

` ` ` ` The engine now reports its name as `OpenJDK Nashorn`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Nashorn-related documents last published by Oracle with Java 14:

Getting Started
===============
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.
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.

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.

Expand Down
4 changes: 2 additions & 2 deletions make/nashorn/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ javadoc.option=\
nashorn.target.java.version=11

# nashorn version information
nashorn.version=15.2
nashorn.fullversion=15.2
nashorn.version=15.3
nashorn.fullversion=15.3
nashorn.product.name=OpenJDK Nashorn

# This directory is removed when the project is cleaned:
Expand Down

0 comments on commit 1ced089

Please sign in to comment.