remove the error "Can't find class for html:io.keikai.model.impl.html.HtmlExporterFactory"

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.9.0
    • Affects Version/s: 5.8.0
    • Component/s: None
    • Security Level: Jimmy
    • None
    • None

      Steps to Reproduce

      public class Keikai517Composer extends SelectorComposer {
          @Override
          public void doAfterCompose(Component comp) throws Exception {
              super.doAfterCompose(comp);
              Exporter exporter = Exporters.getExporter();
          }
      }
      

      Current Result

      2021-12-10 18:00:18 [WARN ] SExporters:55 - Can't find class for html:io.keikai.model.impl.html.HtmlExporterFactory

      Expected Result

      no warning

      Debug Information

      • since keikai-html is deprecated, don't show this error message by default to avoid confusion.

            Assignee:
            hawk
            Reporter:
            hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: