This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.2 by this push:
     new 74102c8373 PHOENIX-7359 BackwardCompatibilityIT throws NPE with Hbase 
2.6 profile
74102c8373 is described below

commit 74102c8373492c131b88253eb3fac0bb2ec0aad9
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Jul 15 13:38:36 2024 +0200

    PHOENIX-7359 BackwardCompatibilityIT throws NPE with Hbase 2.6 profile
---
 .../it/resources/compatible_client_versions.json   | 30 ++++------------------
 1 file changed, 5 insertions(+), 25 deletions(-)

diff --git a/phoenix-core/src/it/resources/compatible_client_versions.json 
b/phoenix-core/src/it/resources/compatible_client_versions.json
index 037289bce0..4c1146c589 100644
--- a/phoenix-core/src/it/resources/compatible_client_versions.json
+++ b/phoenix-core/src/it/resources/compatible_client_versions.json
@@ -1,29 +1,9 @@
-/*
- * 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.
- */
 {
-    "_comment": "Lists all phoenix compatible client versions against the 
current branch version for a given hbase profile If hbase profile is 1.3, 
phoenix client versions 4.14.3 and 4.15.0 are tested against current branch 
version",
-    "1.3": [ {"artifactId":"phoenix-client", "version":"4.14.3-HBase-1.3"}, 
{"artifactId":"phoenix-client", "version":"4.15.0-HBase-1.3"}, 
{"artifactId":"phoenix-client-hbase-1.3", "version":"4.16.0"} ],
-    "1.4": [ {"artifactId":"phoenix-client", "version":"4.14.3-HBase-1.4"}, 
{"artifactId":"phoenix-client", "version":"4.15.0-HBase-1.4"}, 
{"artifactId":"phoenix-client-hbase-1.4", "version":"4.16.0"} ],
-    "1.5": [ {"artifactId":"phoenix-client", "version":"4.15-HBase-1.5"}, 
{"artifactId":"phoenix-client-hbase-1.5", "version":"4.16.0"} ],
-    "1.6": [ {"artifactId":"phoenix-client-hbase-1.6", "version":"4.16.0"} ],
+    "_comment": "Lists all phoenix compatible client versions against the 
current branch version for a given hbase profile",
     "2.1": [ {"artifactId":"phoenix-client-hbase-2.1", "version":"5.1.0"} ],
     "2.2": [ {"artifactId":"phoenix-client-hbase-2.2", "version":"5.1.0"} ],
-    "2.3": [ {"artifactId":"phoenix-client-hbase-2.3", "version":"5.1.0"}, 
{"artifactId":"phoenix-client-hbase-2.3", "version":"5.2.0"} ],
-    "2.4": [ {"artifactId":"phoenix-client-hbase-2.4", "version":"5.1.0"}, 
{"artifactId":"phoenix-client-hbase-2.3", "version":"5.2.0"} ],
-    "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.1.3"} ]
+    "2.3": [ {"artifactId":"phoenix-client-hbase-2.3", "version":"5.1.0"} ],
+    "2.4": [ {"artifactId":"phoenix-client-hbase-2.4", "version":"5.1.2"} ],
+    "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.1.3"} ],
+    "2.6": [ ]
 }

Reply via email to