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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b0166f  [KYUUBI-SHADED #27] Add README with DISCLAIMER
6b0166f is described below

commit 6b0166f12f6f5f318bc5836bc8c98f008a05a919
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Dec 4 15:00:54 2023 +0800

    [KYUUBI-SHADED #27] Add README with DISCLAIMER
    
    ### _Why are the changes needed?_
    
    As title.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #27 from pan3793/readme.
    
    c9c3a2b [Cheng Pan] nit: empty line
    f00fc06 [Cheng Pan] Add README with DISCLAIMER
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .asf.yaml |  2 +-
 README.md | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9eddcf0..077c8fc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,7 @@
 # See: 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
 
 github:
-  description: "Apache Kyuubi Shaded Projects."
+  description: "Apache Kyuubi Shaded Dependencies."
   homepage: https://kyuubi.apache.org/
   enabled_merge_buttons:
     squash: true
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9076e5b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Apache Kyuubi Shaded Dependencies
+
+This project packages relocated third-party libraries used by [Apache 
Kyuubi](https://kyuubi.apache.org/).
+
+All relocated classes is under the package `org.apache.kyuubi.shaded`, and the 
binary artifacts' name start
+with `kyuubi-relocated-`.
+
+## DISCLAIMER
+
+This project is for Apache Kyuubi internal use. Included libs and/or their 
versions are subject to change
+at the dictate of Kyuubi without regard to the concern of others!
+
+## About
+
+Apache Kyuubi is an open source project of [The Apache Software 
Foundation](https://apache.org/) (ASF).

Reply via email to