gudzpoz commented on issue #2257:
URL: https://github.com/apache/fury/issues/2257#issuecomment-2917002677
No, that seems a separate issue. I cloned fury and tested against the `main`
branch, only to find that the bug disappeared! It seems it has been fixed in
#2146:
```diff
commit b3196e39a46c26b1e49f144283b1f22a398e2b7c
feat(java): unify java and xlang object serialization (#2146)
modified
java/fury-core/src/main/java/org/apache/fury/type/DescriptorGrouper.java
@@ -178,9 +190,9 @@ public class DescriptorGrouper {
descriptors.addAll(getPrimitiveDescriptors());
descriptors.addAll(getBoxedDescriptors());
descriptors.addAll(getFinalDescriptors());
+ descriptors.addAll(getOtherDescriptors());
descriptors.addAll(getCollectionDescriptors());
descriptors.addAll(getMapDescriptors());
- descriptors.addAll(getOtherDescriptors());
return descriptors;
}
```
However, the commit appears in neither fury-core v0.10.2
(https://repo1.maven.org/maven2/org/apache/fury/fury-core/0.10.2/fury-core-0.10.2-sources.jar)
nor v0.10.3
(https://repo1.maven.org/maven2/org/apache/fury/fury-core/0.10.3/fury-core-0.10.3-sources.jar),
causing issues in both versions. Is there any reason #2146 not being included
in releases?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]