Skip to content

Commit 18075b2

Browse files
authored
Announce v2.7.5b1 (#42)
1 parent c0bd1aa commit 18075b2

2 files changed

Lines changed: 34 additions & 3 deletions

File tree

download.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,33 @@ The current version of Jython is 2.7.4.
77
It can be applied:
88
- By downloading the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar).
99
Use this to install Jython as an application locally.
10-
(Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer).)
11-
- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim).
10+
(Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer/2.7.4).)
11+
- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim/2.7.4).
1212
Embed Jython in a Java application using the snippet provided for your preferred build tool.
1313
- As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar).
1414
Download this to run Jython without installing, or as a JAR on the class path of a Java application.
1515
Some users cite this as
16-
[a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone).
16+
[a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone/2.7.4).
1717

1818
For information on installing see [Installation](installation).
1919

2020
This version is supported on Java 8 (minimum) and 11.
2121

2222

23+
## Current Beta Version
24+
A beta version is available (Jython 2.7.5b1).
25+
It can be applied:
26+
- Using the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.5b1/jython-installer-2.7.5b1.jar).
27+
(Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer/2.7.5b1).)
28+
- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim/2.7.5b1).
29+
- As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.5b1/jython-standalone-2.7.5b1.jar).
30+
31+
32+
This version is supported on Java 8 (minimum), 11, 17 and 25.
33+
34+
A build from the repository will identify as Jython 2.7.5b2-something.
35+
36+
2337
## Previous Versions
2438
Previous versions of Jython are available from:
2539
- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)

news.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ title: News
44

55
## News
66

7+
### Jython 2.7.5 beta (v2.7.5b1 August 2026)
8+
9+
A beta release is now available for Jython 2.7.5 at [Maven Central](https://search.maven.org/search?q=g:org.python).
10+
It is tested as standard against Java 8 and Java 11.
11+
12+
See [NEWS](https://github.com/jython/jython/blob/v2.7.5b1/NEWS)
13+
for bugs fixed and features added.
14+
Thanks to all those who have helped identify and fix bugs or add features.
15+
16+
A notable feature of the 2.7.5 release compatibility with Java 25,
17+
where changes in default accessibility have been treated by native access options.
18+
The standard regression tests pass on Java 17 and Java 25,
19+
apart from certain socket tests on run on GitHub CI on Ubuntu,
20+
which we attribute to rapid creation and tear-down of sockets,
21+
unrepresentative of use.
22+
23+
724
### Jython 2.7.4 release (v2.7.4 August 2024)
825

926
A new full release is now available for Jython 2.7.4

0 commit comments

Comments
 (0)