- When building a modular application or library, the jython-slim JAR may
be placed on the *module* path [GH-325](https://github.com/jython/jython/issues/325). It will export its usual
packages in an automatic module org.python.jython2. Application build
tools that create a run script will generally add the dependencies of
Jython to the module path automatically. The developer may have to add
(via the build script) --add-modules ALL-MODULE-PATH to the java command
to ensure that these dependencies are resolved.
The jython-standalone JAR (module org.python.jython2.standalone) may
also be used. Many shaded (and some unshaded) dependencies are then
duplicated in its module, which can be a problem. It may be necessary to
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.
Jython 2.7.4 is unchanged from 2.7.4rc1
Jython 2.7.4rc1 Bugs fixed
- [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.
- [ GH-343 ] Export xml.parsers and xml.etree in xml.all.
- [ GH-342 ] Update multiple JARs to latest available.
- [ GH-331 ] Catch IndexError possible when accessing sys.argv.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps org.python:jython-standalone from 2.7.3 to 2.7.4.
Changelog
Sourced from org.python:jython-standalone's changelog.
... (truncated)
Commits
3f256f4
Prepare for 2.7.4 release.d04ff7f
Begin to identify as v2.7.4rc23562755
Prepare for 2.7.4rc1 release.245deba
Now with sensible timeouts.66600ad
Impose timeout on regrtest workflowsf14a91e
Note blocked from updating Netty by issue 3497df6cbd
Update Bouncy Castle JARs to 1.78.1115376c
Update ICU4J JAR to 75.1640b6fd
Update commons-io and Guava JARs967798c
Update JLine to 2.14.6Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show