Giter VIP home page Giter VIP logo

Comments (3)

juanpablo-santos avatar juanpablo-santos commented on May 24, 2024 1

Hi @nre-ableton !

I've just seen that I missed #552 which was merged a bit before this issue. We're not using latest LTS (first mandating JDK11), so our pipelines are still JDK8. Luckily, by using toolchains we can easily compile with JDK8 and execute the tests with JDK11, which makes this issue go away. Please feel free to label it as not a bug.

thanks & best regards

from jenkinspipelineunit.

smmckay avatar smmckay commented on May 24, 2024 1

This issue was bugging me so I dug in to figure out what was going on. Building master with JDK 11 results in InterceptingGCL referencing java.lang.Module, and building it with JDK 8 doesn't. That explains the immediate cause, but why should it matter what we build with? InterceptingGCL doesn't mention Module anywhere in the source.

The root cause is groovyc. Whenever a class makes a method call through super, groovyc generates stub methods to handle the call. This is needed to support MOP. Crucially this stub generation is name-based and creates stubs for all overloads of the called method! In this case what happened is Java 9 introduced an overload for loadClass() that has a Module parameter. Groovyc duly copies that signature to InterceptingGCL and breaks back compat.

from jenkinspipelineunit.

nre-ableton avatar nre-ableton commented on May 24, 2024

JDK 8 is no longer supported, you need at least JDK 11. Can you try to reproduce with JDK 11?

from jenkinspipelineunit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.