Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation

You can see which version of Grouper is running in the UI in the configure screen


This output uses a JEXL expression in the text config (grouper.text.en.us.properties)

Code Block
configurationIndexSubtitle = System settings and wizards to setup the registry. Grouper version: ${edu.internet2.middleware.grouper.misc.GrouperVersion.grouperVersion()}

The JEXL expression can be used in other text properties. In the following example, the version is added to the institution name:

Code Block
institutionName.elConfig = Institute of Higher Education (Grouper ${edu.internet2.middleware.grouper.misc.GrouperVersion.grouperVersion()})