This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 08862a9 HBASE-19230 Write up fixVersion policy from dev discussion in
refguide
08862a9 is described below
commit 08862a9c5027d82772ecfe17fface5084f662d99
Author: syedmurtazahassan <[email protected]>
AuthorDate: Sat Jul 13 18:00:44 2019 +0200
HBASE-19230 Write up fixVersion policy from dev discussion in refguide
Signed-off-by: Jan Hentschel <[email protected]>
---
src/main/asciidoc/_chapters/developer.adoc | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/main/asciidoc/_chapters/developer.adoc
b/src/main/asciidoc/_chapters/developer.adoc
index 60498c6..bf28412 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -1439,6 +1439,18 @@ NOTE: End-of-life releases are not included in this list.
|===
+=== Policy for Fix Version in JIRA
+
+To determine if a given fix is in a given release purely from the release
numbers following rules
+are defined:
+
+Fix version of X.Y.Z => fixed in all releases X.Y.Z' (where Z' = Z).
+Fix version of X.Y.0 => fixed in all releases X.Y'.* (where Y' = Y).
+Fix version of X.0.0 => fixed in all releases X'.\*.* (where X' = X).
+
+By this policy, fix version of 1.3.0 implies 1.4.0, but 1.3.2 does not imply
1.4.0 as we could not
+tell purely from the numbers which release came first.
+
[[code.standards]]
=== Code Standards