[ https://issues.apache.org/jira/browse/PHOENIX-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey Jacoby updated PHOENIX-5561: ------------------------------------- Affects Version/s: 4.14.4 > Map.getOrDefault usage in ConnectionQueryServiceImpl requires JDK 8 > ------------------------------------------------------------------- > > Key: PHOENIX-5561 > URL: https://issues.apache.org/jira/browse/PHOENIX-5561 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.15.1, 4.14.4 > Reporter: Geoffrey Jacoby > Assignee: Gokcen Iskender > Priority: Blocker > Fix For: 5.1.0, 4.15.1, 4.14.4 > > Attachments: PHOENIX-5561.4.x.001.patch, PHOENIX-5561.master.001.patch > > Time Spent: 0.5h > Remaining Estimate: 0h > > PHOENIX-5553 introduced a usage of Map.getOrDefault(), which requires JDK 8. > It was checked into the 4.x branch, even though the 4.x branch should still > allow usage by JDK 7 (since HBase 1.x supports JDK 7). > If we want to change that assumption, it should be agreed on by the community. > See CQSI line 926 > -- This message was sent by Atlassian Jira (v8.3.4#803005)