You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by mo...@apache.org on 2017/08/07 22:06:32 UTC

[1/2] reef git commit: [REEF-1853] Add netcoreapp2.0 to target framework for Org.Apache.Utilities

Repository: reef
Updated Branches:
  refs/heads/master 0b45b14ac -> 23d978d89


[REEF-1853] Add netcoreapp2.0 to target framework for Org.Apache.Utilities

This addressed the issue by adding netcoreapp2.0 to csproj file

JIRA:
  [REEF-1853](https://issues.apache.org/jira/browse/REEF-1853)
 
Pull request:
  This closes #1354


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/55f11db0
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/55f11db0
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/55f11db0

Branch: refs/heads/master
Commit: 55f11db0d9b882531a41c80e9ebb0891f0d6ca6c
Parents: 0b45b14
Author: Ivanidze <Iv...@gmail.com>
Authored: Mon Aug 7 12:21:30 2017 -0700
Committer: Sergiy Matusevych <mo...@apache.org>
Committed: Mon Aug 7 15:04:59 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] reef git commit: [REEF-1584] Fix CoreCLR Issues in Org.Apache.REEF.IO

Posted by mo...@apache.org.
[REEF-1584] Fix CoreCLR Issues in Org.Apache.REEF.IO

This addressed the issue by
  * Targeting .NET Core 2.0 Framework
  * Rewriting the DirectoryInfo.Create(DirectorySecurity) and CreateSubdirectory(DirectorySecurity) commands to use the SetAccessControl APIs that are supported in .NET Core 2.0
    * See the Extension Methods section of the [.NET Standard 2.0 documentation](https://docs.microsoft.com/en-us/dotnet/api/system.io.directoryinfo?view=netstandard-2.0) for details on the supported APIs. (Note that these extensions are all .NET Core 2.0, not .NET Standard.)

JIRA:
  [REEF-1584](https://issues.apache.org/jira/browse/REEF-1584)

Pull request:
  This closes #1351


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/23d978d8
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/23d978d8
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/23d978d8

Branch: refs/heads/master
Commit: 23d978d895c5318ad9d5732b2634c3eec026483d
Parents: 55f11db
Author: roganc <ro...@microsoft.com>
Authored: Wed Aug 2 17:36:25 2017 -0700
Committer: Sergiy Matusevych <mo...@apache.org>
Committed: Mon Aug 7 15:05:54 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------