fury icon indicating copy to clipboard operation
fury copied to clipboard

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

Results 312 fury issues
Sort by recently updated
recently updated
newest added

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version Latest ### Component(s) Java ### Minimal reproduce step Here is the...

bug

### Question we use threadpool submit fory deserialize task but sometime it will lock,we dump thread : at java.util.zip.Inflater.inflateBytes(Native Method) at java.util.zip.Inflater.inflate(Inflater.java:259) - locked java.util.zip.ZStreamRef@60072934 at java.util.zip.Inflater.inflate(Inflater.java:280) at org.apache.fory.meta.DeflaterMetaCompressor.decompress(DeflaterMetaCompressor.java:51) at...

question

## Why? ## What does this PR do? 修改读取EOF流异常不一致问题 ## Related issues #2772 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version 0.12.2 ### Component(s) Java ### Minimal reproduce step 当读取一个已经是EOF的流时返回非期望异常 ### What...

bug

## Why? ## What does this PR do? ## Related issues Related to [issue-2622](https://github.com/apache/fory/issues/2622) ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...

### Feature Request When registering classes manually, the provided api method `register(Class, int id)` implies to the user that any specified integer is valid. However: - 0 means "Unregistered" -...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version version: 0.12.3 openjdk: 25 os: Arch Linux aarch64 ### Component(s) Java...

bug

Testing CI; this is a verification PR for #2715

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version 0.12.2, and 0.12.3 ### Component(s) Other ### Minimal reproduce step Kotlin...

bug

### Feature Request It would be great if it was possible to monitor `ThreadPoolFory` in some way. Our production profiler shows that more Fory instances are created over time than...