-
Notifications
You must be signed in to change notification settings - Fork 55
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
aa027af causes compile errors #129
Comments
Can you please post the entire source for |
Hi, my Options follows. I made this custom annotation for it to avoid repetition
|
It seems this was only tested when |
Sidenote: the JavaDoc for the setter methods also mentions the creation of a copy of the collection instead of just setting it: |
@tmichel any thoughts on this? |
@tmichel are you around? I'd appreciate your thoughts on this issue. |
I feel that one setting implying another is really not intuitive. If possible any combination of options should work. Although I believe the implementation complexity comes from the interaction of features. I believe when the Basically instead of I know that this is a breaking change in the API so this might not be so straightforward to introduce. I could see that if
|
…alse - Removed `SingleItemsMetaDataMode.STANDARD` as it wasn't used - Removed `needs*MutableMaker` - always add them when corresponding `needs*Shim` is true - Merged `addMutableMakers()` into `addShims()` - Always use mutable makers when addSingleItemCollectionBuilders is true Fixes #129
Hey folks - please review #130 |
Hello, The aforementioned commit is preventing me from upgrading from v33 to v34. The issue:
I have a quite simple record which should create a builder:
But now, the generated builder contains a setter with an undefined method (shim?)
It's this __list method that does not exist. Is this a bug or something I need to change in my configuration?
The text was updated successfully, but these errors were encountered: