CDAP Clients no longer have versions in code examples
Description
Release Notes
None
relates to
Activity
Show:

John Jackson July 20, 2015 at 6:25 PM
Add comment in release notes checklist for documentation.

John Jackson April 28, 2015 at 4:13 PM
Need to document the policy for referenced repos and add that to the release process.

John Jackson February 24, 2015 at 7:58 PM
reST's "parsed-literals" (http://docutils.sourceforge.net/docs/ref/rst/directives.html#parsed-literal) can provide version numbers, though the formatting may change slightly, as we may have to give up the Pygments syntax highlighting. However, this might be easier, as we are more concerned about the syntax highlighting (colored output) of Java code, and the numbering occurs in console examples for the most part.

Priyanka Nambiar November 20, 2014 at 10:13 PM
Better to have a script that will automatically update teh versions everywhere
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created November 18, 2014 at 11:51 PM
Updated July 20, 2015 at 6:27 PM
Resolved July 20, 2015 at 6:27 PM
In https://github.com/caskdata/cdap-clients/blob/develop/cdap-authentication-clients/java/README.md
the usage statement has
Previous versions were completed, such as "1.0.1". How are users to know what version to put in?
The "develop" branch should always be the version that works with the current downloadable version of CDAP. It will be the version that is synchronized by the documentation build process.
The versions should be put in the develop version, unless we change the GitHub repos to display a different branch as the default. (This can be done for each repo.)
This affects:
CDAP File DropZone:
https://github.com/caskdata/cdap-ingest/tree/develop/cdap-file-drop-zone
CDAP File Tailer:
https://github.com/caskdata/cdap-ingest/tree/develop/cdap-file-tailer
CDAP Stream Client for Java:
https://github.com/caskdata/cdap-ingest/tree/develop/cdap-stream-clients/java
CDAP Authentication Client for Java:
https://github.com/caskdata/cdap-clients/blob/develop/cdap-authentication-clients/java/README.md