The current setting in .jcheck/conf is
tags=apidiff(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)*\+[0-9]+)
which mimics the jtreg tag history.
We should follow the preferred JDK format:
tags=(?:apidiff-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))
tags=apidiff(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)*\+[0-9]+)
which mimics the jtreg tag history.
We should follow the preferred JDK format:
tags=(?:apidiff-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))
- links to
-
Commit(master) openjdk/apidiff/60b6ab30
-
Review(master) openjdk/apidiff/1