Versions Compared

Key

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

...

See which config files / jar files / ddl changed since last release, make sure there are entries in the change log. (do we need to do this with the upgrader anymore?)

Copyright  Policy

Run the copyright wizard on the entire branch for java files.  Note, only new files should have diffs...  this is the custom copyright.  You can update the year for new files, dont don't update the year for existing files.  The year should be used and not a range.  That is our policy on copyrights.

...

  • Make sure all tables, views, and cols (of tables and views) have comments in the DB (oracle or postgres). (dont do 2.2)
  • Make sure the grouper-ws web.xml file has the security basic auth in there (didnt didn't get accidentally overridden in commit) (done for 2.2.1)

...

Testing

Run API (SuiteDefault) junit JUnit tests (set true in all junit JUnit test includes in grouper.properties).  Also run the Grouper Installer, it should end in success for the client connecting to the WS and you should be able to use the UI.

...