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

Fix-up org.bson.BasicBSONDecoder

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 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 Unassigned
            Reporter:
            uladzimir_mihura@epam.com Uladzimir Mihura (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: