Commit b7ca81b
* feat(events): register JasperFx.Events IProjectionCoordinator base interface (#430)
Marten registered only its store-specific Marten.Events.Daemon.Coordination.IProjectionCoordinator
subtype, so a stock host's GetService<JasperFx.Events.Daemon.IProjectionCoordinator>() returned null
even though the subtype implements that base. Forward-register the JasperFx base interface to the same
singleton (in both the async-daemon and Solo registration paths) so consumers (e.g. CritterWatch) can
resolve the coordinator directly instead of walking GetServices<IHostedService>().OfType<...>().
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* build: upgrade JasperFx 2.13.1 + Weasel 9.2.1
JasperFx / JasperFx.Events / source generators 2.13.0 → 2.13.1; Weasel.Postgresql /
Weasel.EntityFrameworkCore 9.2.0 → 9.2.1 (picks up the list-partition suffix sanitization fix).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3a2eb07 commit b7ca81b
3 files changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
757 | 761 | | |
758 | 762 | | |
759 | 763 | | |
| |||
0 commit comments