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
Hi, I'm the maintainer of https://github.com/kelnos/mima-maven-plugin. I was just trying to update the plugin for 0.8.0, but found that the Logging trait has been made private (67fb8d4). However, the MiMaLib constructor requires that I pass a param of type Logging if I want to customize logging behavior (which I do, so I can use maven's logger). Is it possible to make Logger public again?
In the meantime I suppose I can implement the trait by using the same-package-name trick, but that seems less than ideal from an interface/API perspective.
The text was updated successfully, but these errors were encountered:
Hi, I'm the maintainer of https://github.com/kelnos/mima-maven-plugin. I was just trying to update the plugin for 0.8.0, but found that the
Logging
trait has been made private (67fb8d4). However, theMiMaLib
constructor requires that I pass a param of typeLogging
if I want to customize logging behavior (which I do, so I can use maven's logger). Is it possible to makeLogger
public again?In the meantime I suppose I can implement the trait by using the same-package-name trick, but that seems less than ideal from an interface/API perspective.
The text was updated successfully, but these errors were encountered: