[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-05-16 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn updated IGNITE-3570:
---
Fix Version/s: (was: 2.1)

> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Priority: Trivial
>  Labels: .net, breaking-api
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Boolean, to be consistent with system APIs (like 
> SerializationInfo)
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-04-11 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-3570:

Fix Version/s: 2.1

> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Priority: Trivial
>  Labels: .net, breaking-api
> Fix For: 2.1
>
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Boolean, to be consistent with system APIs (like 
> SerializationInfo)
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-03-29 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn updated IGNITE-3570:
---
Fix Version/s: (was: 2.0)

> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Trivial
>  Labels: .net, breaking-api
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Boolean, to be consistent with system APIs (like 
> SerializationInfo)
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-03-29 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn updated IGNITE-3570:
---
Priority: Trivial  (was: Major)

> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Trivial
>  Labels: .net, breaking-api
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Boolean, to be consistent with system APIs (like 
> SerializationInfo)
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-03-29 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn updated IGNITE-3570:
---
Summary: .NET: Rename Bool to Boolean  (was: .NET: Rename Boolean to Bool)

> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>  Labels: .net, breaking-api
> Fix For: 2.0
>
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Bool, since it's shorter, and system type alias is 
> `bool`.
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-3570) .NET: Rename Bool to Boolean

2017-03-29 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn updated IGNITE-3570:
---
Description: 
Currently there is an inconsistency, some members are Bool, some are Boolean. 

Let's rename everything to Boolean, to be consistent with system APIs (like 
SerializationInfo)

2.0 migration guide has to be updated if needed: 
https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide

  was:
Currently there is an inconsistency, some members are Bool, some are Boolean. 

Let's rename everything to Bool, since it's shorter, and system type alias is 
`bool`.

2.0 migration guide has to be updated if needed: 
https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide


> .NET: Rename Bool to Boolean
> 
>
> Key: IGNITE-3570
> URL: https://issues.apache.org/jira/browse/IGNITE-3570
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>  Labels: .net, breaking-api
> Fix For: 2.0
>
>
> Currently there is an inconsistency, some members are Bool, some are Boolean. 
> Let's rename everything to Boolean, to be consistent with system APIs (like 
> SerializationInfo)
> 2.0 migration guide has to be updated if needed: 
> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)