Issue with Range.of in Plugin: "View Readiness Detect Job" Error #65
Replies: 1 comment
-
Thanks for sharing this issue. The info you provided is really helpful. As you found the issue is a version mismatch of the o.a.commons.lang3 and o.a.commons.text plugins. We will have a fix for this in the upcoming Copilot4Eclipse update later this month. The fix is to require o.a.commons.lang3 v3.13 or greater. In the meantime you should be able to workaround this issue by downloading a compatible version of lang3 and placing it in your IDE's Let us know how this works out. W |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am encountering an issue with the plugin while using Eclipse. The error occurs during the "View Readiness Detect Job" and the stack trace points to the org.apache.commons.lang3.Range.of method. The full error message is:
Environment:
Eclipse Version: 4.31(Anypoint studio 7.20 special compilation of eclipse for domain specific language)
Plugin Version: 1.3.2
Apache Commons Lang3 Version: 3.12.0 (org.apache.commons.lang3_3.12.0.jar present in plugins folder)
Operating System: Windows 11
Beta Was this translation helpful? Give feedback.
All reactions