Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress serial warning for JDK21 (#2935)
* Suppress serial warning for JDK21 In JDK21, it now throws the serial warning for including potentially unserializable instance variables. This includes the standard Java data structures like List, Set, and Map. This changes the JDK21 support from #2903 to suppress the warning rather than no longer serializing the variables. * Keep CategoryMask as transient
- Loading branch information