Versions Compared

Key

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

...

possible incompatible changes/used feature flag: Since 1.1 Ozone supposed to be backward compatible. Any incompatible changes should be avoided. Experimental new features can be turned off by default with new feature flags. And new scheme changes should be compatible with the (WIP) upgrade framework. 

third party dependencies/licence changes: It's good to know which are the newly introduced third party dependencies, which can be easily checked by comparing the content of the distribution tar files. LICENSE (and NOTICE) should be updated for each new thirdparty dependencies, and new jar files should be added only if they are necessary/used.

Merge

Please do NOT use github squash or rebase feature the merge feature branches. The records of multiple month of developments (Github PR and Jira discussions) are linked to the original commit ids. To keep them we should use simple git merge to merge branches.