[xwiki/xwiki-dev-llm] df772a: [Misc] Document AbstractEventListener vs AbstractL...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: df772a972fd2d038285cb431f29032b471a67c90 https://github.com/xwiki/xwiki-dev-llm/commit/df772a972fd2d038285cb431f29032... Author: Simon Urli <[email protected]> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki/okf/architecture/component-system.md M xwiki/okf/index.md Log Message: ----------- [Misc] Document AbstractEventListener vs AbstractLocalEventListener choice * Add a convention to okf/architecture/component-system.md: when writing a new EventListener, decide whether it must run only for locally-originated events (AbstractLocalEventListener) or also for cluster-replicated remote ones (AbstractEventListener), and ask when it's not obvious. * Update the topic's one-line summary in okf/index.md accordingly. Co-Authored-By: Claude Sonnet 5 <[email protected]> Commit: dac7fef40e9584683698baccffae8918d9987bf9 https://github.com/xwiki/xwiki-dev-llm/commit/dac7fef40e9584683698baccffae89... Author: Vincent Massol <[email protected]> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki/okf/architecture/component-system.md M xwiki/okf/index.md Log Message: ----------- [Misc] Trim the event-listener entry to one statement of the rule * Keep the `okf/index.md` map line to routing ("local-only vs. cluster-wide event listeners") instead of restating the rule, the two class names and the method to override — an index entry that answers the question makes opening the topic file pointless and pays for it in every read. * Restore the one-line `summary:` frontmatter, which was a third copy of the same fact. * Tighten the section itself: drop the restatement of "runs for remote events too", and name the added `xwiki-platform-observation-remote` dependency as the consequence it is. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 6a6eb776a190e8df8ea3ed5a6b202563a377aa7a https://github.com/xwiki/xwiki-dev-llm/commit/6a6eb776a190e8df8ea3ed5a6b2025... Author: Vincent Massol <[email protected]> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki/okf/architecture/component-system.md M xwiki/okf/index.md Log Message: ----------- Merge pull request #134 from xwiki/okf-event-listener-cluster-convention [Misc] Document AbstractEventListener vs AbstractLocalEventListener choice Compare: https://github.com/xwiki/xwiki-dev-llm/compare/b898281b7991...6a6eb776a190 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications