Commits


Oscar Westra van Holthe - Kind authored and GitHub committed ee4725c6480
AVRO-3441: ServiceLoader for LogicalTypeFactory (#1590) Automatically register LogicalTypeFactory classes using the Java 6 service loader upon startup. This works for any LogicalTypeFactory that does not need constructor parameters.