Versions Compared

Key

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

...

  • To discuss Apache OpenJPA topics check out the mailing lists.
  • Informal discussion also occurs on the #openjpa IRC channel on freenode.net.
  • Bugs and other issues can be posted on the project JIRA.
  • If you've written up some changes and would like to get them into the OpenJPA product:
  • Create a JIRA issue that describes the changes you've made (you'll need an Apache JIRA account to do this).
  • Check out the OpenJPA source code and make your changes. Don't forget to create test cases for your changes.
  • 'svn add' any new files.
  • Run the checkin tests by running 'mvn test'. This should take around 20 minutes or so.
  • Attach the output of 'svn diff' to the newly-created JIRA. The name of the patch file should be in the format "OPENJPA-<JIRA_NUMBER>.patch". Don't forget to assign copyright to the ASF.
  • Wait for a committer to review and check in your changes.