Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jython #3009

Merged
merged 2 commits into from
May 6, 2024
Merged

Update jython #3009

merged 2 commits into from
May 6, 2024

Conversation

kasemir
Copy link
Collaborator

@kasemir kasemir commented May 3, 2024

The update from 7.0.3 to 7.0.4b1 seems minor, but it fixes an Eclipse compiler error because org.w3c.dom.html is found both in the JDK and in the jython 7.0.3 jar, resulting in the error

org.w3c.dom.html is accessible from more than one module: <unnamed>, jdk.xml.dom

jython/jython@28008a3

Also good to see that there's at least some housekeeping going on with jython

kasemir and others added 2 commits May 3, 2024 15:05
The update from 7.0.3 to 7.0.4b1 seems minor, but it fixes an Eclipse
compiler error because org.w3c.dom.html is found both in the JDK and in
the jython 7.0.3 jar, resulting in the error

```
org.w3c.dom.html is accessible from more than one module: <unnamed>,
jdk.xml.dom
```
jython/jython@28008a3

Also good to see that there's at least some housekeeping going on with
jython
@shroffk shroffk merged commit 90691c8 into master May 6, 2024
2 checks passed
@kasemir kasemir deleted the jython2.7.4b1 branch May 6, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants