v8.3.0 #7675
nielsm5
announced in
Announcements
v8.3.0
#7675
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Full Changelog: v8.2.0...v8.3.0, see Milestone 8.3.0 for more info.
Notice
dtap.stage
at value:ACC
orPRD
. These are by default on WARN level.org.frankframework
groupid on Maven Central.servlet.IAF-API.authenticator
and/orservlet.IAF-API.authenticator
has turned intoapplication.security.console.authentication.type
.application.security.console.authentication.<property-name>
.Highlights
Bugfixes
Many Performance enhancements
Code Quality improvements
Cleanup lots of Technical Debt
All the Security Updates
Minimal JDK 17 + JDK21 runtime support
Improved documentation
What's Changed
null
configuration warnings update not being picked up (Fixnull
configuration warnings update not being picked up #7572)Frank!Console
Ladybug
Non backwards compatible changes
fileNotFound
,folderNotFound
,fileAlreadyExists
,folderAlreadyExists
. Some actions, such as removing a non-existing folder, were previously ignored but can now trigger one of these forwards. If such a forward is not defined, then the pipe or sender will go to theexception
forward or if that is not defined either, trigger an exception, which was previously ignored. Adding the specific exception forward and pointing it to the next pipe will solve this.MoveFilePipe
was deprecated for a while and has been removed now. Please use theLocalFileSystemPipe
if you need to move a file.setUseOldSubstitutionStartDelimiter
has been removed. This enforced using the${..}
syntax, but now only the?{..}
is supported.messageType
attribute of IMapListener, ExchangeMailListener, DirectoryListener, FtpFileSystemListener, FtpsFileSystemListener, SambaListener and Samba2Listener is an enum and no longer supports a custom value to search for attributes in the file. This can be achieved by using theINFO
messageType
with a xpath expression.HttpListener
endpoint has been disabled by default.This discussion was created from the release v8.3.0.
Beta Was this translation helpful? Give feedback.
All reactions