He-Pin commented on PR #402: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/402#issuecomment-4717695009
Addressed all CR feedback in commit 9d26176: **License headers** (comments #1, #2, #3): All jdocs Java files reverted to original formatting — multi-line copyright headers preserved intact. Added `javafmt / excludeFilter` for `/jdocs/` files since Paradox snippet markers between imports and copyright headers are incompatible with google-java-format. **MultiPluginDocExample.java** (comment #4): Moved `public` to the `static class MyEntity` declaration line → `public static class MyEntity extends EventSourcedBehavior<...>`. The `// #withPlugins` Paradox marker remains before the class declaration for correct snippet rendering. **Verification**: - `sbt checkCodeStyle` ✅ (scalafmt + javafmt + headers) - `sbt docs/Test/compile` ✅ -- 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]
