Re: [PR] remove incubator prefix [fury-site]

2024-06-13 Thread via GitHub


chaokunyang merged PR #136:
URL: https://github.com/apache/fury-site/pull/136


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



(fury-site) branch main updated: remove incubator prefix (#136)

2024-06-13 Thread chaokunyang
This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
 new 74cbc7c  remove incubator prefix (#136)
74cbc7c is described below

commit 74cbc7ce9686c909c8d264bab058b112bf3c9623
Author: Shawn Yang 
AuthorDate: Fri Jun 14 13:36:14 2024 +0800

remove incubator prefix (#136)

#134  #135
---
 CONTRIBUTING.md| 14 ++--
 ...st_multiple_language_serialization_framework.md |  6 +-
 blog/2024-05-03-fury_0_5_0_release.md  | 32 -
 ...tastring-space-efficient_encoding_for_string.md |  6 +-
 blog/2024-05-28-fury_0_5_1_release.md  | 76 +++---
 docs/community/community.md| 12 ++--
 docs/community/how_to_release.md   | 26 
 docs/guide/DEVELOPMENT.md  |  2 +-
 docs/guide/graalvm_guide.md|  2 +-
 docs/guide/scala_guide.md  |  6 +-
 docs/introduction/benchmark.md |  4 +-
 docs/introduction/introduction.md  |  4 +-
 docs/specification/java_serialization_spec.md  |  2 +-
 docs/specification/xlang_serialization_spec.md |  4 +-
 docs/start/usage.md|  2 +-
 docusaurus.config.ts   |  6 +-
 src/pages/download.md  |  2 +-
 src/pages/index.tsx|  2 +-
 18 files changed, 104 insertions(+), 104 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff4f451..6a6e594 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,27 +2,27 @@
 
 ## Finding good first issues
 
-See [Good First Issues](https://github.com/apache/incubator-fury/contribute).
+See [Good First Issues](https://github.com/apache/fury/contribute).
 
 ## How to create an issue for Fury
 
-Create an issue with [this 
form](https://github.com/apache/incubator-fury/issues/new/choose).
+Create an issue with [this 
form](https://github.com/apache/fury/issues/new/choose).
 
 # Fury Website
 
-Fury's website consists of static pages hosted at 
https://github.com/apache/incubator-fury-site.
+Fury's website consists of static pages hosted at 
https://github.com/apache/fury-site.
 
 
 ## How to create an issue for Fury Website
 
-Create an issue with [this 
form](https://github.com/apache/incubator-fury-site/issues/new/choose).
+Create an issue with [this 
form](https://github.com/apache/fury-site/issues/new/choose).
 
 ## How to update doc
 
-All updates about docs for 
[guide](https://github.com/apache/incubator-fury/tree/main/docs/guide) and 
[specification](https://github.com/apache/incubator-fury/tree/main/docs/specification)
 will be synced from [docs in fury 
repo](https://github.com/apache/incubator-fury/tree/main/docs) to this site 
repo automatically.
+All updates about docs for 
[guide](https://github.com/apache/fury/tree/main/docs/guide) and 
[specification](https://github.com/apache/fury/tree/main/docs/specification) 
will be synced from [docs in fury 
repo](https://github.com/apache/fury/tree/main/docs) to this site repo 
automatically.
 
-If you want to update those pages, please submit a PR to 
https://github.com/apache/incubator-fury.
+If you want to update those pages, please submit a PR to 
https://github.com/apache/fury.
 
 ## Write a blog
 
-If you want write a blog, or update other contents about the website, please 
submit PR to [this site repo](https://github.com/apache/incubator-fury-site).
+If you want write a blog, or update other contents about the website, please 
submit PR to [this site repo](https://github.com/apache/fury-site).
diff --git 
a/blog/2024-04-25-fury_blazing_fast_multiple_language_serialization_framework.md
 
b/blog/2024-04-25-fury_blazing_fast_multiple_language_serialization_framework.md
index ebdc99c..75db553 100644
--- 
a/blog/2024-04-25-fury_blazing_fast_multiple_language_serialization_framework.md
+++ 
b/blog/2024-04-25-fury_blazing_fast_multiple_language_serialization_framework.md
@@ -9,7 +9,7 @@ Apache Fury (incubating) is a multi-language serialization 
framework powered by
 
 
 
-The GitHub address of fury repository is: 
https://github.com/apache/incubator-fury
+The GitHub address of fury repository is: https://github.com/apache/fury
 
 
 
@@ -21,7 +21,7 @@ Static serialization frameworks like 
[Protobuf](https://github.com/protocolbuffe
 
 Dynamic serialization frameworks such as JDK serialization, Kryo, Fst, 
Hessian, Pickle provide ease-of-use and dynamics, but **don't support 
cross-language** and suffer significant **performance issues**, which is 
unsuitable for high throughput, low latency, and large-scale data transfer 
scenarios.
 
-Therefore, we developed a new multi-language serialization framework **Apache 
Fury**, which is open-sourced on https:

[PR] remove incubator prefix [fury-site]

2024-06-13 Thread via GitHub


chaokunyang opened a new pull request, #136:
URL: https://github.com/apache/fury-site/pull/136

   #134  #135 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



[PR] chore(java): Disallow writing meta classdef when obj is null [fury]

2024-06-13 Thread via GitHub


LiangliangSui opened a new pull request, #1686:
URL: https://github.com/apache/fury/pull/1686

   
   
   ## What does this PR do?
   
   
   When obj is null, if shareMeta is enabled, no need to write meta classdef
   
   ## Related issues
   
   
   
   
   ## Does this PR introduce any user-facing change?
   
   
   
   - [ ] Does this PR introduce any public API change?
   - [ ] Does this PR introduce any binary protocol compatibility change?
   
   
   ## Benchmark
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



Re: [PR] feat(javascript): Meta string encoding algorithm for JavaScript [fury]

2024-06-13 Thread via GitHub


theweipeng commented on PR #1675:
URL: https://github.com/apache/fury/pull/1675#issuecomment-2166016147

   > Hi i did the `npm run test` , but my logs are different @chaokunyang , 
please can you tell me the command to typed in to get those logs ? 
![image](https://private-user-images.githubusercontent.com/24577149/339279702-07318918-81c3-4a8f-88d4-c346fedd0b1a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTgyOTE2MDYsIm5iZiI6MTcxODI5MTMwNiwicGF0aCI6Ii8yNDU3NzE0OS8zMzkyNzk3MDItMDczMTg5MTgtODFjMy00YThmLTg4ZDQtYzM0NmZlZGQwYjFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjEzVDE1MDgyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYzcyMDczNTlmYTY0YmIwNjFmOWQxMDY1MmQ3Y2E5NjJlZDE4YWMxYjBlODI5MzVhOGNjZDFmNjU3ZjcxYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mFEMBsOaEfrxBMxFbAKeproUr27JulvvWLPs1A9NMmw)
   
   If you use VSCode to edit the TypeScript code, you will see type errors 
underlined. Alternatively, you can navigate to the `packages/fury`  directory 
and run `npm run build`; typically, you can see compilation errors there.
   
   I cloned your branch, and after executing npm install and npm run test, I 
was able to reproduce the errors on my computer.
   
   ![2024-06-13 
23-23-43屏幕截图](https://github.com/apache/fury/assets/16490211/e9f8ae6f-3988-4e65-9452-d912f13db774)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



Re: [PR] feat(javascript): Meta string encoding algorithm for JavaScript [incubator-fury]

2024-06-13 Thread via GitHub


Forchapeatl commented on PR #1675:
URL: https://github.com/apache/incubator-fury/pull/1675#issuecomment-2164966333

   Hi  i did the `npm run test`  , but my logs are different @chaokunyang  , 
please can you tell me the command to typed in to get those logs ? 
   
![image](https://github.com/apache/incubator-fury/assets/24577149/07318918-81c3-4a8f-88d4-c346fedd0b1a)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



Re: [PR] feat(javascript): Meta string encoding algorithm for JavaScript [incubator-fury]

2024-06-13 Thread via GitHub


chaokunyang commented on PR #1675:
URL: https://github.com/apache/incubator-fury/pull/1675#issuecomment-2164785281

   CI failed with:
   
![image](https://github.com/apache/incubator-fury/assets/12445254/e6d09b61-c633-4201-bd69-9626fb6c70e2)
   
   @theweipeng could you take a look at it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



Re: [PR] feat(javascript): Meta string encoding algorithm for JavaScript [incubator-fury]

2024-06-13 Thread via GitHub


Forchapeatl commented on PR #1675:
URL: https://github.com/apache/incubator-fury/pull/1675#issuecomment-2164752709

   Hi, @chaokunyang , please can you  tell me how to pass this test 
[https://github.com/apache/incubator-fury/actions/runs/9441081022/job/26001294763?pr=1675](https://github.com/apache/incubator-fury/actions/runs/9441081022/job/26001294763?pr=1675)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org



Re: [I] Broken links to repositories [incubator-fury-site]

2024-06-13 Thread via GitHub


sebbASF commented on issue #134:
URL: 
https://github.com/apache/incubator-fury-site/issues/134#issuecomment-2164723463

   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org