Steven van Beelen

Results 165 issues of Steven van Beelen

### Feature Description It would be nice if the plugin contained Intellij's [Live Templates](https://www.jetbrains.com/help/idea/using-live-templates.html). By doing so, we could allow users macro's, like `ch` or `cmdh`, that could automatically construct...

Type: Feature
Priority 3: Could

### Feature Description Provide, for example, gutter icons for the `@MessageHandlerInterceptor`. This currently is provided for the `@CommandHandlerInterceptor`. I'd assume implementing a similar level of support for the more generic...

Type: Feature
Priority 3: Could

### Feature Description Replace the date String fields for actual Date types. Important in this process is to ensure the created sorting index (based on the event timestamp and sequence...

Type: Feature
Priority 2: Should
Status: In Progress

The `EventHandlingConfiguration` has been replaced in favor of the `EventProcessingConfiguration`. Thus all notion of the `EventHandlingConfiguration` should be replaced, as well as adding a description of the new features it...

Type: Feature
Status: In Progress
Priority 1: Must

We should have a migration guide from Axon 2.x to Axon 3.x. This should simplify the process for users which want to move to Axon 3.x.

Type: Feature
Priority 4: Would

Currently, the Configuration section is some what meager. It just exemplifies that there is a Configuration API is in place, not so much the extend of its possibilities. We for...

Type: Enhancement
Status: Under Discussion
Priority 2: Should

It is currently not documented that there is a `ParameterResolver` in place which returns the `TrackingToken` in `@EventHandler` annotated functions which receive their events from a `TrackingEventProcessor`, whilst it would...

Type: Feature
Priority 4: Would

The `@ConcludesBatch` can be used in `@EventHandler` annotated function to check whether a batch of events has concluded yes/no. This is beneficial in situations where optimization of a query model...

Type: Feature
Priority 4: Would

@ghilainm documented this request under the AxonFramework repository, issue number [#712](https://github.com/AxonFramework/AxonFramework/issues/712). The contents have been copied over here per direct reference. -------------------- The link between the different components is not...

Type: Enhancement
Priority 3: Could

Add Deadline API Documentation with code samples

Type: Feature
Status: In Progress
Priority 1: Must