PEGA library and function compile problem
After we conduct the platform upgrade to PEGA 24.1, we found some of the Java packages in the include list of our Library rule got deprecated. We tried to remove the deprecated ones but got compile error for the functions attached to this Library. If we firstly update the function to remove the deprecated code segments but still got the compile issue as PEGA tries to generate the Library when check in.
It seems this is a deadlock as we can neither update the Library nor update the Function rules.
We would like to keep the Library and Function name unchanged as the functions are widely referenced in the application.
Currently we are thinking to save all the Functions rules to another Library rule first then save them back to updated original Library rule. Is there any better way to fulfill our requirement?
Thanks a lot in advance.