Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
12.5-rc-1
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
Follow this steps to reproduce:
- Create a new page with this code and save:
{{groovy}} import com.stripe.Stripe; {{/groovy}}
- You should get an exception "unable to resolve class com.stripe.Stripe" as expected
- Download the JAR attached to this issue and attach it to your page
- Modify the page code to:
{{groovy jars="attach:stripe-java-20.30.0.jar"}} import com.stripe.Stripe; {{/groovy}}
Expected: don't get any exception.
Actual: you still get the "unable to resolve class com.stripe.Stripe", which seems to indicate that the Groovy (Script) macro didn't manage to load the indicated JAR from the page attachments.
Attachments
Issue Links
- is related to
-
XCOMMONS-1963 Get rid of emory-util-classloader
- Closed