Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarifies the "Handling deprecated services" section

...

We tag deprecated services as a part of a release branch using the "<deprecated" element. Deprecated services will be removed from the next release packagebranch when this new branch is created.

Lets say we set a service as deprecated for Release 17.XX. for release branch R18. This service will be part of Release17.XX R18 and will be removed in next Release 18.XXnext release branch R19.

For instance, imagine we decide to create a next to be released R19 R18 branch.
We have on trunk :

  • addCatalogMember deprecated since="Upcoming Branch"
  • deleteWorkEffortAssignment deprecated since="18.12"

We prepare When we create the R19 release branch, we have on trunk :

...