Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-879

Remove deprecated promoteBindings from GremlinExecutor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • 3.0.1-incubating
    • 3.1.0-incubating
    • groovy

    Description

      GremlinExecutor.promoteBindings was mostly an internally used method for turning bindings returned from an init script into "global" ones that would be reused going forward. This method was replaced by allowing the user to simply return a Map from the script of the "globals" they wanted to preserve. That provided more flexibility.

      Removal of this deprecated method ultimately affects Gremlin Server scripts which will not preserve "globals" previously defined in the 3.0.x fashion. Users will need to upgrade their scripts to use the new Map style.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: