httpbuilder
httpbuilder copied to clipboard
groovy 4 java.lang.NoClassDefFoundError: groovy/util/slurpersupport/GPathResult
- groovy:4.0.7
- error:
Caught: java.lang.NoClassDefFoundError: groovy/util/slurpersupport/GPathResult
java.lang.NoClassDefFoundError: groovy/util/slurpersupport/GPathResult
at groovyx.net.http.ParserRegistry.<init>(ParserRegistry.java:87)
at groovyx.net.http.HTTPBuilder.<init>(HTTPBuilder.java:185)
at groovyx.net.http.RESTClient.<init>(RESTClient.java:80)
at Rest.run(Rest.groovy:30)
Caused by: java.lang.ClassNotFoundException: groovy.util.slurpersupport.GPathResult
+1
This project is dead. Don't expect anyone to upgrade it to Groovy 4, particularly because it adds very little to the standard URLConnection
class.
If it helps: In this commit, you find what I have done to move away from http-builder
.