You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Sigrid Andersson (Jira)" <ji...@apache.org> on 2019/10/18 12:00:15 UTC

[jira] [Updated] (AVRO-2600) Usage of deprecated configuration properties in Velocity

     [ https://issues.apache.org/jira/browse/AVRO-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sigrid Andersson updated AVRO-2600:
-----------------------------------
    Description: 
https://issues.apache.org/jira/browse/AVRO-2541 bumped Velocity Engine from 2.0 to 2.1.

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}
Update properties used according to [https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html]

 

[https://github.com/apache/avro/blob/master/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L335]

  was:
https://issues.apache.org/jira/browse/AVRO-2541 bumped Velocity Engine from 2.0 to 2.1.

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}
Update properties used according to [https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html]


> Usage of deprecated configuration properties in Velocity
> --------------------------------------------------------
>
>                 Key: AVRO-2600
>                 URL: https://issues.apache.org/jira/browse/AVRO-2600
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.9.0, 1.9.1
>            Reporter: Sigrid Andersson
>            Priority: Trivial
>
> https://issues.apache.org/jira/browse/AVRO-2541 bumped Velocity Engine from 2.0 to 2.1.
> 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}
> Update properties used according to [https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html]
>  
> [https://github.com/apache/avro/blob/master/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L335]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)