Skip to content

Commit

Permalink
Release 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Dec 26, 2024
1 parent 2c09a25 commit ef7bc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ No code changes, but the artifacts published on Maven Central are now compiled w

[`#19`](https://github.com/openjdk/nashorn/pull/19) [`JDK-8343449`](https://bugs.openjdk.java.net/browse/JDK-8343449) Nashorn method handle debug logging breaks with log4j-jul

15.6 (2024.12.25)
-----------------
[`#20`](https://github.com/openjdk/nashorn/pull/20) [`JDK-8346302`](https://bugs.openjdk.java.net/browse/JDK-8346302) Fix logging breaking Nashorn initialization
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.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.
Latest version of Nashorn is 15.6, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.6/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.5
nashorn.fullversion=15.5
nashorn.version=15.6
nashorn.fullversion=15.6
nashorn.product.name=OpenJDK Nashorn

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

0 comments on commit ef7bc6d

Please sign in to comment.