[jira] [Updated] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2021-01-21 Thread Marton Szasz (Jira)


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

Marton Szasz updated MINIFICPP-1261:

Fix Version/s: (was: 0.8.0)
   0.9.0

> Deprecate obsolete ScopeGuard class
> ---
>
> Key: MINIFICPP-1261
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1261
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Adam Hunyadi
>Assignee: Adam Hunyadi
>Priority: Minor
>  Labels: MiNiFi-CPP-Hygiene
> Fix For: 0.9.0
>
>  Time Spent: 4h
>  Remaining Estimate: 0h
>
> *Background:*
> With the introduction of the gsl support library, we ported tools that work 
> as sufficient substitute for scope guards. 
> *Proposal:*
> Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.



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


[jira] [Updated] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2020-08-12 Thread Adam Hunyadi (Jira)


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

Adam Hunyadi updated MINIFICPP-1261:

Flagged:   (was: Impediment)

> Deprecate obsolete ScopeGuard class
> ---
>
> Key: MINIFICPP-1261
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1261
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Adam Hunyadi
>Assignee: Adam Hunyadi
>Priority: Minor
>  Labels: MiNiFi-CPP-Hygiene
> Fix For: 0.8.0
>
>  Time Spent: 4h
>  Remaining Estimate: 0h
>
> *Background:*
> With the introduction of the gsl support library, we ported tools that work 
> as sufficient substitute for scope guards. 
> *Proposal:*
> Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.



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


[jira] [Updated] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2020-08-05 Thread Adam Hunyadi (Jira)


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

Adam Hunyadi updated MINIFICPP-1261:

Flagged: Impediment

> Deprecate obsolete ScopeGuard class
> ---
>
> Key: MINIFICPP-1261
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1261
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Adam Hunyadi
>Assignee: Adam Hunyadi
>Priority: Minor
>  Labels: MiNiFi-CPP-Hygiene
> Fix For: 0.8.0
>
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> *Background:*
> With the introduction of the gsl support library, we ported tools that work 
> as sufficient substitute for scope guards. 
> *Proposal:*
> Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.



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


[jira] [Updated] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2020-07-24 Thread Adam Hunyadi (Jira)


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

Adam Hunyadi updated MINIFICPP-1261:

Description: 
*Background:*

With the introduction of the gsl support library, we ported tools that work as 
sufficient substitute for scope guards. 

*Proposal:*

Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.

  was:
*Background:*
With the introduction of the gsl support library, we ported tools that work as 
sufficient substitute for scope guards.

 

*Proposal:*

Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.


> Deprecate obsolete ScopeGuard class
> ---
>
> Key: MINIFICPP-1261
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1261
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Adam Hunyadi
>Assignee: Adam Hunyadi
>Priority: Minor
>  Labels: MiNiFi-CPP-Hygiene
> Fix For: 0.8.0
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> *Background:*
> With the introduction of the gsl support library, we ported tools that work 
> as sufficient substitute for scope guards. 
> *Proposal:*
> Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.



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


[jira] [Updated] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2020-07-24 Thread Adam Hunyadi (Jira)


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

Adam Hunyadi updated MINIFICPP-1261:

Summary: Deprecate obsolete ScopeGuard class  (was: Remove obsolete 
ScopeGuard class)

> Deprecate obsolete ScopeGuard class
> ---
>
> Key: MINIFICPP-1261
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1261
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Adam Hunyadi
>Assignee: Adam Hunyadi
>Priority: Minor
>  Labels: MiNiFi-CPP-Hygiene
> Fix For: 0.8.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> *Background:*
> With the introduction of the gsl support library, we ported tools that work 
> as sufficient substitute for scope guards.
>  
> *Proposal:*
> Replace ScopeGuard objects with unique_ptrs and gsl::final_action objects.



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