[
https://issues.apache.org/jira/browse/PHOENIX-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576640#comment-17576640
]
ASF GitHub Bot commented on PHOENIX-6692:
-----------------------------------------
stoty commented on code in PR #1424:
URL: https://github.com/apache/phoenix/pull/1424#discussion_r939984506
##########
phoenix-hbase-compat-2.5.0/pom.xml:
##########
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.phoenix</groupId>
+ <artifactId>phoenix</artifactId>
+ <version>5.2.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>phoenix-hbase-compat-2.5.0</artifactId>
+ <name>Phoenix Hbase 2.5.0 compatibility</name>
+ <description>Compatibility module for HBase 2.5.0+</description>
+
+ <properties>
+ <hbase25.compat.version>2.5.0</hbase25.compat.version>
+ </properties>
+
+ <dependencies>
+ <!
> Add HBase 2.5 support
> ---------------------
>
> Key: PHOENIX-6692
> URL: https://issues.apache.org/jira/browse/PHOENIX-6692
> Project: Phoenix
> Issue Type: New Feature
> Components: core
> Reporter: Geoffrey Jacoby
> Assignee: Istvan Toth
> Priority: Major
> Fix For: 5.2.0
>
>
> I was talking with [~apurtell], who's RM for HBase 2.5, and he let me know
> that HBase 2.5 will be released very soon. Since we're also planning on
> releasing Phoenix 5.2 soon, we should make it sure it releases with HBase 2.5
> support assuming this isn't too time-consuming / complicated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)