https://bz.apache.org/bugzilla/show_bug.cgi?id=57898

            Bug ID: 57898
           Summary: Fix for #50786 breaks API of HSSFColor.getIndexHash()
           Product: POI
           Version: 3.8-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]

The fix commited for bug #50786 (r1077920) changes the return value of 
HSSFColor.getIndexHash() from java.util.Hashtable to java.util.Map.

This breaks libraries that used the old return value and are built against POI
3.6 and run with POI 3.9 (in my case):

java.lang.NoSuchMethodError:
org.apache.poi.hssf.util.HSSFColor.getIndexHash()Ljava/util/Hashtable;

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to