[jira] [Commented] (AVRO-2303) Test C# against .NET Core instead of Mono

2019-01-19 Thread Hudson (JIRA)


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

Hudson commented on AVRO-2303:
--

FAILURE: Integrated in Jenkins build AvroJava #588 (See 
[https://builds.apache.org/job/AvroJava/588/])
AVRO-2303: Build and test against .NET SDK instead of Mono (#431) (fokko: 
[https://github.com/apache/avro/commit/2eea14c10f87029dfe89e7575fbd587cb23b812d])
* (edit) lang/csharp/build.sh
* (edit) lang/csharp/README.md
* (edit) share/docker/Dockerfile


> Test C# against .NET Core instead of Mono
> -
>
> Key: AVRO-2303
> URL: https://issues.apache.org/jira/browse/AVRO-2303
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: build, csharp
>Reporter: Brian Lachniet
>Assignee: Brian Lachniet
>Priority: Major
> Fix For: 1.9.0
>
>
> In AVRO-2112, we upgraded to the latest Mono v5+ to test the C# project in 
> the Travis CI builds. We should test against the .NET Core SDK instead for 
> the following reasons:
>  # .NET Core/Standard should become the default that we build and test 
> against because that is quickly becoming the default across the community.
>  # Installing the latest Mono significantly increased Travis CI build times, 
> as can be seen from the [build 
> history|https://travis-ci.org/apache/avro/builds]. Before build #317 (the one 
> that merges the C# updates), builds were generally under 40m. Following 
> builds regularly push the [50m Travis CI build 
> limit|https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts]. 
> By switching to .NET Core SDK instead, build times drop back down to the 
> normal before the C# updates (see [this 
> example|https://travis-ci.org/blachniet/avro/builds/481154272]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2304) Constrain mysqlclient to <1.4 to maintain Python2 compatibility

2019-01-19 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created AVRO-2304:
--

 Summary: Constrain mysqlclient to <1.4 to maintain Python2 
compatibility
 Key: AVRO-2304
 URL: https://issues.apache.org/jira/browse/AVRO-2304
 Project: Apache Avro
  Issue Type: Improvement
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2303) Test C# against .NET Core instead of Mono

2019-01-19 Thread ASF subversion and git services (JIRA)


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

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

Commit 2eea14c10f87029dfe89e7575fbd587cb23b812d in avro's branch 
refs/heads/master from Brian Lachniet
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2eea14c ]

AVRO-2303: Build and test against .NET SDK instead of Mono (#431)

AVRO-2303 Build and test against .NET SDK instead of Mono

> Test C# against .NET Core instead of Mono
> -
>
> Key: AVRO-2303
> URL: https://issues.apache.org/jira/browse/AVRO-2303
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: build, csharp
>Reporter: Brian Lachniet
>Assignee: Brian Lachniet
>Priority: Major
> Fix For: 1.9.0
>
>
> In AVRO-2112, we upgraded to the latest Mono v5+ to test the C# project in 
> the Travis CI builds. We should test against the .NET Core SDK instead for 
> the following reasons:
>  # .NET Core/Standard should become the default that we build and test 
> against because that is quickly becoming the default across the community.
>  # Installing the latest Mono significantly increased Travis CI build times, 
> as can be seen from the [build 
> history|https://travis-ci.org/apache/avro/builds]. Before build #317 (the one 
> that merges the C# updates), builds were generally under 40m. Following 
> builds regularly push the [50m Travis CI build 
> limit|https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts]. 
> By switching to .NET Core SDK instead, build times drop back down to the 
> normal before the C# updates (see [this 
> example|https://travis-ci.org/blachniet/avro/builds/481154272]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2303) Test C# against .NET Core instead of Mono

2019-01-19 Thread ASF subversion and git services (JIRA)


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

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

Commit 2eea14c10f87029dfe89e7575fbd587cb23b812d in avro's branch 
refs/heads/master from Brian Lachniet
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2eea14c ]

AVRO-2303: Build and test against .NET SDK instead of Mono (#431)

AVRO-2303 Build and test against .NET SDK instead of Mono

> Test C# against .NET Core instead of Mono
> -
>
> Key: AVRO-2303
> URL: https://issues.apache.org/jira/browse/AVRO-2303
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: build, csharp
>Reporter: Brian Lachniet
>Assignee: Brian Lachniet
>Priority: Major
> Fix For: 1.9.0
>
>
> In AVRO-2112, we upgraded to the latest Mono v5+ to test the C# project in 
> the Travis CI builds. We should test against the .NET Core SDK instead for 
> the following reasons:
>  # .NET Core/Standard should become the default that we build and test 
> against because that is quickly becoming the default across the community.
>  # Installing the latest Mono significantly increased Travis CI build times, 
> as can be seen from the [build 
> history|https://travis-ci.org/apache/avro/builds]. Before build #317 (the one 
> that merges the C# updates), builds were generally under 40m. Following 
> builds regularly push the [50m Travis CI build 
> limit|https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts]. 
> By switching to .NET Core SDK instead, build times drop back down to the 
> normal before the C# updates (see [this 
> example|https://travis-ci.org/blachniet/avro/builds/481154272]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AVRO-2303) Test C# against .NET Core instead of Mono

2019-01-19 Thread Fokko Driesprong (JIRA)


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

Fokko Driesprong reassigned AVRO-2303:
--

Assignee: Brian Lachniet

> Test C# against .NET Core instead of Mono
> -
>
> Key: AVRO-2303
> URL: https://issues.apache.org/jira/browse/AVRO-2303
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: build, csharp
>Reporter: Brian Lachniet
>Assignee: Brian Lachniet
>Priority: Major
> Fix For: 1.9.0
>
>
> In AVRO-2112, we upgraded to the latest Mono v5+ to test the C# project in 
> the Travis CI builds. We should test against the .NET Core SDK instead for 
> the following reasons:
>  # .NET Core/Standard should become the default that we build and test 
> against because that is quickly becoming the default across the community.
>  # Installing the latest Mono significantly increased Travis CI build times, 
> as can be seen from the [build 
> history|https://travis-ci.org/apache/avro/builds]. Before build #317 (the one 
> that merges the C# updates), builds were generally under 40m. Following 
> builds regularly push the [50m Travis CI build 
> limit|https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts]. 
> By switching to .NET Core SDK instead, build times drop back down to the 
> normal before the C# updates (see [this 
> example|https://travis-ci.org/blachniet/avro/builds/481154272]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)