[ 
https://issues.apache.org/jira/browse/AVRO-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077787#comment-18077787
 ] 

ASF subversion and git services commented on AVRO-4189:
-------------------------------------------------------

Commit 37ee9913b9bfb91cfd127767a28d27f1ec544f38 in avro's branch 
refs/heads/branch-1.11 from Ismaël Mejía
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=37ee9913b9 ]

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)

Reply via email to