Replies: 2 comments
-
Sure, I think this seems reasonable. It's a simple enough enhancement anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok, I will start going through the contribution steps and get agreement to set dedicate additional time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am seeing a boot time error. Due to my application not being configured properly.
Quarkus is reporting this
Caused by: java.lang.IllegalArgumentException: Parameter 'value' may not be null
I am compelled to then attach a debugger to understand exactly which property key name is at fault. Which is slows my productivity down.
A more convenient error Quarkus can provide is the context of the root cause with property name.
eg
Caused by: java.lang.IllegalArgumentException: Parameter 'value for key acme.roadrunner' may not be null
I created this commit in case you think it a useful contribution.
The full exception stack trace I am seeing
quarkus version: 3.8.4 and master
Before I invest more time in this contribution is this considered an improvement to Quarkus ?
Beta Was this translation helpful? Give feedback.
All reactions