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

Use Java 21 #209

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Use Java 21 #209

merged 1 commit into from
Jun 3, 2024

Conversation

geir-waagboe
Copy link
Contributor

Hva har blitt lagt til✨🌈

Tenkte vi kunne prøve ut Java 21 i en backend, Java 21 er en LTS release.

@@ -33,7 +33,9 @@ class PersonoppgavehendelseProducer(
personoppgaveId.toString(),
kPersonoppgavehendelse,
)
producer.send(record).get()
producer.send(record).also {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dette er den eneste kodeendringen jeg har måttet gjøre for å få testene til å kjøre.

@geir-waagboe geir-waagboe marked this pull request as ready for review June 3, 2024 10:51
@geir-waagboe geir-waagboe requested a review from a team as a code owner June 3, 2024 10:51
@geir-waagboe geir-waagboe merged commit 4dabc69 into master Jun 3, 2024
3 checks passed
@geir-waagboe geir-waagboe deleted the java21 branch June 3, 2024 10:56
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.

3 participants