Fix-up org.bson.BasicBSONDecoder

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 2.12.0
    • Affects Version/s: None
    • Component/s: API
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      org.bson.BasicBSONDecoder provides access for subclasses to its resources via protected fields and protected void _binary(String) method.

      From my point of view this should be hidden, cause BSONDecoder already provides a mechanism of callbacks.

      Things to be deprecated/removed in 3.0

      • field _callback
      • field _in
      • field _len
      • field _pos
      • method protected void _binary(java.lang.String)
      • class org.bson.BasicBSONDecoder.BSONInput

      We need to add documentation about migration.

            Assignee:
            Unassigned
            Reporter:
            Uladzimir Mihura (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: