Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign upPopular repositories
204 contributions in the last year
Contribution activity
November 2020
Created 2 commits in 1 repository
Created a pull request in Apicurio/apicurio-registry that received 2 comments
Opened 4 other pull requests in 1 repository
Apicurio/apicurio-registry
4
merged
Reviewed 2 pull requests in 1 repository
Apicurio/apicurio-registry 2 pull requests
Created an issue in quarkusio/quarkus that received 3 comments
Quarkus (or JPA) should throw better error or warning when you're mixing annotation placement - fields vs properties
I had: AbstractEntity had @id on getter, User extends AbstractEntity had @OneToMany(mappedBy = "user") on Set. And I got this error at runtime: org…

