-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Kotlin value class - cannot access a member of class with modifiers "private static" #32604
Labels
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged or decided on
label
Apr 9, 2024
There was only one relevant change in the area: Relevant part of the stack trace:
Full stack trace
|
Duplicate of #32536. |
sdeleuze
added
status: duplicate
A duplicate of another issue
and removed
status: waiting-for-triage
An issue we've not yet triaged or decided on
labels
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Affects: 6.1.5
Value classes in Kotlin with private constructor hits the following exception:
I've reproduced the issue in a WebMVC where the value class is a required request header: https://github.com/k3vonk/springboot-3.2.4-with-value-class
This issue does not occur in Spring Boot 3.2.3 which uses spring framework 6.1.4. You can switch the versions in the above example, and the get request will pass without an exception.
The text was updated successfully, but these errors were encountered: