Last summer CDI TCK project moved to GitHub [1] and recently the very first version of Technology Compatibility Kit for JSR-346 (CDI TCK 1.1.0.Aplha1) was released [2]. We decided to make some cleanup work to avoid confusion and misunderstanding. Since CDI TCK 1.1 relates to JSR-346 and not JSR-299 the source package and maven groupId org.jboss.jsr299.tck was renamed to org.jboss.cdi.tck. Unfortunately not everything went well. At first sight the history seemed to be lost... Well, the good news is that the history is not lost. The bad news is that nor the GitHub web UI nor the Eclipse EGit handle this correctly. As far as I know right now the only way to get the history of TCK source files is to use command line, git log and --follow switch ("Continue listing the history of a file beyond renames"). Although EGit has "Follow Renames" option in history view this is not working for me at all [3]. As of GitHub - I did not find any relevant information. Hopefully things will change quickly.

 

[1] https://github.com/jboss/cdi-tck

[2] http://in.relation.to/Bloggers/Weld200Alpha1Released

[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=302549