Hanako created AVRO-2798:
----------------------------
Summary: Same bugs as `AVRO-2600`: Usage of deprecated
configuration properties in Velocity
Key: AVRO-2798
URL: https://issues.apache.org/jira/browse/AVRO-2798
Project: Apache Avro
Issue Type: Bug
Components: java
Affects Versions: 1.9.2
Reporter: Hanako
Fix For: 1.10.0, 1.9.3
https://issues.apache.org/jira/browse/AVRO-2600#
This has caused a group of deprecation warnings to appear
{noformat}
configuration key 'resource.loader' has been deprecated in favor of
'resource.loaders'
configuration key 'class.resource.loader.class' has been deprecated in favor of
'resource.loader.class.class'
configuration key 'file.resource.loader.class' has been deprecated in favor of
'resource.loader.file.class'
configuration key 'file.resource.loader.path' has been deprecated in favor of
'resource.loader.file.path'
configuration key 'runtime.references.strict' has been deprecated in favor of
'runtime.strict_mode.enable'
configuration key 'space.gobbling' has been deprecated in favor of
'parser.space_gobbling'{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)