Fokko commented on PR #3376: URL: https://github.com/apache/avro/pull/3376#issuecomment-2892147137
@jbonofre I'm seeing some errors on main: https://github.com/apache/avro/actions/runs/15121164134/job/42503656318 ``` Error: Errors: Error: TestReflect.nullableStringableField:1179->checkBinary:1206->checkBinary:1184->checkBinary:1200 » Security Forbidden java.math.BigDecimal! This class is not trusted to be included in Avro schema using java-class. Please set org.apache.avro.SERIALIZABLE_CLASSES system property with the class you trust or org.apache.avro.SERIALIZABLE_PACKAGES system property with the packages you trust. Error: TestReflect.r10:434->checkReadWrite:623 » Security Forbidden org.apache.avro.reflect.TestReflect$R10! This class is not trusted to be included in Avro schema using java-class. Please set org.apache.avro.SERIALIZABLE_CLASSES system property with the class you trust or org.apache.avro.SERIALIZABLE_PACKAGES system property with the packages you trust. Error: TestReflect.stringableMapKeys:1166->checkBinary:1184->checkBinary:1200 » Security Forbidden java.math.BigDecimal! This class is not trusted to be included in Avro schema using java-class. Please set org.apache.avro.SERIALIZABLE_CLASSES system property with the class you trust or org.apache.avro.SERIALIZABLE_PACKAGES system property with the packages you trust. Error: TestReflect.stringables:1126->checkStringable:1138->checkBinary:1206->checkBinary:1184->checkBinary:1200 » Security Forbidden java.math.BigDecimal! This class is not trusted to be included in Avro schema using java-class. Please set org.apache.avro.SERIALIZABLE_CLASSES system property with the class you trust or org.apache.avro.SERIALIZABLE_PACKAGES system property with the packages you trust. ``` -- 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]
