| Class and Description |
|---|
| org.axonframework.springboot.util.legacyjpa.ContainerManagedEntityManagerProvider
in favor of using
ContainerManagedEntityManagerProvider
which moved to jakarta. |
| org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
in favor of using
JpaAutoConfiguration which moved to jakarta. |
| org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxEventStoreAutoConfiguration
in favor of using
JpaEventStoreAutoConfiguration which moved to jakarta. |
| Method and Description |
|---|
| org.axonframework.springboot.TracingProperties.getNestedTimeLimit()
Use
EventProcessorProperties#getDistributedInSameTraceTimeLimit() instead. |
| org.axonframework.springboot.TracingProperties.isNestedHandlers()
Use
EventProcessorProperties#isDistributedInSameTrace() instead. |
| org.axonframework.springboot.TracingProperties.setNestedHandlers(boolean)
Use
EventProcessorProperties#setDisableBatchTrace(boolean) instead. |
| org.axonframework.springboot.TracingProperties.setNestedTimeLimit(Duration)
Use
EventProcessorProperties#setDistributedInSameTraceTimeLimit(Duration) instead. |
Copyright © 2010–2024. All rights reserved.