[
https://issues.apache.org/jira/browse/AVRO-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077405#comment-18077405
]
ASF subversion and git services commented on AVRO-4189:
-------------------------------------------------------
Commit d2ad0f271c646ef77492d16775c1084e1fe55341 in avro's branch
refs/heads/branch-1.12 from Ismaël Mejía
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d2ad0f271c ]
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: 4h
> 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)