opwvhk commented on PR #3354:
URL: https://github.com/apache/avro/pull/3354#issuecomment-2961400925

   Another thing to consider (just remembered): starting with version 1.11.4 
and 1.12.0, conversions are loaded using a `ServiceLoader`. We could also 
implement this PR by adding a file 
`META-INF/services/org.apache.avro.Conversion`, containing:
   
   ```
   org.apache.avro.Conversions.UUIDConversion
   org.apache.avro.Conversions.DecimalConversion
   org.apache.avro.Conversions.BigDecimalConversion
   org.apache.avro.data.TimeConversions.DateConversion
   org.apache.avro.data.TimeConversions.TimestampMillisConversion
   org.apache.avro.data.TimeConversions.TimestampMicrosConversion
   org.apache.avro.data.TimeConversions.TimestampNanosConversion
   org.apache.avro.data.TimeConversions.LocalTimestampMillisConversion
   org.apache.avro.data.TimeConversions.LocalTimestampMicrosConversion
   org.apache.avro.data.TimeConversions.LocalTimestampNanosConversion
   ```
   


-- 
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]

Reply via email to