1.4.x
Upgrading Validation Module to Version 2.0 - Mule 4
Upgrade Validation module to version 2.x.
Changes in This Release
The following operation names changed:
Previous Operation Name | New Operation Name |
---|---|
Is not blacklisted ip |
Is not denied ip |
XML |
XML |
Is whitelisted ip |
Is allowed ip |
XML |
XML |
The following parameters names changed:
Previous Parameter Name | New Parameter Name |
---|---|
Black list |
Deny list |
XML |
XML |
White list |
Allow list |
XML |
XML |
Upgrade Prerequisites
Before you perform the upgrade, you must:
-
Create a backup of your files, data, and configurations in case you need to restore to them.
Upgrade Steps
Follow these steps to perform the upgrade:
-
In Anypoint Studio, create a Mule project.
-
In Mule Palette, click Search in Exchange.
-
In Add Dependencies to Project, enter
validation module
in the search field. -
In Available modules, select Validation module and click Add.
-
Click Finish.
-
Verify that the
mule-validation-module
dependency version is2.0.1
in thepom.xml
file in the Mule project.
Studio upgrades the connector automatically.
Post-Upgrade Steps
After you install the latest version of the connector, and if you have Mule apps that use the previous operations and parameters, manually change them to the new operations and parameters:
-
In Studio, drag the new operation to your flow.
-
Configure the new operation with the same settings as the previous operation.
-
Remove the previous operation.
You can also update the Mule app XML configuration file to the new names and parameters:
-
In Studio, navigate to the Configuration XML window.
-
Update the previous operations and parameters names with the new names.
Verify the Upgrade
After you install the latest version of the connector, follow these steps to verify the upgrade:
-
In Studio, verify that there are no errors in the Problems or Console views.
-
Verify that there are no problems in the project
pom.xml
file. -
Test the connection to verify that the operations work.