Skip to content

Commit

Permalink
Do not advertise 15.5 as it is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Dec 16, 2024
1 parent de13268 commit b8a4991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ No code changes, but the artifacts published on Maven Central are now compiled w
-----------------
[`#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

15.5 (2024.12.15)
15.5 (2024.12.15 - DO NOT USE, IT IS BROKEN)
-----------------
[`#18`](https://github.com/openjdk/nashorn/pull/18) [`JDK-8294560`](https://bugs.openjdk.java.net/browse/JDK-8294560) assertion raised in newBuiltinSwitchPoint

Expand Down
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.5, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.5/jar). You can check the [change log](CHANGELOG.md) to see what's new.
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.

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

0 comments on commit b8a4991

Please sign in to comment.