Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

2.4.1

Compare
Choose a tag to compare
@titans-of-code titans-of-code released this 22 Dec 21:23
· 6 commits to master since this release
3387ff8

Updated to Mule 4.4 and latest Spring versions

  • Updated to Mule 4.4
  • Updated to latest Spring and other dependency versions
  • Changes in HTTP Connector required changing the way we select HTTP or HTTPS as the protocol. Now we must have separate flows and listeners for each protocol. The existing listener flows are set to HTTPS. New HTTP flows are added that reference to the HTTPS flows.
  • The HTTP flows can be stopped via property
  • Added an ignoreFile list property for resource files a browser asks for that don't exist in the app, like "favicon.ico". Not required but now doesn't put a "resource not found" exception in the flow.

Compatibility

  • protocol property was removed due to new solution for handling HTTP and HTTPS protocols required by latest HTTP connector version. See readme for details.