Skip to content

Commit

Permalink
Updates to NEWS and README
Browse files Browse the repository at this point in the history
Complete list of bugs fixed. Name Maven Central as our publication
location. Also fix group id of commons-io.
  • Loading branch information
jeff5 committed Feb 27, 2024
1 parent 29853cb commit bc9d859
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bc9d859

Please sign in to comment.