You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2023/06/15 16:40:00 UTC

[jira] [Closed] (AVRO-3473) Automatically register Conversion classes

     [ https://issues.apache.org/jira/browse/AVRO-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba closed AVRO-3473.
-----------------------------

> Automatically register Conversion<T> classes
> --------------------------------------------
>
>                 Key: AVRO-3473
>                 URL: https://issues.apache.org/jira/browse/AVRO-3473
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java, logical types
>            Reporter: Oscar Westra van Holthe - Kind
>            Assignee: Oscar Westra van Holthe - Kind
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.2
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Manually registering a {{Conversion<T>}} is cumbersome, but necessary if creating the factory requires constructor parameters.
> For most cases though, a {{Conversion<T>}} gets all the information it needs from the schema. This makes it a good candidate for a SPI (using the Java 6 {{ServiceLoader}} class).
> This is the addendum to AVRO-3441, which does the same thing for {{{}LogicalTypeFactory{}}}.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)