Question

Pegasystems Inc.
AU
Last activity: 6 Apr 2018 19:26 EDT
Custom Library is not compiling after upgrade from 7.1.9 to 7.2.2
Background: User is using the below libraries in a couple of functions.
com.pega.apache.poi.xssf.usermodel.*
com.pega.apache.poi.openxml4j.opc.*
Background: User is using the below libraries in a couple of functions.
com.pega.apache.poi.xssf.usermodel.*
com.pega.apache.poi.openxml4j.opc.*
These package names have now changed in 7.2.2 to org.apache..poi.xssf.usermodel.* and org.apache.poi.openxml4j.opc.* respectively.
Since these are used in functions, the Library Generation is failing. Please find the screenshot below.
And user is not able to change the import statements in Function and save it since the library is not compiled. Please find the screenshot below. Please suggest the next steps