Yoann CAPLAIN

Results 7 issues of Yoann CAPLAIN

In axon, events are always stored in Event Store and persisted for *forever*. It would be useful to have an annotation (something like @TempEvent) that is put only on classes....

Type: Feature
Priority 1: Must

See [jhipster #294](https://github.com/jhipster/jhipster-core/issues/294)

enhancement

Both methods should return at least the AbstractFxmlView, but could useful to return an interface that would allow to get: - AbstractFxmlView - Stage - more? When using ``` public...

To start have support for both java 8 and 11

Add query to fetch values of enums, so generated jdl can have enums defined

enhancement
help wanted

I have not looked into it yet but I think it can be useful to provide something similar to JacksonSerializer/XStreamSerializer/etc using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization). Since I had issues with Jackson with default...

Type: Feature
Status: In Progress
Priority 3: Could

### Feature Description Error when wrong annotation is used in wrong context (eg: @EventSourcingHandler). For example: - EventSourcingHandler should only be added to classes that are aggregates. - SagaEventHandler for...

Type: Feature
Priority 3: Could