Code Monkey home page Code Monkey logo

Comments (7)

BaldyLocks avatar BaldyLocks commented on May 22, 2024 1

Banner moved to test classpath in latest snapshot.

from graphql-spqr-spring-boot-starter.

BaldyLocks avatar BaldyLocks commented on May 22, 2024 1

We're not deploying snapshots now. It will be deployed as part of 0.0.2 , you can build 0.0.2-SNAPSHOT locally though or just replace it with your own banner.

from graphql-spqr-spring-boot-starter.

BaldyLocks avatar BaldyLocks commented on May 22, 2024

Hi, I'll remove the banner today, as for documenting this I'll probably start working on it during the weekend. And the websocket config will likely have a major rehaul when SPQR 0.9.8 is published.

from graphql-spqr-spring-boot-starter.

BaldyLocks avatar BaldyLocks commented on May 22, 2024

Any useful ideas and suggestions are more than welcome. Thanks for trying it out at such an early stage !

from graphql-spqr-spring-boot-starter.

rafaelrenanpacheco avatar rafaelrenanpacheco commented on May 22, 2024

Hi there!

Did you deploy to maven the newest snapshot? I'm still getting the banner after updating the dependencies.

Best regards,
Rafael Pacheco.

from graphql-spqr-spring-boot-starter.

waeljammal avatar waeljammal commented on May 22, 2024

Hi, would be good if dynamic proxies were supported as well, instead of having to register every type with the schemaGenerator if thats possible.

from graphql-spqr-spring-boot-starter.

kaqqao avatar kaqqao commented on May 22, 2024

@waeljammal The problem with dynamic proxy classes (at least until Java modules become the norm and access to Unsafe is completely removed) is that they do not have to be generated in the same package as the original class, which breaks a few features. Also, depending on the way the proxy is generated, type naming and other nuances get messed up. This is why SPQR needs explicit types provided in these cases.

from graphql-spqr-spring-boot-starter.

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.