2. Bug Fixed
Upgrade Log4j Version for Security
Upgraded Log4j from version 2.25.3 to 2.26.0 in the New Agent to address known security vulnerabilities and improve system security.
Fixed Camel Route Not Stopping When Agent File Adapter Fails Due to Missing Folder Path
We have fixed an issue that occurred during inbound file processing with the Agent File Adapter using the SFTP protocol.
Previously, when the configured SFTP input folder path was missing or incorrectly configured, the file processing job failed. However, the Camel route was not stopped correctly and could continue running in the background.
Because the old route was still active, when the user tried to process the same interface again manually, the system could show an error such as: No valid queue or interfaces found with interface ids: [a0g9X00000IwjqPQAR]
This issue has been resolved by passing the route_Id to the stop route process when the route throws an error and needs to stop.