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.

Run the copyright wizard on the entire branch for java files.  Note, only new files should have diffs...

Code Block

/*******************************************************************************
 * Copyright 2012 Internet2
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

Misc

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

...