You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/10/23 14:05:25 UTC

[I] camel-k-maven-plugin integration tests fail due to unable to resolve class groovy.util.XmlSlurper [camel-quarkus]

jamesnetherton opened a new issue, #5450:
URL: https://github.com/apache/camel-quarkus/issues/5450

   ### Bug description
   
   ```
   [INFO] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
   Script1.groovy: 20: unable to resolve class groovy.util.XmlSlurper
    @ line 20, column 20.
          def document = new groovy.util.XmlSlurper().parse(it)
                         ^
   
   1 error
   
           at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:292)
           at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:910)
           at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:692)
           at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:666)
           at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:373)
           at groovy.lang.GroovyClassLoader.lambda$parseClass$2(GroovyClassLoader.java:316)
           at org.codehaus.groovy.runtime.memoize.StampedCommonCache.compute(StampedCommonCache.java:163)
           at org.codehaus.groovy.runtime.memoize.StampedCommonCache.getAndPut(StampedCommonCache.java:154)
           at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:314)
           at groovy.lang.GroovyShell.parseClass(GroovyShell.java:572)
           at groovy.lang.GroovyShell.parse(GroovyShell.java:585)
           at groovy.lang.GroovyShell.parse(GroovyShell.java:597)
           at groovy.lang.GroovyShell.evaluate(GroovyShell.java:459)
           at groovy.lang.GroovyShell.evaluate(GroovyShell.java:495)
           at groovy.lang.GroovyShell.evaluate(GroovyShell.java:469)
           at org.apache.maven.shared.scriptinterpreter.GroovyScriptInterpreter.evaluateScript(GroovyScriptInterpreter.java:69)
           at org.apache.maven.shared.scriptinterpreter.ScriptRunner.executeRun(ScriptRunner.java:223)
           at org.apache.maven.shared.scriptinterpreter.ScriptRunner.run(ScriptRunner.java:160)
           at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runPostBuildHook(AbstractInvokerMojo.java:1896)
           at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1877)
           at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1546)
           at org.apache.maven.plugins.invoker.AbstractInvokerMojo.lambda$runBuilds$4(AbstractInvokerMojo.java:1308)
           at org.apache.maven.plugins.invoker.JobExecutor.lambda$forEach$1(JobExecutor.java:62)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
           at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
           at java.base/java.lang.Thread.run(Thread.java:833)
   [INFO]   org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
   Script1.groovy: 20: unable to resolve class groovy.util.XmlSlurper
    @ line 20, column 20.
          def document = new groovy.util.XmlSlurper().parse(it)
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] camel-k-maven-plugin integration tests fail due to unable to resolve class groovy.util.XmlSlurper [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5450: camel-k-maven-plugin integration tests fail due to unable to resolve class groovy.util.XmlSlurper
URL: https://github.com/apache/camel-quarkus/issues/5450


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org