Commit ca5783b
fix(wire-dto): give ExistingOntologyMergeAdd its own @JsonTypeName
ExistingOntologyMergeAddAction/Result shared @JsonTypeName (and CHANNEL)
"webprotege.ontologies.MergeOntologies" with MergeOntologiesAction — an ambiguous
polymorphic-subtype collision. Retag the existing-merge pair to
"webprotege.ontologies.ExistingOntologyMergeAdd" so each merge operation has a distinct
wire identity; MergeOntologiesAction keeps "webprotege.ontologies.MergeOntologies".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 99b2439 commit ca5783b
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/main/java/edu/stanford/protege/webprotege/merge_add
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments