https://github.com/feaster83/quarkus-axonframework-extension
Quarkus Axon Framework extension
https://github.com/feaster83/quarkus-axonframework-extension
Last synced: 10 months ago
JSON representation
Quarkus Axon Framework extension
- Host: GitHub
- URL: https://github.com/feaster83/quarkus-axonframework-extension
- Owner: feaster83
- License: apache-2.0
- Created: 2019-11-19T21:31:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T13:29:05.000Z (almost 6 years ago)
- Last Synced: 2024-11-04T18:46:46.453Z (about 1 year ago)
- Language: Java
- Size: 502 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - feaster83/quarkus-axonframework-extension - Quarkus Axon Framework extension (Java)
README
# quarkus-axonframework-extension
Quarkus Axon Framework extension
This extension add [Axon Framework](https://axoniq.io) support for the [Quarkus Framework](https://quarkus.io/).
### Current project status:
The extension is **not** working right now. I'm busy with converting the extension code from the Quarkus core project (in my own custom branch) to a new structure where the extension is in its own repository as a separate project (like the Camel extensions).
The integration tests pass and the interfacing with Axon Server is successful

Todos:
- Code cleanup
- Add some more unit tests
- Connect with Quarkus build process to include it in the release (requires PR)
- Test with GraalVM