Message12080

Author stefan.richthofer
Recipients Hardy, stefan.richthofer
Date 2018-08-10.22:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533939934.18.0.56676864532.issue2701@psf.upfronthosting.co.za>
In-reply-to
Content
First a hint on upgrading a single dependency:
To upgrade jnr, replace the jar in extlibs folder with the version you intend. Then search build.xml for the name of the old jar and replace each occurrence with the new name. Then run ant build, or ant jar-standalone or ant installer or whatever target you need.

Regarding hooks:
I don't have capacity to get into jnr internals now. If you know what hook you'd like to add, which method you need to call at which point we can iterate again.

Regarding Jython 2.7.1:
I recommend to keep investigating an update path. File issues here if it's Jython's fault breaking your plugins. If it has to do with pyc files -- I'm surprised you rely on pyc files -- an important change is that Jython 2.7.1 now supports (and requires) Python 2.7 bytecode while Jython 2.7.0 still  used Python 2.5 bytecode. So maybe you just need to rebuild your pyc files with CPython 2.7. pyc bytecode underlies backwards incompatible change between Python 2.5 and 2.7.
History
Date User Action Args
2018-08-10 22:25:34stefan.richthofersetmessageid: <1533939934.18.0.56676864532.issue2701@psf.upfronthosting.co.za>
2018-08-10 22:25:34stefan.richthofersetrecipients: + stefan.richthofer, Hardy
2018-08-10 22:25:34stefan.richthoferlinkissue2701 messages
2018-08-10 22:25:33stefan.richthofercreate