| Interface and Description |
|---|
| org.axonframework.modelling.command.inspection.CommandHandlerInterceptorHandlingMember
in favor of the more generic
MessageInterceptingMember |
| Class and Description |
|---|
| org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
since moving to jakarta, as the generic
serializedSaga was not handled well. There is a
SagaEntry not extending from this abstract class anymore, you might be able to use instead. |
| org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
in favor of using
GenericJpaRepository which moved to jakarta. |
| org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
in favor of using
JpaSagaStore which moved to
jakarta. |
| Constructor and Description |
|---|
| org.axonframework.modelling.command.AnnotationCommandTargetResolver()
Please use the
AnnotationCommandTargetResolver.builder(). |
| org.axonframework.modelling.saga.repository.jdbc.SagaSchema(String, String)
use
SagaSchema.Builder instead |
| org.axonframework.modelling.command.VersionedAggregateIdentifier(String, Long)
In favor of
VersionedAggregateIdentifier(Object, Long), since
the identifier can be a non-String. |
| Annotation Type Element and Description |
|---|
| org.axonframework.modelling.command.AggregateIdentifier.routingKey
this field is no longer used to route commands to an aggregate. The aggregate to route a command to
will be resolved with the
TargetAggregateIdentifier annotated field in the CommandMessage's payload itself. |
Copyright © 2010–2024. All rights reserved.