You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current roadmap is to migrate away from Jython completely, using "native" Python for everything instead. While Jython may eventually reach Python 3 support, its roadmap is far to unclear to rely on this for core functionality (e.g. tool pre/post scripts).
As Python 2 is EOL, this of course includes switching all user scripts to Python 3, which may require user intervention. This is why we won't (can't) deploy this change before RCE 11.0.0.
Update: The complete replacement of Jython with "native" Python 3 is mostly complete (except some fine-tuning and documentation) and has successfully passed internal testing. This change enables tool pre- and post-execution scripts with full access to native Python modules, venv support etc.
Due to our version compatibility policy, however, we still can't release this change before RCE 11.0.0.
Currently the integrated jython runs V2.5.1 which, e.g., doesn't support str.format() function.
The text was updated successfully, but these errors were encountered: