Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Spring boot 3 #1392

Merged
merged 2 commits into from
Jan 16, 2023
Merged

Update to Spring boot 3 #1392

merged 2 commits into from
Jan 16, 2023

Conversation

srinivasankavitha
Copy link
Contributor

@srinivasankavitha srinivasankavitha commented Jan 16, 2023

Pull Request type

  • Bugfix
  • [x ] Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

This PR adds support for Spring Boot 3 in the DGS Framework. This is a breaking change and requires users of the library to have updated their Spring Boot apps to 3.0.0 prior to using this release. Note that this release also requires JDK 17.

We will continue to release and maintain Spring boot 2.7 as part of a separate release branch spring-boot-2.7. All minor updates and bug fixes will be ported over to the 2.7 branch as needed.

Versions updated:
Spring Boot 3.0.0
Spring Framework 6.0.3
Spring Security 6.0.1
Spring Cloud 2022.0.0
JDK target 17

Related PR: #1230

Existing Issues:
#1340

andrewstucky and others added 2 commits January 16, 2023 13:34
feat: upgrades graphql-java to fix conflicting antlr dependency with spring-boot v3.

chore: remove kapt error type correction used for debugging.

chore: ensure jakarta deps are compileOnly.

chore: bumps version of JDK in CI workflow.

feat: upgrades spring boot dependencies and implements @autoConfiguration.

feat: upgrades spring boot to first release candidate and fixes metrics.

feat: bumps spring cloud dependency to RC1.

chore: fixes import in WebsocketSubscriptionsGraphQLWSTestCustomEndpoint.

feat: bumps spring framework to final RC.

feat: bumps sprint boot to latest RC.

feat: bumps spring boot dependencies to GA versions, except for spring cloud.

feat: adopts @AliasFor to remove deprecation warning.

feat: Adds @AliasFor to DgsSubscription annotation.

feat: cleans up @AliasFor usages.

feat: bumps spring-cloud-dependencies to RC3.

feat: bumps spring versions and removes milestone repository.

feat: use spring-boot 3 example repos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant