JaynLau opened a new issue, #2150: URL: https://github.com/apache/fury/issues/2150
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.10.1 ### Component(s) Java ### Minimal reproduce step Serialize a object with no class registration. ### What did you expect to see? Success to serialize the object. ### What did you see instead?  ### Anything Else?  `System.lineSeparator()` in windows is `\r\n`, but the `disallowed.txt` line separator is `\n`, so the loaded `DEFAULT_DISALLOWED_LIST_SET` is empty. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
