You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This document lists instructions for people with existing groups installations on how to upgrade to newer versions of grouper (or grouper related products).  If you notice something missing please let us know.  The instructions are in descending order based on date/release.  You will find instructions below for Grouper, Grouper-ws, Grouper-ui, etc.  It is assumed if you are running grouper-ui that you will perform both the grouper upgrade notes, and the grouper-ui upgrade notes.  It is understood that you will get the new source/javadoc/etc files, this document addresses configurations, jars, etc.  Note that for major upgrades, you should follow the upgrade steps.  For minor upgrades, that instructions should be sufficient.

Grouper

  • v2.1.0: Merge grouper.properties with grouper.example.properties
  • v2.1.0: Upgrade the following jars: hibernate.jar, cglib.jar (REMOVED), commons-collections.jar, javassist.jar, slf4j-api.jar, asm.jar, asm-util.jar, asm-attrs.jar (REMOVED), hibernate-jpa-2.0-api.jar, mysql-connector-java-bin.jar (in jdbcSamples), slf4j-log4j12

Grouper UI

  • v2.1.0: Merge media.properties
  • v2.1.0: Merge nav.properties
    • There are many other updates in the nav.properties file. Mostly to define the text in all the new screens in the lite UI. Be sure to merge your copy.

Grouper WS

  • v2.1.0: Merge grouper-ws.properties with grouper-ws.example.properties
    • Update the WS version for testing purposes
      150c150
      < ws.testing.version=v2_1_000
      ---
      > ws.testing.version=v2_0_000
      

Subject API

Grouper Client

  • v2.1.0: Merge grouper.client.properties with grouper.client.example.properties.
  • v2.1.0: Merge grouper.client.usage.txt with grouper.client.usage.example.txt.
  • No labels