nkavian

Results 39 comments of nkavian

Thanks, is it possible to get a pure Java version? :)

I created my own version in Java, really appreciate the Kotlin example. I also recommend anyone that uses this to also implement `ParameterCustomizer` so that enums used as Spring `@PathVariable`...

Both links on that page which take you to the maven repository ![image](https://user-images.githubusercontent.com/1127421/131364355-917f867f-2478-4ad6-9fcf-09ad956f111e.png) Once I got there I copied/pasted the artifact, not knowing I should be using the sb-contrib version...

The way spotbugs is documented, the average person won't understand what is and is-not deprecated or obsolete. Go to the repo [page](https://github.com/mebigfatguy/fb-contrib) and search for the word obsolete, no match....

Hi @xander-jones, those examples use handled exceptions. In my case, I am trying to support an unhandled exception.

@johnkiely1 I'm not sure where the confusion is coming from, so I'll break this down into more details. Pardon me being more verbose. Let's take this very basic example: ```java...

Great link that's very detailed. Regarding your last paragraph, this issue is specific to Spring MVC and the suggested code change is to code within the `bugsnag-spring` folder, so there...

I might have missed the nuance there, but that sounds like a good thing. This change would be to the Bugsnag MVC exception handler dealing with the Spring MVC. https://github.com/nkavian/bugsnag-java/blob/master/bugsnag-spring/src/main/java/com/bugsnag/BugsnagMvcExceptionHandler.java#L22

Just noticed https://github.com/bugsnag/bugsnag-java/issues/152 from back in January.

I have the same issue. I'd like to see an importer as well.