Deprecate protected fields in com.mongodb.gridfs.{GridFS,GridFSFile}

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

      Fields to be deprecated:
      GridFS

      • protected final DB _db;
      • protected final String _bucketName;
      • protected final DBCollection _filesCollection;
      • protected final DBCollection _chunkCollection;

      GridFSFile

      • protected GridFS _fs;

      Following methods will be added to use instead:

      • GridFS.getFilesCollection()
      • GridFS.getChunksCollection()
      • GridFSFile.getGridFS()

      For other deprecated fields there are getters already.

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

              Created:
              Updated:
              Resolved: