Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-895

Fix-up org.bson.BasicBSONDecoder

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.12.0
    • None
    • API

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            uladzimir_mihura@epam.com Uladzimir Mihura
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: