Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-951

Logback 1.1.1 not binary compatible to 1.1.0

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None

    Description

      Hi, the constructor signature has been changed from

      public DefaultSocketConnector(InetAddress, int, int, int)

      to

      public DefaultSocketConnector(InetAddress, int, long, long)

      which causes NotSuchMethodErrors when code is compiled against <=1.1.0 (e.g. thirdparty-libs) and run against 1.1.1.

      Please readd the old constructor.

      Or is this class not part of the public API?

      Thx
      Lars

      Attachments

        Activity

          People

            logback-dev Logback dev list
            lbeuster Lars Beuster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: