quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.59k stars 2.63k forks source link

[PoC/WIP] Zalando Problem (RFC7807) Extension #7090

Closed CrystalMethod closed 3 years ago

CrystalMethod commented 4 years ago

Describe the extension

Provide an extension that adds the ability to use the Zalando problem library in the Quarkus application.The extension itself is fairly simple - an ExceptionMapper is more or less the core function. The extension works in JVM and native mode. See here for first implementation:

https://github.com/cloudstark/quarkus-problem-extension

I'm pretty new to Quarkus extension development, so any feedback is highly appreciated.

Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).

Configuration suggestion

# not yet

Additional context

geoand commented 3 years ago

I'll close this one in favor of https://github.com/quarkusio/quarkus/issues/13662 which already has a discussion surrounding it