Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2697

libthrift 0.9.1 in Maven lacks AbstractNonblockingServer.AsyncFrameBuffer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.9.1, 0.9.2
    • None
    • Deployment, Java - Library
    • None

    Description

      Using thrift built from git's 0.9.2 tag, I generated a very simple Thrift service for use in Java:
      thrift --gen java service.thrift

      The generated class depends on AbstractNonblockingServer.AsyncFrameBuffer, but libthrift 0.9.1 in the Maven repositories does not include it, in spite of the fact that it is clearly present in the 0.9.1 source: https://github.com/apache/thrift/blob/0.9.1/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java

      (I know I could be faulted for trying to mix a 0.9.2 executable with a 0.9.1 library, but I don't think that's the source of the problem here. The 0.9.2 executable is generating a class that depends on something that should be present in the 0.9.1 library, but isn't.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            johansen Josh Hansen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: