Skip to content

v8.0.4

Compare
Choose a tag to compare
@nielsm5 nielsm5 released this 09 Oct 11:04
· 1236 commits to master since this release

Patch Changelog: v8.0.3...v8.0.4 - Full Changelog: v7.9-RC1...v8.0.4.

Warning

We are now publishing our artifacts under our new org.frankframework groupid on Maven Central.

Note

Packages names have been changed, though you should not need to change your configurations, it's advised to do it ASAP.

Highlights

Bugfixes
Security Updates

What's Changed

  • Fix iDin NPE and equals check (#7384 + #7467)
  • Prevent CloseReportsTask from throwing NPEs (#7501)
  • Update Spring, Tomcat and Protobuf dependencies (#7618)
  • Fix sap idoc flow (#7610)
  • Show WSS on Test-ServiceListener console page (#7641)

Non backwards compatible changes

  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • CleanupOldFilesPipe and UploadFilePipe have been removed.
  • property xml.namespaceAware.default=true by default. When set to false, parsing is done via a DOM source, or namespaces are removed before XSLT transformations.

Starting from version 7.6:

  • When using log.HideRegex you may need to unescape XML characters. (see log4j4ibis.properties.)
  • Parameter handling for types Node and DomDoc is namespace aware. To remove namespaces, use set attribute removeNamespaces="true".
  • FixedQuerySender allows duplicate parameter names ONLY if useNamedParams is explicitly set to false.