Jonas Konrad
Jonas Konrad
You can customize the error handling https://docs.micronaut.io/latest/guide/index.html#errorHandling
atm the type is part of the message but not exposed as a field on the SerdeException. we could add a subtype that makes this accessible.
- [x] https://github.com/micronaut-projects/micronaut-problem-json/blob/29f4645bf1244c9c3079053778be3e6ab1899fb1/problem-json/src/main/java/io/micronaut/problem/conf/MixInThrowableProblem.java : This essentially "adds" an annotation to another class dynamically depending on a config value. We can't modify the target class (ThrowableProblem) because it's in a library....
- [x] micronaut-rabbitmq: still on mn 3.0.3, can't use the json abstractions introduced in 3.1.
- micronaut-rabbitmq: https://github.com/micronaut-projects/micronaut-rabbitmq/pull/293 - micronaut-mqtt: https://github.com/micronaut-projects/micronaut-mqtt/pull/108
micronaut-nats: https://github.com/micronaut-projects/micronaut-nats/pull/192
micronaut-liquibase: https://github.com/micronaut-projects/micronaut-liquibase/pull/205
micronaut-pulsar: https://github.com/micronaut-projects/micronaut-pulsar/pull/141
micronaut-jms: https://github.com/micronaut-projects/micronaut-jms/pull/188
micronaut-sql: https://github.com/micronaut-projects/micronaut-sql/pull/516