Giter Club home page Giter Club logo

Comments (6)

andreacomo avatar andreacomo commented on September 27, 2024

Any news on supporting AsyncResponse? I could really use it. Btw, great work so far.

from jaxrs-analyzer.

sdaschner avatar sdaschner commented on September 27, 2024

No news yet unfortunately, pretty busy with other concerns right now... Which is definitely sad for this project.

Do you know folks interested in OSS and willing to hack on this feature? :-)

from jaxrs-analyzer.

andreacomo avatar andreacomo commented on September 27, 2024

I could give it a shot :) Any suggestion where to start digging the code?

from jaxrs-analyzer.

sdaschner avatar sdaschner commented on September 27, 2024

Awesome! Sure: The first thing would be the functionality in the analysis.classes package. These collect the (JAX-RS) information into intermediate result objects and would need to take the AsyncResponse into account. AFAIK for now it is mistakenly considered as request body there.

Then the analysis.results package where the initial results are analyzed following JSR 339 logic. I guess we would need to enhance the model classes a bit.

Thanks a lot, don't feel pressured to deliver something, I already appreciate the willingness to contribute :-)

from jaxrs-analyzer.

andreacomo avatar andreacomo commented on September 27, 2024

Hi! Today I had the chance to work on it. I'm made some changes to take in consideration @Suspended annotation, but I'm stuck where I try to find instruction corresponding to the call to AsyncResponse.resume in order to extract parameter value. I think because it's nested in a lambda... do you think is there any chance to do that? I'm starting having some doubt :)

from jaxrs-analyzer.

rmannibucau avatar rmannibucau commented on September 27, 2024

+1 to handle it, can be ok to extract the type from the javadoc as a fallback if the bytecode visit doesn't give the exact type

from jaxrs-analyzer.

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.