Coder Social home page Coder Social logo

Comments (5)

kaqqao avatar kaqqao commented on June 15, 2024 6

Released v1.0.1 to address this. Thanks everyone!

from graphql-spqr-spring-boot-starter.

guofengzh avatar guofengzh commented on June 15, 2024 5

Just met the same issue in Spring Boot 3.2.0. From the thrown error, making the following changes resolved the issue (tested against the main branch, 1.0.1-SNAPSHOT):

                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.11.0</version>
                    <configuration>
                        <source>${java.version}</source>
                        <target>${java.version}</target>
                        <parameters>true</parameters>
                        <forceJavacCompilerUse>true</forceJavacCompilerUse>
                    </configuration>
                </plugin>

Hope to release the 1.0.1 version soon!

from graphql-spqr-spring-boot-starter.

krs23 avatar krs23 commented on June 15, 2024 2

Same issue for us!

from graphql-spqr-spring-boot-starter.

lewimuchiri avatar lewimuchiri commented on June 15, 2024 2

Observing the same in Spring Boot 3.2.0

from graphql-spqr-spring-boot-starter.

tdsproule avatar tdsproule commented on June 15, 2024

For ick temporary workaround I copied single class io.leangen.graphql.spqr.spring.web.dto.GraphQLRequest.java into my project that is compiled with "-parameters"

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.