raygun4java icon indicating copy to clipboard operation
raygun4java copied to clipboard

Java SDK for the Raygun service

Results 12 raygun4java issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hey, Since upgrading to Play 2.4, we're missing a lot of HTTP information. The cause of this is that play.api.mvc.Headers used to be a trait and has been changed to...

Quick note: @sfeldkamp just logged a Java 11 issue in my CFML provider (https://github.com/MindscapeHQ/raygun4cfml/issues/34) It stems from the way how modules work in Java 11+ and it's quite likely that...

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi guys, When trying out the RaygunClient (v. 3.0.0) sendUnhandled(Throwable t) It seems like it delegates to the wrong method (send(...) instead of sendUnhandled(...)). When checking the result at raygun.com...

Hello, I was adding raygun support for a new logging library at work and came across these docs. There are some typos and outdated class and method names I found...

When trying to run raygun4java with play 2.4 the following error occurs. I see that there is a pull request waiting review it which addresses this problem. https://github.com/MindscapeHQ/raygun4java/pull/44 Could I...