quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Change to use RESTEasy Reactive. #16

Closed phillip-kruger closed 3 years ago

phillip-kruger commented 3 years ago

All admin related BD operation as still being performed blocking. This is to change the GET /maven from the eventloop

Also added a banner (for fun).

Signed-off-by:Phillip Kruger phillip.kruger@gmail.com

phillip-kruger commented 3 years ago

For now, because we are caching, and I don't think we can cache Uni, this change really just change the thread it's executing on

gastaldi commented 3 years ago

I remember the reason why I didn't use Hibernate Reactive was because the Reactive PostgreSQL driver didn't support columns with the JSON data type, need to check if that was fixed (or if I even reported it :)).

phillip-kruger commented 3 years ago

Ok, cool. I still could not find panache reactive, but like I said, for what we want to do this should be ok.