Plugin:org.tolven.onc.component.mirth

From DOC

Jump to: navigation, search


Contents

Version 2.1 Notes

Version 2.1.5

  • Replaced the <listener>, <filter>, and <servlet> deployment descriptor tags in the web-fragment.xml and web.xml files with @WebListener, @WebFilter, and @WebServlet in cases where order is not important.
  • Removed the "classes" extension for contributing classes to a war file's WEB-INF/classes directory to instead use a WEB-INF-LIB extension to contribute a jar containing those classes to the WEB-INF/lib directory of the war file.
  • Removed references to LDAPLocal (LDAPBean).

Version 2.1.4

  • Removed the <servlet> and <servlet-mapping-contribution> extensions from the manifests, and instead we now supply the servlet information via a web-fragment.xml file.
  • Added a ServletContextListener which logs when the module is successfully deployed with the war file.

Version 2.1.3

  • A recurring error was discovered in which JAXBContext.getInstance() was getting "confused". This was being caused by a static variable in the ParseXML.java. We moved the JAXBContext creation logic into subclasses and removed the static member variable from ParseXML.java. The time difference for creating JAXBcontext is less than 30ms but the context will be created for each subclass which is inevitable anyway.

Version 2.1.2

  • All transaction handling has been moved to TransactionFilter, which appears as the first filter in all war files. References to UserTransaction have been removed from elsewhere in Tolven code.

Version 2.1.1

  • Removed openssoclientsdk.jar, which is not used in Shiro.
Personal tools