graphql-java-kickstart / graphql-java-servlet

Servlet endpoint for GraphQL Java
https://www.graphql-java-kickstart.com/servlet/
Other
223 stars 114 forks source link

fix: remove Jdk8Module Jackson module registration #574

Closed federicorispo closed 1 month ago

federicorispo commented 1 month ago

Since the project now runs on java >= 11 and uses the latest jackson version, it is no longer necessary to register this module because it is included in jackson-databind.

Refs: #570

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud