Please checkout the latest from master. 3.0 is still under development and changes are being made to clean things up and make the modules conform to the Java module system. It now uses RevAPI to track changes so it compares against the last 2.x release. The errors you are seeing are from it identifying methods or classes where incompatibilities have occurred that have not yet been documented. You will notice that it prints out sample JSON to use to bypass these errors if they are OK.
Ralph > On Mar 2, 2019, at 4:55 PM, Sandish Kumar HN <[email protected]> wrote: > > I'm stuck with below error, has anyone seen this error? > > any quick solution? > > [INFO] BUILD FAILURE > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 01:08 min > > [INFO] Finished at: 2019-03-02T17:44:07-06:00 > > [INFO] Final Memory: 184M/1642M > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal org.revapi:revapi-maven-plugin:0.10.5:check > (default) on project log4j-core: The following API problems caused the > build to fail: > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.AbstractAppender::<init>(java.lang.String, > org.apache.logging.log4j.core.Filter, > org.apache.logging.log4j.core.Layout<? extends java.io.Serializable>, > boolean): Method was removed. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender<M > extends > org.apache.logging.log4j.core.appender.OutputStreamManager>::<init>(java.lang.String, > org.apache.logging.log4j.core.Layout<? extends java.io.Serializable>, > org.apache.logging.log4j.core.Filter, boolean, boolean, M): Method was > removed. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.AbstractWriterAppender<M extends > org.apache.logging.log4j.core.appender.WriterManager>::<init>(java.lang.String, > org.apache.logging.log4j.core.StringLayout, > org.apache.logging.log4j.core.Filter, boolean, boolean, M): Method was > removed. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.SocketAppender::<init>(java.lang.String, > org.apache.logging.log4j.core.Layout<? extends java.io.Serializable>, > org.apache.logging.log4j.core.Filter, > org.apache.logging.log4j.core.net.AbstractSocketManager, boolean, boolean, > org.apache.logging.log4j.core.net.Advertiser, > org.apache.logging.log4j.core.config.Property[]): Method was removed. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.SyslogAppender::<init>(java.lang.String, > org.apache.logging.log4j.core.Layout<? extends java.io.Serializable>, > org.apache.logging.log4j.core.Filter, boolean, boolean, > org.apache.logging.log4j.core.net.AbstractSocketManager, > org.apache.logging.log4j.core.net.Advertiser, > org.apache.logging.log4j.core.config.Property[]): Method was removed. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender<T > extends > org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager>::<init>(java.lang.String, > org.apache.logging.log4j.core.Filter, > org.apache.logging.log4j.core.Layout<? extends java.io.Serializable>, > boolean, T): Method was removed. > > [ERROR] java.method.parameterTypeChanged: parameter void > org.apache.logging.log4j.core.appender.rolling.RollingFileManager::rollover(===long===, > long): The type of the parameter changed from 'java.util.Date' to 'long'. > > [ERROR] java.method.parameterTypeChanged: parameter void > org.apache.logging.log4j.core.appender.rolling.RollingFileManager::rollover(long, > ===long===): The type of the parameter changed from 'java.util.Date' to > 'long'. > > [ERROR] java.method.removed: method void > org.apache.logging.log4j.core.filter.AbstractFilterable::<init>(org.apache.logging.log4j.core.Filter): > Method was removed. > > [ERROR] > > [ERROR] Consult the plugin output above for suggestions on how to ignore > the found problems. > > [ERROR] -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > command > > [ERROR] mvn <goals> -rf :log4j-core > > Brocks-MacBook-Pro:logging-log4j2 sany$ mvn -version > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T10:41:47-06:00) > -- > > Thanks, > Regards, > SandishKumar HN
