Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-517

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.9.0
    • 5.8.0
    • None
    • Security Level: Jimmy
    • 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.

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

              Created:
              Updated:
              Resolved: