Hi All,
I have to update the libraries. We are using git for source repo. Where exactly do we find the library information and how do we update it and deploy and test the sources.
Any leads would really help me to start with.
Hi All,
I have to update the libraries. We are using git for source repo. Where exactly do we find the library information and how do we update it and deploy and test the sources.
Any leads would really help me to start with.
Hi @nandiniks1
All steps are already described in the documentation that you’ve mentionned : Action Required: Connector Cloud Gateway - commons-lang2 Removal and Migration to commons-lang3 - Announcements / Product News - SailPoint Developer Community
As mentioned:
org.apache.commons.lang), for example:import org.apache.commons.lang.* or import org.apache.commons.lang.StringUtils.org.apache.commons.lang with org.apache.commons.lang3 in these imports.Finally, rebuild and deploy your custom connector to the sandbox, and validate it.