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

Remove use of deprecated boxed types constructors #31

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

cleydyr
Copy link
Collaborator

@cleydyr cleydyr commented Jul 18, 2021

Fixes #32.

Since version 9 the constructors for boxed type are considered to be deprecated and marked for removal. This PR prevents the build from breaking in future JDK versions.

@mbaeuerle
Copy link
Owner

Perfect thanks!

@mbaeuerle mbaeuerle merged commit 1e54450 into mbaeuerle:master Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated constructors for boxed types
2 participants