This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 579f58258f PHOENIX-7192 : IDE shows errors on JSON comment (#1895)
579f58258f is described below
commit 579f58258ffed894045b5880cf2e695951abd304
Author: RanganathG <[email protected]>
AuthorDate: Fri Jun 7 09:37:53 2024 +0530
PHOENIX-7192 : IDE shows errors on JSON comment (#1895)
---
phoenix-core/pom.xml | 1 +
.../src/it/resources/compatible_client_versions.json | 17 -----------------
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 72dd537baf..59a508e4da 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -138,6 +138,7 @@
<excludes>
<exclude>src/main/java/org/apache/phoenix/coprocessor/generated/*.java</exclude>
<exclude>src/main/resources/META-INF/services/java.sql.Driver</exclude>
+ <exclude>src/it/resources/*.json</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/phoenix-core/src/it/resources/compatible_client_versions.json
b/phoenix-core/src/it/resources/compatible_client_versions.json
index 547f2f9f92..287130e553 100644
--- a/phoenix-core/src/it/resources/compatible_client_versions.json
+++ b/phoenix-core/src/it/resources/compatible_client_versions.json
@@ -1,20 +1,3 @@
-/*
- * 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",
"2.1": [ {"artifactId":"phoenix-client-hbase-2.1", "version":"5.1.0"} ],