Bug 1087526
Summary: | ini4j: FTBFS with Java 8 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> |
Component: | ini4j | Assignee: | Omair Majid <omajid> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dennis, omajid |
Target Milestone: | --- | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-11 15:43:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1105908 |
Description
Mikolaj Izdebski
2014-04-14 14:16:43 UTC
I filed this upstream: https://sourceforge.net/p/ini4j/bugs/47/ There's not much I can do on Fedora-side without making changes incompatible with upstream. (In reply to Mikolaj Izdebski from comment #0) > Debian just added a patch for this: > http://deb.li/36DJ2 This patch doesn't look right at all. It breaks existing code that expects a String as a result of remove(): String result = BasicProfile.remove("section", "key"); Sadly, there's no way around this compatibility problem. But this change needs to be made consistently. Also, the updated version of remove() no longer removes anything. *** Bug 1106799 has been marked as a duplicate of this bug. *** I pushed a slight variant of the Debian fix. I am still not sure if it's the right thing. http://koji.fedoraproject.org/koji/buildinfo?buildID=532739 |