Hello community,
We have a configuration that is working with "1-14-0-apigee-2" but when we do the exact same configuration for version "1-14-0-apigee-3" it's failing.
https://github.com/DinoChiesa/Apigee-Java-WsSec-Signature-2
1-14-0-apigee-2 -> Apigee-Java-WsSec-Signature-2 -> Works
1-14-0-apigee-3 -> Apigee-Java-WsSec-Signature-2 -> Does not Works
What could be the potential issue here?
Solved! Go to Solution.
After further review, I think it may be that something has changed in 1-14-0-apigee-3 that prevents this class from loading. It is not about the dependencies.
Can you try this, as an experiment? Try using the Jar from this branch of the repo::
https://github.com/DinoChiesa/Apigee-Java-WsSec-Signature-2/tree/remove-str-transform
Note- it is not the main branch. You'll find a jar there dated 20250104 . Try that. (You will need to update your Java callout policies to refer to this new jar).