solrbot commented on PR #1613: URL: https://github.com/apache/solr/pull/1613#issuecomment-1529232040
### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: undefined ``` Command failed: ./gradlew updateLicenses Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:407: error: incompatible types: ContextHandler.Context cannot be converted to ServletContext coreContainerProvider.init(root.getServletContext()); ^ /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:411: error: no suitable method found for addFilter(Class<DebugFilter>,String,EnumSet<javax.servlet.DispatcherType>) root.addFilter(DebugFilter.class, "/*", EnumSet.of(DispatcherType.REQUEST)); ^ method ServletContextHandler.addFilter(FilterHolder,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<DebugFilter> cannot be converted to FilterHolder) method ServletContextHandler.addFilter(Class<? extends Filter>,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<DebugFilter> cannot be converted to Class<? extends Filter>) method ServletContextHandler.addFilter(String,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<DebugFilter> cannot be converted to String) /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:416: error: no suitable method found for addFilter(Class<CAP#1>,String,EnumSet<javax.servlet.DispatcherType>) root.addFilter( ^ method ServletContextHandler.addFilter(FilterHolder,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<CAP#2> cannot be converted to FilterHolder) method ServletContextHandler.addFilter(Class<? extends jakarta.servlet.Filter>,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<CAP#2> cannot be converted to Class<? extends jakarta.servlet.Filter>) method ServletContextHandler.addFilter(String,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; Class<CAP#2> cannot be converted to String) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends javax.servlet.Filter from capture of ? extends javax.servlet.Filter CAP#2 extends javax.servlet.Filter from capture of ? extends javax.servlet.Filter /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:424: error: incompatible types: Class<SolrDispatchFilter> cannot be converted to Class<? extends Filter> dispatchFilter.setHeldClass(SolrDispatchFilter.class); ^ /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:427: error: no suitable method found for addFilter(FilterHolder,String,EnumSet<javax.servlet.DispatcherType>) root.addFilter(dispatchFilter, "/*", EnumSet.of(DispatcherType.REQUEST)); ^ method ServletContextHandler.addFilter(FilterHolder,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; inference variable E has incompatible bounds equality constraints: jakarta.servlet.DispatcherType,javax.servlet.DispatcherType lower bounds: javax.servlet.DispatcherType) method ServletContextHandler.addFilter(Class<? extends Filter>,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; FilterHolder cannot be converted to Class<? extends Filter>) method ServletContextHandler.addFilter(String,String,EnumSet<jakarta.servlet.DispatcherType>) is not applicable (argument mismatch; FilterHolder cannot be converted to String) where E is a type-variable: E extends Enum<E> declared in method <E>of(E) /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:441: error: no suitable method found for addServlet(Class<Servlet404>,String) root.addServlet(Servlet404.class, "/"); ^ method ServletContextHandler.addServlet(String,String) is not applicable (argument mismatch; Class<Servlet404> cannot be converted to String) method ServletContextHandler.addServlet(Class<? extends Servlet>,String) is not applicable (argument mismatch; Class<Servlet404> cannot be converted to Class<? extends Servlet>) method ServletContextHandler.addServlet(ServletHolder,String) is not applicable (argument mismatch; Class<Servlet404> cannot be converted to ServletHolder) /tmp/renovate/repos/github/apache/solr/solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:664: error: incompatible types: jakarta.servlet.Filter cannot be converted to javax.servlet.Filter Filter filter = dispatchFilter.getFilter(); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 7 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':solr:test-framework:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 38s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org