Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-3357

take out System.out.println from gsh templates

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 2.5.48
    • None
    • None
    • None

    Description

      To make GSH templates threadsafe, we need to not use System.out.println to print to the result output of the script:

      Replace:

      System.out.print(
      System.out.println(
      System.err.print(
      System.err.println( 

      With:

      grouperGroovyRuntime.print(
      grouperGroovyRuntime.println(
      grouperGroovyRuntime.print(
      grouperGroovyRuntime.println( 

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: