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
This major release modernises the Java notifier with breaking changes to align with current Bugsnag conventions, drop legacy Java/Servlet support, and add new capabilities like feature flags. #254
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