airbrake / logback

Logback integration for javabrake
MIT License
5 stars 3 forks source link

Update Javabrake version to 0.2.0 #9

Open thompiler opened 3 years ago

thompiler commented 3 years ago

Javabrake has a new version: 0.2.0

https://github.com/airbrake/javabrake/releases

This version updates how the notifier is configured (it uses a config object to initialize the notifier instead of passing in the key and ID directly) so this should update this logback library from 0.1.1 to 0.2.0.

luisgsotoaboal commented 1 year ago

Version 0.1.2 solves this (among other things): https://github.com/airbrake/logback/blob/91f0dc28f943e2bf23bc2d9b9583736d27af6d32/src/main/java/io/airbrake/logback/AirbrakeAppender.java#L44

However, since 0.1.2 has not yet been published to Maven, we cannot use it. There's an open issue for that too https://github.com/airbrake/logback/issues/14

luisgsotoaboal commented 1 year ago

@mmcdaris Now that 0.1.2 is out and https://github.com/airbrake/logback/issues/14 is closed, I think you can close this one as well 👍 Thanks a lot!