graphql-java-kickstart-federation-example icon indicating copy to clipboard operation
graphql-java-kickstart-federation-example copied to clipboard

chore(deps): update graphql-java-kickstart.version to v15 (major)

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java-kickstart:graphql-spring-boot-starter-test 12.0.0 -> 15.1.0 age adoption passing confidence
com.graphql-java-kickstart:graphql-spring-boot-starter 12.0.0 -> 15.1.0 age adoption passing confidence

Release Notes

graphql-java-kickstart/graphql-spring-boot (com.graphql-java-kickstart:graphql-spring-boot-starter-test)

v15.1.0: 15.1.0

Compare Source

✨ Features

🐞 Fixes

📦 Dependencies

Full Changelog: https://github.com/graphql-java-kickstart/graphql-spring-boot/compare/v15.0.0...v15.1.0

v15.0.0: 15.0.0

Compare Source

💥 Breaking changes

  • Updated source and target Java to v17.

✨ Features

  • Spring Boot 3.0.0 / Jakarta EE 9 (jakarta.* namespace) support #​894

📦 Dependencies

  • Update spring boot to v3.0.0
  • Update graphql-java to v19.3
  • Update gradle to v7.6
  • Update graphql-java-servlet to v15.0.0

v14.1.0: 14.1.0

Compare Source

⭐ New features

  • Made possible to use newer versions of altair over cdn #​874

📦 Dependencies

  • update org.sonarqube to v3.5.0.2730
  • update graphql-java to v19.2
  • update graphql-java-extended-scalars to v19.1
  • update spring-boot to v2.7.5
  • update graphql-java-tools to v13.0.2
  • update commons-text to v1.10.0
  • update jsoup to v1.15.3

v14.0.0: 14.0.0

Compare Source

If you're using Spring Boot to manage versions of dependencies then it could be that it's pulling in version 18.3 of graphql-java instead of version 19.1. To override this version you should add the following in your Gradle build file:

ext["graphql-java.version"] = 19.1

Breaking changes

  • removed deprecated asyncModeEnabled and asyncTimeout properties

📦 Dependencies

  • upgrade graphql-java to v19.1
  • upgrade graphql-java-servlet to v14.0.0
  • upgrade graphql-java-tools to v13.0.0

v13.0.1: 13.0.1

Compare Source

Bugfixes

v13.0.0: 13.0.0

Compare Source

Bug fixes

  • disable async timeout by default #​778
  • graphiql config headers do not work in new release 12.0.0 #​726
  • CorsEnabled=false not working for Spring-Boot-Service-Configs #​682
  • memory leak due to ReactiveApolloSubscriptionSession not closing #​740
  • Cannot access AsyncServletProperties.Threads fields because it is a package private class #​748
  • Graphiql static resource loading fix #​794
  • quote regex input string #​824

Features

  • aliased scalars #​659
  • Function for GraphQLTestTemplate to upload files using Upload scalar #​712
  • added ability to use strings for GraphQl queries when using GraphQLTestTemplate #​807

Dependencies

  • update dependency com.graphql-java:graphql-java to v18.3 #​846
  • update lib_graphql_servlet_ver to v13.0.0 #​848
  • update dependency com.graphql-java-kickstart:graphql-java-tools to v12.1.0 #​825
  • update spring boot to v2.7.2 #​845
  • update Reflections to 0.10.2 #​772

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 06 '22 10:08 renovate[bot]