Skip to content

Commit ef7bc6d

Browse files
committed
Release 15.6
1 parent 2c09a25 commit ef7bc6d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ No code changes, but the artifacts published on Maven Central are now compiled w
5151

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

54+
15.6 (2024.12.25)
55+
-----------------
56+
[`#20`](https://github.com/openjdk/nashorn/pull/20) [`JDK-8346302`](https://bugs.openjdk.java.net/browse/JDK-8346302) Fix logging breaking Nashorn initialization

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.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.
36+
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.
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.5
52-
nashorn.fullversion=15.5
51+
nashorn.version=15.6
52+
nashorn.fullversion=15.6
5353
nashorn.product.name=OpenJDK Nashorn
5454

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

0 commit comments

Comments
 (0)