rmannibucau commented on PR #142: URL: https://github.com/apache/johnzon/pull/142#issuecomment-5114005218
@dblevins guess you might take over https://github.com/apache/johnzon/pull/144 but the historical design and solution for that (which exists since day 0) was to set a custom access mode, potentially decorating the jsonb default one, works well and solves your issue in a few seconds of code (maybe minutes if you do use an agent to do it ;)). This is the common way to solve lombok toBuilder pattern (the side note being a nicer pattern can be to use a static method there to not break the data side of the record but it is more a design thing, technically you're already covered) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
