jPOS 2.1.0 has been released
· One min read
jPOS 2.1.0 has been released, new development version is now 2.1.1-SNAPSHOT
Please see the ChangeLog.
Remember we are using Semantic Versioning so the change from 2.0.10 to 2.1.0 means a full rebuild has to be done in your applications. Some of the most notable changes are:
- TransactionContext is now backed by a
Map<String,Object>
instead of the oldMap<Object,Object>
so that needs review - Some methods that used to throw ISOException are not throwing it anymore
Other than those two minor changes, jPOS 2.1.0 has a large number of improvements, including TransactionManager metrics, new org.jpos.rc
package, bug fixes and improved TransactionManager capacity.
jPOS-EE 2.2.4 has been released as well, new development versions are jPOS 2.1.0-SNAPSHOT
and jPOS-EE 2.2.5-SNAPSHOT
.
See Resources Page for details.