[Jepp-users] jep 3.4 release candidate 2
Brought to you by:
mrjohnson0
From: Nathan J. <ndj...@gm...> - 2015-08-04 23:55:15
|
I had to make enough changes that the 3.4 release now gets a release candidate 2. It is available here: https://github.com/mrj0/jep/tree/v3.4.0rc2 The biggest changes are I made some improvements for OSGi support and I fixed two memory leaks. The memory leaks were introduced in Jep 3.3 so I fixed them in both the 3.4 and the 3.3 branch. More specifically, the leaks could happen if you caught a Java exception in Python or if you imported inner classes. Both were small leaks so they probably wouldn't show up unless you had a long running application. The 3.3.6 release contains the memory fixes if you're using 3.3. If all goes well with testing, this release candidate 2 will become jep 3.4.0 soon. Some of ideas we're considering for 3.5 require considerable effort, so it will be a while before a jep 3.5 exists. Don't forget to check out the docs on the github wiki! I've been refining them as I get feedback. https://github.com/mrj0/jep/wiki |