GithubHelp home page GithubHelp logo

Comments (6)

raphw avatar raphw commented on July 21, 2024

MethodDelegation had different annotations. Are you sure that you placed the right one?

from byte-buddy.

arorakshayy avatar arorakshayy commented on July 21, 2024

MethodDelegation had different annotations. Are you sure that you placed the right one?

I tried multiple things. Nothing worked for me. My Delegated class is loaded by my custom loader and my agent could not load that when http call id made.
Can you tell me exactly what will work here for MethodDelegation?

from byte-buddy.

raphw avatar raphw commented on July 21, 2024

Well, there is two limitations:

  • The delegate class needs to be on the same class loader.
  • The annotations on the delegate method need to be from the bind package.

from byte-buddy.

arorakshayy avatar arorakshayy commented on July 21, 2024

Well, there is two limitations:

  • The delegate class needs to be on the same class loader.

The delegate class needs to be on the same class loader.
Is there any way to bypass this. I am instrumenting java http classes (loaded by bootstrap class loader). And my instrumentation classes are loaded by my custom class loader.
Using Advice will have the overhead of causing issues at run time. Method delegation will prevent actual method implementation to conflict with my custom code.

from byte-buddy.

raphw avatar raphw commented on July 21, 2024

No, that is how the JVM works, unfortunately. Advice, by default, inlines the code, this is why this is not the case here.

from byte-buddy.

arorakshayy avatar arorakshayy commented on July 21, 2024

Got it, one more thing
While using advice, can I tell advice to not call the original method and return some custom mocked response? Is that possible? Is it a good approach?

from byte-buddy.

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.