pjfanning commented on issue #158: URL: https://github.com/apache/pekko-persistence-r2dbc/issues/158#issuecomment-2477296082
> > Could you add a 2nd constructor to the case class that has the legacy param list and that calls the changed main constructor, setting a sensible default on the new params? > > That still throws binary compatibility errors, mentioning `copy`, `unapply` and `this`. `case class` is just cursed when used for public APIs 😞 I understand and we can add an excludes file with Problem filters. Having the 2nd constructor means that source compatibility will be preserved for the constructor calls. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
