Commit a49f8588 authored by Olivier Sallou's avatar Olivier Sallou
Browse files

Update TODO to fix issues with latest release

parent c4f87bde
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -13,6 +13,16 @@ htsjdk (2.14.3+dfsg-1) UNRELEASED-targeting-experimental; urgency=medium
    Disable unit testing due to gradle+testng errors in gradle 3.2
    gradle 3.4 will fix the problem
    
  [TODO - O. Sallou in progress]
  * Fix JDK9 with --add-modules java.xml.bind in javadoc generation and test, need a new patch
  * Javadoc generation failure: certainly due to openjdk issues (exits with error
    on warnings, would need to patch a lot of files to workaround the issue or disable javadoc package)
  * Reintroduce unit tests now that gradle 3.4 is available in sid
    - new patch is needed for latest upstream, referencing junit classes
    - add testng() call in build.gradle with a patch and set test call in d/rules back
    - testng fails now with jcommander classnotfound exception (was working before),
      may need to add dependency in testCompile of build.gradle, don't understand the reason (testng depends on it, but gradle does not find it)

 -- Andreas Tille <tille@debian.org>  Wed, 28 Mar 2018 14:19:04 +0200

htsjdk (2.8.1+dfsg-2) unstable; urgency=medium