[
https://issues.apache.org/jira/browse/AVRO-3581?focusedWorklogId=793212&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-793212
]
ASF GitHub Bot logged work on AVRO-3581:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jul/22 12:25
Start Date: 20/Jul/22 12:25
Worklog Time Spent: 10m
Work Description: luankevinferreira commented on PR #1773:
URL: https://github.com/apache/avro/pull/1773#issuecomment-1190222850
> The changes look good!
>
> But I wonder why your application also reports:
>
> ```
> configuration key 'file.resource.loader.path' has been deprecated in favor
of 'resource.loader.file.path'
> configuration key 'space.gobbling' has been deprecated in favor of
'parser.space_gobbling'
> ```
>
> whilst those are not declared anywhere in Avro's source code. Maybe your
app does it ?! Or another library in the classpath ?!
I wonder the same thing, I've searched for those configs but didn't find
anything, then I thought it could be some default message since every warning
message has exactly the same configs (it was printing a few times).
After creating a local version of Avro with my changes, the warning messages
are still happening, probably I have another dependency that uses Velocity but
I didn't find out yet.
Issue Time Tracking
-------------------
Worklog Id: (was: 793212)
Time Spent: 20m (was: 10m)
> Usage of deprecated configuration properties in Velocity
> --------------------------------------------------------
>
> Key: AVRO-3581
> URL: https://issues.apache.org/jira/browse/AVRO-3581
> Project: Apache Avro
> Issue Type: Bug
> Affects Versions: 1.11.0
> Reporter: Luan Kevin Ferreira
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> After upgrading to version 1.11.0, I still see these warnings as described in
> https://issues.apache.org/jira/browse/AVRO-2798
> {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.20.10#820010)