File tree Expand file tree Collapse file tree
main/java/com/baeldung/axon
test/java/com/baeldung/axon/commandmodel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import org .axonframework .modelling .command .AggregateIdentifier ;
88import org .axonframework .spring .stereotype .Aggregate ;
99
10- import com .baeldung .axon .commands .CreateMessageCommand ;
11- import com .baeldung .axon .commands .MarkReadMessageCommand ;
10+ import com .baeldung .axon .coreapi . commands .CreateMessageCommand ;
11+ import com .baeldung .axon .coreapi . commands .MarkReadMessageCommand ;
1212import com .baeldung .axon .events .MessageCreatedEvent ;
1313import com .baeldung .axon .events .MessageReadEvent ;
1414
Original file line number Diff line number Diff line change 1- package com .baeldung .axon .commands ;
1+ package com .baeldung .axon .coreapi . commands ;
22
33import java .util .Objects ;
44
Original file line number Diff line number Diff line change 1- package com .baeldung .axon .commands ;
1+ package com .baeldung .axon .coreapi . commands ;
22
33import java .util .Objects ;
44
Original file line number Diff line number Diff line change 66import org .axonframework .test .aggregate .FixtureConfiguration ;
77import org .junit .*;
88
9- import com .baeldung .axon .commands .CreateMessageCommand ;
10- import com .baeldung .axon .commands .MarkReadMessageCommand ;
9+ import com .baeldung .axon .coreapi . commands .CreateMessageCommand ;
10+ import com .baeldung .axon .coreapi . commands .MarkReadMessageCommand ;
1111import com .baeldung .axon .events .MessageCreatedEvent ;
1212import com .baeldung .axon .events .MessageReadEvent ;
1313
You can’t perform that action at this time.
0 commit comments