Ibissource Iaf Versions Save

The Frank!Framework is an easy-to-use, stateless integration framework which allows (transactional) messages to be modified and exchanged between different systems.

v7.8.3

7 months ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8.2...v7.8.3 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.8-RC1...v7.8.3, see Milestone 7.8.3 for more info.

Notice

  • When using log.HideRegex you may need to unescape XML characters. (see log4j4ibis.properties.)

Highlights

Bugfixes Performance enhancements Security Updates

What's Changed

  • Fix JMS Sessions being closed before able to send a reply (#5475)
  • Ensure the original message wont be closed when using an IbisLocalSender (#5518)
  • Fix default values in log configuration (#5509)
  • Read entire Accept header and filter on XML and JSON (#5536)
  • Fix CXF duplicate endpoints errors (#5580)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
    • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
    • The attribute addXmlRootElement now also allows XML root elements to be used when converting to JSON
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.
  • Parameter with an attribute value set to an empty string will have the empty string as result. Previously the input message would be used. This behaviour can be reobtained by setting defaultValueMethod="input".
  • Larva context has changed from '/larva' to '/iaf/larva'.
  • XsltPipe/Sender: Match on comment() and use of cdata-section-elements no longer work by default (set handleLexicalEvents to true to enable again, read Frank!Doc about NullPointerExceptions)
  • Some API endpoints have been deprecated. Users are encouraged to change over to the new API, however in order to restore the deprecated functionality the property 'iaf-api.allowDeprecated' can be set to true.
  • FixedQuerySender allows duplicate parameter names ONLY if useNamedParams is explicitly set to false.
  • ApiListener eTag generation has been disabled by default, set api.etag.enabled=true to enable default etag generation.

v7.8.2

8 months ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8.1...v7.8.2 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.8-RC1...v7.8.2, see Milestone 7.8.2 for more info.

Notice

  • When using in combination with JMS 1.2, you may experience 'flapping' receivers.
  • When using log.HideRegex you may need to unescape XML characters. (see log4j4ibis.properties.)

Highlights

Bugfixes Performance enhancements Security Updates

What's Changed

  • Add AWS StorageClass attribute (#5243)
  • Reduce log levels (#5259 + #5435)
  • Re-enable version attribute and allow XML root elements on JsonPipe (#5285)
  • ASPOSE: Preserve message when converting an image (#5307)
  • ASPOSE: Strip MimeType params for converters (#5316)
  • Fix detection of named params in SQL Senders (#5311)
  • Add ContentDisposition header to WSS responses (#5312)
  • Allow global setting for the use of eTags and disable by default (#5318)
  • Create 1 Tika config and catch InvalidMimeTypeExceptions (#5336)
  • Fix Job response not read and closed (#5346)
  • Fix for Session Key closed unexpectedly (#5357)
  • Fix NPE when lock cannot be acquired (#5379)
  • Fix Locker numRetries not working (#5389)
  • Fix NPE in CompressPipe (#5426)
  • Restore the 'log.HideRegex' functionality (#5454 + #5458)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
    • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.- JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
    • The attribute addXmlRootElement now also allows XML root elements to be used when converting to JSON
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.
  • Parameter with an attribute value set to an empty string will have the empty string as result. Previously the input message would be used. This behaviour can be reobtained by setting defaultValueMethod="input".
  • Larva context has changed from '/larva' to '/iaf/larva'.
  • XsltPipe/Sender: Match on comment() and use of cdata-section-elements no longer work by default (set handleLexicalEvents to true to enable again, read Frank!Doc about NullPointerExceptions)
  • Some API endpoints have been deprecated. Users are encouraged to change over to the new API, however in order to restore the deprecated functionality the property 'iaf-api.allowDeprecated' can be set to true.
  • FixedQuerySender allows duplicate parameter names ONLY if useNamedParams is explicitly set to false.
  • ApiListener eTag generation has been disabled by default, set api.etag.enabled=true to enable default etag generation.

v7.8.1

9 months ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8...v7.8.1 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.7...v7.8.1, see Milestone 7.8.1 for more info.

Highlights

Bugfixes Performance enhancements Security Updates

What's Changed

  • Fix isolated sender messages not being preserved (#4794)
  • Fix Attributes on RootElements in Json2XmlValidator (#4813)
  • Fix Samba2 authentication to use CredentialProvider (#4840)
  • Fix for Ladybug Report not being closed with IbisLocalSender "Isolated" option (#4857)
  • Allow binary content to be returned when using RestListener (#4881)
  • Backport of improvements to temporary file handling (#4882)
  • JavaListener memory usage reduction (#4859)
  • Preserve large messages to disk (#4886)
  • Fix possible stream leak detected by tests in master (#4896)
  • Call close after writeTo has been called (#4917)
  • Fix selection of default pipeline exit (#4992)
  • Refactor Monitoring (#5002)
  • Fix stream-closed after Base64Pipe stream wrapping (#4972) (#5014)
  • Limit amount of BTM DiskJournal retries (#5024)
  • Configurable header to extract jwt from (#5085)
  • Add deprecation filter for older API endpoints (#5112)
  • Add RestListener authroles and monitor test (#5124)
  • Fix CompressPipe not closing streams (#5130)
  • Fix Json2XmlValidator response type parsing (#5127)
  • Introduce getter method for msgLogLevel (#5120)
  • Backport JWT principal claim name to (#5137)
  • Add session to SapListeners (#4828 + #5155)
  • Prevent runtime type exceptions and check lists for JWT role claim (#5141)
  • Add native JDBC and JMS pooling (#5177)
  • Add MariaDB support using MariaDB native driver instead of MySQL (#5176)
  • Secure Larva and WebContent servlets (#5198)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
  • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.
  • Parameter with an attribute value set to an empty string will have the empty string as result. Previously the input message would be used. This behaviour can be reobtained by setting defaultValueMethod="input".
  • Larva context has changed from '/larva' to '/iaf/larva'.
  • XsltPipe/Sender: Match on comment() and use of cdata-section-elements no longer work by default (set handleLexicalEvents to true to enable again, read Frank!Doc about NullPointerExceptions)
  • Some API endpoints have been deprecated. Users are encouraged to change over to the new API, however in order to restore the deprecated functionality the property 'iaf-api.allowDeprecated' can be set to true.
  • FixedQuerySender allows duplicate parameter names ONLY if useNamedParams is explicitly set to false.

v7.8

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8-RC3...v7.8 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.7...v7.8, see Milestone 7.8 for more info.

Highlights

Bugfixes Performance enhancements Security Updates

What's Changed

  • Fix Http (Multipart-) Message content length (#4639)
  • Fix AmazonS3Sender AuthAlias check (#4640)
  • Add Narayana logger configurable through Log Settings page (#4641)
  • Add blob attributes to ResultSetIteratingPipe (#4660)
  • Attempt to recover BTM disk journal (#4659 + #4714)
  • Don't pollute log file when Console cannot determine errorstore count (#4667)
  • Create bean to validate database connectivity (#4673)
  • Improve display of ConnectionFactory info (#4680)
  • Fix stopping of adapters when receiver is in state EXCEPTION_STOPPING (#4686)
  • Add more robust check if the cmis proxy servlet has been initialized (#4718)
  • Auto output streaming defaults to 'off'. (#4728)
  • Add isValid check to BTM pooled connections (#4727)
  • Workaround for bug that manual retry does not extract msg from CSV row (#4741)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
  • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.
  • Parameter with an attribute value set to an empty string will have the empty string as result. Previously the input message would be used. This behaviour can be reobtained by setting defaultValueMethod="input".
  • Larva context has changed from '/larva' to '/iaf/larva'.
  • XsltPipe/Sender: Match on comment() and use of cdata-section-elements no longer work by default (set handleLexicalEvents to true to enable again, read Frank!Doc about NullPointerExceptions)

v7.8-RC3

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8-RC2...v7.8-RC3 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.7...v7.8-RC3, see Milestone 7.8 for more info.

Highlights

Bugfixes Performance enhancements Security Updates

Generic fixes and improvements

  • Improve IbisStore search performance (#3911)
  • Move Larva + Ladybug to /iaf context (#4153 + #4203 + #4439)
  • Fix receiver ThreadCount check in GUI (#4273)
  • Improve Mariadb multi thread TableListener performance (#4551)
  • Do backoff-delay after instead of before failed msg processing (#4550)
  • AppConstants doesn't use correct file encoding (#4482)
  • Fix suppression of deprecation and 'default attribute' warnings (#4365 + #4393)
  • Add SHA256 and SHA512 algorithms to ChecksumPipe (#3968)
  • Share WSDL definitions (#4139)
  • Explicit fallback to external resource in XML EntityResolver (#4175)
  • Fix local resource lookup when preparsing XSD's (#4461)
  • Show exitState ERROR as error in Ladybug (#4221)
  • Backport Narayana StatusRecordingTransactionManager (#3941)
  • Reduce narayana jta transaction manager log clutter (#4101)
  • Show driver specific ConnectionFactory details under BTM and Narayana (#4375)
  • Make BTM connection pools configurable (#4484 + #4491)
  • Backport Narayana pooling and default transaction timeouts (#4540)
  • Warn for transacted JMS without Distributed Transaction Manager (#4042)
  • Overridable external default for transaction manager type (#3946)

LogContext

  • Rename MdcPipe to LogContextPipe (#4132)
  • Always clear ThreadContext after processing, except in JavaListener (#4032)
  • Clear ThreadContext at the end of ApiListenerServlet.service (#4335)
  • Restore MDC export function (#4157)
  • Add mid and cid to log context when retrieved (#4166)
  • Add result to MessageLog in Receiver (#4150)
  • Change CacheControl header to only work when no-etag is present (#4301)
  • Abort request when Content-Type does not match consumes (#4309)
  • Return status 400 (instead of 500) for bad multipart requests (#4308)
  • Fix urlmapping property and OpenApi spec endpoints (#4382)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
  • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.

v7.7.6

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.7.5...v7.7.6 - Full Changelog: https://github.com/ibissource/iaf/compare/7.6-release...v7.7.6

Highlights

  • Backport fix for spurious "SQL Injections" warning (#4370)
  • Fix Tibet2 startup errors (#4228)
  • Upgrade CXF (#4399)
  • Add extra logging to timeout guards (#4376 + #4471 + #4544)
  • Fix AppConstants doesn't use correct file encoding (#4483)

Non backwards compatible changes

  • IbisTester is the only role that can execute test-a-pipeline
  • ManageDatabase adapter has been disabled by default on ACC and PRD environments
  • JsonPipe produces json without root element by default. The previous behaviour can be obtained by setting version="1"
  • CompareStringPipe xml=true, now does an (actual) XML compare; ignoring attribute order and whitespaces.
  • Remove Struts management console (including the IAF-WebControl Configuration)
  • Server healthcheck at /iaf/api/server/health is now publicly accessible. It will return 200 when all adapters are up, 503 when one or more are stopped. Previously, 401 was returned in all cases when called unauthenticated
  • Property references like ${property} in configuration files are now resolved after the XML is parsed, and should therefor no longer contain characters that are invalid in XML encoded as entities. So characters like '<', '>' and '"' should appear 'as is' in properties, not as '<', '&gt' and '&quot'.
  • Etag generation for ApiListeners is not enabled anymore by default. If etag generation and handling is required, it can be enabled by setting updateEtag="true".

v7.7.5

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.7.4...v7.7.5 - Full Changelog: https://github.com/ibissource/iaf/compare/7.6-release...v7.7.5

Highlights

  • Improve IbisStore search performance (#3912)
  • Fix MessageStoreListener browser (#3988)
  • Bump Ladybug from 2.2-20220124.232559 to 2.3-20221102.162219 (#4016)
  • Add JDBC info to the security items page (#4083)
  • Fix error response when browsing TX messages (#4089)

Non backwards compatible changes

  • IbisTester is the only role that can execute test-a-pipeline
  • ManageDatabase adapter has been disabled by default on ACC and PRD environments
  • JsonPipe produces json without root element by default. The previous behaviour can be obtained by setting version="1"
  • CompareStringPipe xml=true, now does an (actual) XML compare; ignoring attribute order and whitespaces.
  • Remove Struts management console (including the IAF-WebControl Configuration)
  • Server healthcheck at /iaf/api/server/health is now publicly accessible. It will return 200 when all adapters are up, 503 when one or more are stopped. Previously, 401 was returned in all cases when called unauthenticated
  • Property references like ${property} in configuration files are now resolved after the XML is parsed, and should therefor no longer contain characters that are invalid in XML encoded as entities. So characters like '<', '>' and '"' should appear 'as is' in properties, not as '<', '&gt' and '&quot'.
  • Etag generation for ApiListeners is not enabled anymore by default. If etag generation and handling is required, it can be enabled by setting updateEtag="true".

v7.8-RC2

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.8-RC1...v7.8-RC2 - Full Changelog: https://github.com/ibissource/iaf/compare/v7.7...v7.8-RC2, see Milestone 7.8 for more info.

Highlights

Bugfixes Performance enhancements Security Updates

  • Fix checkForDuplicatesMethod CORRELATIONID (#3661)
  • Configure Locker in Pipeline (#3657)
  • Configurable KeyStore and TrustStore for Exchange MSALClientAdapter (#3675)
  • Avoid cluttering CommentField for successfully processed messages (#3704)
  • Improve CheckReloadJob robustness (#3700)
  • set lastPollTimeFinished in finally clause (#3688)
  • Restore count of open Adapters and Receivers in heartbeat.log (#3681)
  • Write null to CommentField instead of empty string (#3709)
  • Increase number of processes for Oracle to prevent ORA-12519 (#3720)
  • Autowire FileSystem components to enable Exchange to find its truststore (#3694)
  • Avoid vulnerable Apache Commons Collections version (#3713)
  • fix FileSystemMessageBrowser.containsMessageId (#3755)
  • Fix IteratorPipe.itemNoSessionKey (#3744)
  • Introduce Parameter type Character (#3777)
  • Avoid NPE in handling certain Exchange attachments (#3790)
  • Use status code from parent exception when available (#3792)
  • Improve JdbcListener test robustness (#3809)
  • Normalize XML AtributeValues (#3807)
  • Messageid and correlationid support for JdbcListeners (#3846)
  • Improve re-size inline image mechanism when converting emails to PDF (#3830)
  • Improve JdbcListener tests robustness (#3824)
  • Fix security issues (#3855)
  • Enable to configure log4j from environment (#3869)
  • LCM Jackson Databind (#3899)
  • LCM Apache Commons Text (#3897)
  • Only single line per message in message log by default (#3900)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
  • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.

v7.7.4

1 year ago

Patch Changelog: https://github.com/ibissource/iaf/compare/v7.7.3...v7.7.4 - Full Changelog: https://github.com/ibissource/iaf/compare/7.6-release...v7.7.4

Highlights

  • Fix checkForDuplicatesMethod CORRELATIONID (#3662)
  • Configure Locker in Pipeline (#3656)
  • Avoid cluttering CommentField for successfully processed messages (#3705)
  • Improve CheckReloadJob robustness (#3701)
  • set lastPollTimeFinished in finally clause (#3689)
  • Write null to CommentField instead of empty string (#3710)
  • Configurable KeyStore and TrustStore for Exchange MSALClientAdapter (#3697)
  • Fix IteratorPipe.itemNoSessionKey (#3746)
  • fix FileSystemMessageBrowser.containsMessageId (#3756)
  • Introduce Parameter type Character (#3778)
  • Avoid NPE in handling certain Exchange attachments (#3791)
  • Normalize XML AtributeValues (#3808)
  • Messageid and correlationid support for JdbcListeners (#3847)
  • Fix security issues (#3854, #3898, #3896)

Non backwards compatible changes

  • IbisTester is the only role that can execute test-a-pipeline
  • ManageDatabase adapter has been disabled by default on ACC and PRD environments
  • JsonPipe produces json without root element by default. The previous behaviour can be obtained by setting version="1"
  • CompareStringPipe xml=true, now does an (actual) XML compare; ignoring attribute order and whitespaces.
  • Remove Struts management console (including the IAF-WebControl Configuration)
  • Server healthcheck at /iaf/api/server/health is now publicly accessible. It will return 200 when all adapters are up, 503 when one or more are stopped. Previously, 401 was returned in all cases when called unauthenticated
  • Property references like ${property} in configuration files are now resolved after the XML is parsed, and should therefor no longer contain characters that are invalid in XML encoded as entities. So characters like '<', '>' and '"' should appear 'as is' in properties, not as '<', '&gt' and '&quot'.
  • Etag generation for ApiListeners is not enabled anymore by default. If etag generation and handling is required, it can be enabled by setting updateEtag="true".

v7.8-RC1

1 year ago

Full Changelog: https://github.com/ibissource/iaf/compare/v7.7...v7.8-RC1, see Milestone 7.8 for more info.

Highlights

LCM dependencies (where possible) Generic bugfixes Performance enhancements

  • Add Message Context (#2746)
  • MicroMeter based statistics collection (#2841)
  • Add default Exit to PipeLine (#2851)
  • Add MediaTypes and Diacritic detection to Messages (#2790)
  • Fix framework util queries to be PostgreSQL compliant (#2888 + #2920)
  • Add JSON compare to Larva (#2914)
  • Display all entries of CredentialFactory at SecurityItems (#2883)
  • Introduce connection overview page (#2929)
  • Enable Narayana XA transaction management for PostgreSQL (#2949)
  • Introduce inline store overview page (#2958)
  • Refactor FlowGenerator and prepare for Mermaid flows (#3025 + #3084 + #3271)
  • Implement simple MSAL for Exchange (#3055 + #3368)
  • Catch all unhandled FF!API exceptions (#3090 + #3365)
  • Convert servlets to startup without web.xml definitions (#3096)
  • Use scenario specific correlationId in Larva (#3215)
  • Avoid problematic sysids for XPath expressions (#3234)
  • Refactor FixedResultPipe (#3181)
  • Add attribute connectionTimeToLive to HttpSenders (#3253)
  • Use build-in HTTP retry mechanism (#3281)
  • Improve PipeForward handling (#3289)
  • Support Base64 encoded attachments in WebServiceListener (#3313)
  • Add WebContent folder option to serve web content through configurations (#3317)
  • Bump Xerces-J from 2.12.1-xml-schema-1.1 to 2.12.2-xml-schema-1.1 (#3311)
  • Include hashcode for message in logging (#3332 + #3342)
  • Implement index checks for all DBMSes (#3326)
  • Allow receiver to start from status EXCEPTION_STARTING/EXCEPTION_STOPPING (#3349 + #3367)
  • Avoid ALL FILES execute permission exception when loading J2V8 (#3354)
  • Support multiple SapListeners (#3369)
  • Add WildFly docker images (#3315)
  • Fix ShadowSender (#3379)
  • Add xslt3 support as supported in Saxon HE version (#3130)
  • Enable to view log files even when application did not start properly (#3384)
  • Jakarta dependencies are used where possible, please check your dependency tree for duplicates after updating (#3405)
  • Fix editing database CRON triggers (#3522)
  • Fix default JDBC datasource as first selected entry (#3510)
  • Show JDBC connections when not configured as JmsRealm (#3505)
  • Only retry http entities when Message.isRepeatable (#3518)
  • Add option to disable JMX (#3501)
  • Allow XML to be parsed directly in Text2XmlPipe (#3532)
  • Correct waiting for no messages in process (#3552)
  • Fix MessageOutputStream transaction resume in child thread (#3561)
  • Fix Xalan racecondition (NPEs) when using lexical handlers (#3563)
  • Make MultipartXml message capable of being repeated (#3564)
  • Allow senders to provide pipe-forward hints (#3556)
  • Introduce Spring Security (#3580)
  • Add JsonValidator (#3555)
  • Disable Configuration name and version attributes (#3614)
  • Disable presumedTimeOutInterval by default (#3644)

Non backwards compatible changes

  • HttpSender no longer treats input message as parameters by default. For 7.7 compatibility, set attribute treatInputMessageAsParameters=true
  • WebServiceListener does no longer (simultaneously) bind to the listener-name AND address attribute.
  • Larva httpRequest parameter is no longer supported
  • Json2XmlValidator input format session key prefix changed from "Json2XmlValidator.inputformat " to "Json2XmlValidator.inputFormat " (capital F)
  • 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.
  • Parameter handling for types Node and DomDoc is namespace aware, starting from version 7.6. To remove namespaces, use set attribute removeNamespaces="true"
  • Larva uses different correlationId in the format Test Tool correlation id(${counter}) for each scenario.
  • To use files in ZipIteratorPipe and UnzipPipe the attribute processFile="true" must be set. Otherwise the data will not be interpreted as a filename, but as data.
  • JsonPipe version 1 has been removed. Json to Xml conversion has slightly changed:
    • null values are rendered as '' instead of 'null'
    • default array element containers are '' instead of ''
    • multidimensional arrays with scalar values are not flattened into one dimensional arrays any more
  • MessageSendingPipe and descendants (like SenderPipe and ForEachChildElementPipe) no longer set presumedTimeOutInterval by default.