You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/07/20 12:25:53 UTC

[GitHub] [avro] luankevinferreira commented on pull request #1773: AVRO-3581: Fix Velocity configuration warnings

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.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org