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

Compare with Current View Page History

« Previous Version 6 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
  • v2.1.0: Merge the grouper.hibernate.properties with the grouper.hibernate.example.properties, update the cache
    FROM:
    hibernate.cache.provider_class  = org.hibernate.cache.EhCacheProvider
    
    
    
    TO:
    hibernate.cache.region.factory_class = net.sf.ehcache.hibernate.EhCacheRegionFactoryhibernate.cache.region.factory_class = net.sf.ehcache.hibernate.EhCacheRegionFactory
    hibernate.cache.region.factory_class = net.sf.ehcache.hibernate.EhCacheRegionFactory
    
    
  • sfd

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
    • Add a default diagnostics minutes since last success:
      #this is 52 hours... 48 for 2 days, and 4 more for the job to run.  So if the warehouse is down for updates,
      #then the daily job will not give an error
      ws.diagnostic.defaultMinutesSinceLastSuccess = 3120
      
      #change log can only for 30 minutes of failing before diagnostics fails
      ws.diagnostic.defaultMinutesChangeLog = 30
      
    • 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