From bc9d8592aef6c608f0e7f7662c3e910eae10c0ca Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 27 Feb 2024 18:19:49 +0000 Subject: [PATCH] Updates to NEWS and README Complete list of bugs fixed. Name Maven Central as our publication location. Also fix group id of commons-io. --- NEWS | 7 +++++-- README.txt | 5 +++-- build.gradle | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 00335825f..9ad3caeaa 100644 --- a/NEWS +++ b/NEWS @@ -23,14 +23,17 @@ Jython 2.7.4a1 Bugs fixed - [ GH-310 ] CVE-2024-25710 and CVE-2024-26308 (commons-compress) - [ GH-304 ] from java import * not working in Java 21 - [ GH-302 ] Interactive interpreter awaits input instead of raising syntax error - - [ GH-288 ] Build fails when using java module + - [ GH-288 ] Build fails when using modules (duplicate org.w3c from JARs) + - [ GH-281 ] Invoking the wrong overloaded Java constructor - [ GH-280 ] LineNumberTable deprecated for removal in 2.6 still there - [ GH-277 ] Argument coercion fails for Java interface with default methods + - [ GH-272 ] GlobalRef.createReaperThreadIfAbsent produces IllegalMonitorStateException - [ GH-269 ] Upgrade Google Guava to 32.0.1 (CVE-2023-2976) - - [ GH-264 ] Create a security policy + - [ GH-264 ] Create a security policy (changes on GitHub only) - [ GH-254 ] Regression in socket.socket.sendall for sending Unicode - [ GH-247 ] PySystemStateTest fails on Mac - [ GH-245 ] Document download/binaries location + - [ GH-238 ] Using == to compare strings in sys - [ GH-223 ] JPasswordField no longer works due to 'bullet' echo char - [ GH-221 ] Incorrect method precedence with overloading and variable arity - [ GH-204 ] IllegalArgumentException: where char method returns non-byte value diff --git a/README.txt b/README.txt index f12a3c718..2ce50eed5 100644 --- a/README.txt +++ b/README.txt @@ -30,8 +30,9 @@ help and support of the project. Downloads --------- -Binary downloads are available from https://www.jython.org/download -along with Maven and Gradle dependency information. +Downloads (JAR, source and dependency metadata) are available from Maven +Central (Sonatype) at https://central.sonatype.com/search?q=g:org.python +and linked from https://www.jython.org/download. Bug Reports diff --git a/build.gradle b/build.gradle index 1df5c90c4..f6906414a 100644 --- a/build.gradle +++ b/build.gradle @@ -156,7 +156,7 @@ dependencies { implementation 'org.antlr:antlr-runtime:3.5.2' implementation 'org.apache.commons:commons-compress:1.26.0' - implementation 'org.apache.commons:commons-io:2.15.1' + implementation 'commons-io:commons-io:2.15.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.77' implementation 'org.bouncycastle:bcprov-jdk18on:1.77'