Skip to content

Conversation

@dondonz
Copy link
Member

@dondonz dondonz commented Jan 3, 2024

Refreshing the tutorial to use Spring Boot 3 and Java 17

Corresponding tutorial text update PR: graphql-java/graphql-java-page#144

@dondonz dondonz marked this pull request as draft January 3, 2024 23:18
this.firstName = firstName;
this.lastName = lastName;
}
record Author(String id, String firstName, String lastName) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Java 17 ftw

@dondonz dondonz marked this pull request as ready for review January 6, 2024 08:35
@dondonz dondonz merged commit 02e0ef7 into master Jan 26, 2024
@dondonz dondonz deleted the spring-boot-3-update branch January 26, 2024 04:30
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.

2 participants