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

2019-10-18 Thread Sigrid Andersson (Jira)
Sigrid Andersson created AVRO-2600:
--

 Summary: 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.1, 1.9.0
Reporter: Sigrid Andersson


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]



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


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

2019-10-18 Thread Sigrid Andersson (Jira)


 [ 
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)


[jira] [Commented] (AVRO-2584) Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final

2019-10-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954638#comment-16954638
 ] 

ASF subversion and git services commented on AVRO-2584:
---

Commit 2b579ee0df983c3fa28014f3a16e7a1ea18aa8cf in avro's branch 
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2b579ee ]

AVRO-2584: Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final (#672)



> Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final
> 
>
> Key: AVRO-2584
> URL: https://issues.apache.org/jira/browse/AVRO-2584
> Project: Apache Avro
>  Issue Type: Task
>Affects Versions: 1.9.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.10.0
>
>




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


[jira] [Commented] (AVRO-2590) AVRO Dockerfile Fails to Fetch Microsoft Dist

2019-10-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954640#comment-16954640
 ] 

ASF subversion and git services commented on AVRO-2590:
---

Commit 8d31e91f42390eb1cdc115c4a8e6cd7e70347805 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=8d31e91 ]

AVRO-2590: Dockerfile Fails to Fetch Microsoft Dist (#677)

* AVRO-2590: Install .NET with Ubuntu 16 Deb

* AVRO-2590: Remove Build Caches


> AVRO Dockerfile Fails to Fetch Microsoft Dist
> -
>
> Key: AVRO-2590
> URL: https://issues.apache.org/jira/browse/AVRO-2590
> Project: Apache Avro
>  Issue Type: Bug
>  Components: build
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> The Dockerfile is broken due to the following error:
> {noformat}
> E: Failed to fetch 
> https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease  
> Clearsigned file isn't valid, got 'NOSPLIT' (does the network require 
> authentication?)
> {noformat}



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


[jira] [Commented] (AVRO-2590) AVRO Dockerfile Fails to Fetch Microsoft Dist

2019-10-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954639#comment-16954639
 ] 

ASF subversion and git services commented on AVRO-2590:
---

Commit 8d31e91f42390eb1cdc115c4a8e6cd7e70347805 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=8d31e91 ]

AVRO-2590: Dockerfile Fails to Fetch Microsoft Dist (#677)

* AVRO-2590: Install .NET with Ubuntu 16 Deb

* AVRO-2590: Remove Build Caches


> AVRO Dockerfile Fails to Fetch Microsoft Dist
> -
>
> Key: AVRO-2590
> URL: https://issues.apache.org/jira/browse/AVRO-2590
> Project: Apache Avro
>  Issue Type: Bug
>  Components: build
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> The Dockerfile is broken due to the following error:
> {noformat}
> E: Failed to fetch 
> https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease  
> Clearsigned file isn't valid, got 'NOSPLIT' (does the network require 
> authentication?)
> {noformat}



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


[jira] [Resolved] (AVRO-2590) AVRO Dockerfile Fails to Fetch Microsoft Dist

2019-10-18 Thread Fokko Driesprong (Jira)


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

Fokko Driesprong resolved AVRO-2590.

Fix Version/s: 1.10.0
   Resolution: Fixed

> AVRO Dockerfile Fails to Fetch Microsoft Dist
> -
>
> Key: AVRO-2590
> URL: https://issues.apache.org/jira/browse/AVRO-2590
> Project: Apache Avro
>  Issue Type: Bug
>  Components: build
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
> Fix For: 1.10.0
>
>
> The Dockerfile is broken due to the following error:
> {noformat}
> E: Failed to fetch 
> https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease  
> Clearsigned file isn't valid, got 'NOSPLIT' (does the network require 
> authentication?)
> {noformat}



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


[jira] [Resolved] (AVRO-2584) Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final

2019-10-18 Thread Fokko Driesprong (Jira)


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

Fokko Driesprong resolved AVRO-2584.

Resolution: Fixed

> Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final
> 
>
> Key: AVRO-2584
> URL: https://issues.apache.org/jira/browse/AVRO-2584
> Project: Apache Avro
>  Issue Type: Task
>Affects Versions: 1.9.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.10.0
>
>




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


[jira] [Commented] (AVRO-2590) AVRO Dockerfile Fails to Fetch Microsoft Dist

2019-10-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954641#comment-16954641
 ] 

ASF subversion and git services commented on AVRO-2590:
---

Commit 8d31e91f42390eb1cdc115c4a8e6cd7e70347805 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=8d31e91 ]

AVRO-2590: Dockerfile Fails to Fetch Microsoft Dist (#677)

* AVRO-2590: Install .NET with Ubuntu 16 Deb

* AVRO-2590: Remove Build Caches


> AVRO Dockerfile Fails to Fetch Microsoft Dist
> -
>
> Key: AVRO-2590
> URL: https://issues.apache.org/jira/browse/AVRO-2590
> Project: Apache Avro
>  Issue Type: Bug
>  Components: build
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> The Dockerfile is broken due to the following error:
> {noformat}
> E: Failed to fetch 
> https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease  
> Clearsigned file isn't valid, got 'NOSPLIT' (does the network require 
> authentication?)
> {noformat}



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


[jira] [Commented] (AVRO-2584) Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final

2019-10-18 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954667#comment-16954667
 ] 

Hudson commented on AVRO-2584:
--

SUCCESS: Integrated in Jenkins build AvroJava #747 (See 
[https://builds.apache.org/job/AvroJava/747/])
AVRO-2584: Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final (github: 
[https://github.com/apache/avro/commit/2b579ee0df983c3fa28014f3a16e7a1ea18aa8cf])
* (edit) lang/java/pom.xml


> Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final
> 
>
> Key: AVRO-2584
> URL: https://issues.apache.org/jira/browse/AVRO-2584
> Project: Apache Avro
>  Issue Type: Task
>Affects Versions: 1.9.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.10.0
>
>




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


[jira] [Commented] (AVRO-2590) AVRO Dockerfile Fails to Fetch Microsoft Dist

2019-10-18 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954668#comment-16954668
 ] 

Hudson commented on AVRO-2590:
--

SUCCESS: Integrated in Jenkins build AvroJava #747 (See 
[https://builds.apache.org/job/AvroJava/747/])
AVRO-2590: Dockerfile Fails to Fetch Microsoft Dist (#677) (fokko: 
[https://github.com/apache/avro/commit/8d31e91f42390eb1cdc115c4a8e6cd7e70347805])
* (edit) share/docker/Dockerfile


> AVRO Dockerfile Fails to Fetch Microsoft Dist
> -
>
> Key: AVRO-2590
> URL: https://issues.apache.org/jira/browse/AVRO-2590
> Project: Apache Avro
>  Issue Type: Bug
>  Components: build
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
> Fix For: 1.10.0
>
>
> The Dockerfile is broken due to the following error:
> {noformat}
> E: Failed to fetch 
> https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease  
> Clearsigned file isn't valid, got 'NOSPLIT' (does the network require 
> authentication?)
> {noformat}



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