Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Red Hat
- Hamburg, Germany
- https://www.morling.dev/
Popular repositories
-
A curated list of resources related to the Java annotation processing API (JSR 269)
-
NOTE: This project has been migrated to https://github.com/AdoptOpenJDK/jdk-api-diff
-
This project is the a playground for prototyping the integration of the method-level validation feature new in Hibernate Validator 4.2 and frameworks providing adequate AOP/interception facilities …
-
-
-
A shell script for running tasks on a git repo in a detached branch, allowing to continue with other tasks in parallel
1,379 contributions in the last year
Contribution activity
January 2020
Created a pull request in debezium/debezium that received 6 comments
DBZ-1292 CloudEvents support
https://issues.redhat.com/browse/DBZ-1701 Supersedes #996.
- Updated operator doc
- [DBZ-1715] Add route by field option for ExtractRecordState transformation
- Adds DebeziumContainer support.
- DBZ-1478 Debezium Quarkus Extensions module with Outbox pattern
- DBZ-1703 Add option to JSON SerDes for ignoring unknown properties
- DBZ-1292 CloudEvents support
- DBZ-1693 Use corrent TableId component
- DBZ-1168 Suport non-admin authSources
- Improve getting started experience
Created an issue in quarkusio/quarkus that received 19 comments
Support complex expressions in Qute
I'd like to use boolean operators like && and ||. Currently, when using an expression such as {update && todo.completed}, I'm getting a stacktrace …