You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore BugsnagServletContainerInitializer and BugsnagServletRequestListener to the com.bugsnag.servlet package.
These classes are deprecated in favour of the new com.bugsnag.servlet.javax. package, but are also compatible (c.b.s.BugsnagServletRequestListener extends c.b.s.javax.BugsnagServletRequestListener). This
fixes issue #195. #199
Corrected JVM version requirements for Gradle projects (fixing issue 196) #197