[
https://issues.apache.org/jira/browse/AVRO-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069822#comment-18069822
]
ASF subversion and git services commented on AVRO-4189:
-------------------------------------------------------
Commit bd916d34ae32faa3128d079f576b5cc4b4fa4c1a in avro's branch
refs/heads/main from Ismaël Mejía
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=bd916d34ae ]
AVRO-4189: [Java] Use ClassUtils.forName() in FastReaderBuilder for consistency
(#3693)
FastReaderBuilder.findClass() was using data.getClassLoader().loadClass()
directly, bypassing ClassUtils.forName() which is used everywhere else in
the codebase. This change aligns FastReaderBuilder with the standard class
loading path and adds tests for class loading behavior.
> [java] Simplify the setting of the serializable classes
> -------------------------------------------------------
>
> Key: AVRO-4189
> URL: https://issues.apache.org/jira/browse/AVRO-4189
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Reporter: Gabor Szadovszky
> Assignee: Gabor Szadovszky
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.6, 1.12.2
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Simplify the setting of the serializable classes to allow both API and system
> property definitions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)