File tree Expand file tree Collapse file tree
bugsnag-spring/src/main/java/com/bugsnag
bugsnag/src/main/java/com/bugsnag Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.4.4 (2019-01-15)
4+
5+ * Remove unnecessary ` @Configuration ` annotation
6+ [ #130 ] ( https://github.com/bugsnag/bugsnag-java/pull/130 )
7+
38## 3.4.3 (2019-01-07)
49
510* Support other methods of configuring a TaskScheduler when setting ErrorHandler on scheduled tasks
Original file line number Diff line number Diff line change 1010import org .springframework .beans .factory .config .NamedBeanHolder ;
1111import org .springframework .context .ApplicationContext ;
1212import org .springframework .context .ApplicationContextAware ;
13- import org .springframework .context .annotation .Configuration ;
1413import org .springframework .scheduling .TaskScheduler ;
1514import org .springframework .scheduling .annotation .ScheduledAnnotationBeanPostProcessor ;
1615
1716import java .util .concurrent .ScheduledExecutorService ;
1817
19- @ Configuration
2018class ScheduledTaskBeanLocator implements ApplicationContextAware {
2119
2220 private ApplicationContext beanFactory ;
Original file line number Diff line number Diff line change 55class Notifier {
66
77 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
8- private static final String NOTIFIER_VERSION = "3.4.3 " ;
8+ private static final String NOTIFIER_VERSION = "3.4.4 " ;
99 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
1010
1111 private String notifierName = NOTIFIER_NAME ;
Original file line number Diff line number Diff line change 1- version =3.4.3
1+ version =3.4.4
22group =com.bugsnag
33
44# Default properties
You can’t perform that action at this time.
0 commit comments