Spring Projects Issues
Spring Projects Issues
**[Ben Madore](https://jira.spring.io/secure/ViewProfile.jspa?name=madorb2)** commented Just as another data point, ran into this same issue today, (should have searched here first instead of google!). Would love if this worked
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Classes, that use Kotlin inline classes in a constructor receive a synthetic `public` constructor while the actual constructor is made `private`. We've seen a similar behavior with...
**[Ben Madore](https://jira.spring.io/secure/ViewProfile.jspa?name=madorb2)** commented I wonder if it's worth opening up a ticket against kotlin to provide this as feedback on their Inline Class implementation which is still "experimental" and thus...
**[Ben Madore](https://jira.spring.io/secure/ViewProfile.jspa?name=madorb2)** commented Opened https://youtrack.jetbrains.com/issue/KT-36320 with a link back to this issue
**[gaerfield](https://jira.spring.io/secure/ViewProfile.jspa?name=gaerfield)** commented Possible intermediate workaround: https://stackoverflow.com/a/60652012/5029667
**[Junho, Kim](https://jira.spring.io/secure/ViewProfile.jspa?name=giger85)** commented Is there any update?
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Thanks for the detailed write up! Is there a particular test case I should look at to reproduce the error?
**[Moritz Schulze](https://jira.spring.io/secure/ViewProfile.jspa?name=mschulze)** commented Good thinking, I added a branch that contains a failing test https://github.com/techdev-solutions/spring-test-example/tree/spring-data-rest%23289, EmployeeResourceTest.updateWithOtherEmployee
**[Sergey Burmin](https://jira.spring.io/secure/ViewProfile.jspa?name=shalke)** commented We would be very much obliged, if you could start working on this task as soon as possible
**[Sergei Poznanski](https://jira.spring.io/secure/ViewProfile.jspa?name=cepr0)** commented > the question is how we can make sure to be able to create self links properly > `@Oliver`, how about apply for DTOs the similar technics...