[
https://issues.apache.org/jira/browse/PHOENIX-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501145#comment-16501145
]
Alex Araujo commented on PHOENIX-4750:
--------------------------------------
[~elserj] attached a patch tested with the latest from branch-avatica-1.12.
FYI - phoenix-queryserver tests will fail once Phoenix moves up to 1.12, since
1.12 requires Java 1.8 while Phoenix builds with 1.7:
{{[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on
project phoenix-queryserver: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.20:test failed:
java.lang.UnsupportedClassVersionError:
org/apache/calcite/avatica/server/HttpServer$Builder : Unsupported major.minor
version 52.0 -> [Help 1]}}
FWIW, tests pass using Java 1.8 and PQS also runs fine on 1.8 with this patch.
> Resolve server customizers and provide them to Avatica
> ------------------------------------------------------
>
> Key: PHOENIX-4750
> URL: https://issues.apache.org/jira/browse/PHOENIX-4750
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Alex Araujo
> Assignee: Alex Araujo
> Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4750.patch
>
>
> CALCITE-2284 allows finer grained customization of the underlying Avatica
> HttpServer.
> Resolve server customizers on the PQS classpath and provide them to the
> HttpServer builder.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)