[jira] [Created] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-04 Thread Andrea Molteni (Jira)
Andrea Molteni created NIFI-11912:
-

 Summary: Add to StandardOauth2AccessTokenProvider controller 
service the possibility to choose a Proxy Configuration Service 
 Key: NIFI-11912
 URL: https://issues.apache.org/jira/browse/NIFI-11912
 Project: Apache NiFi
  Issue Type: New Feature
  Components: Core Framework
Affects Versions: 1.23.0
Reporter: Andrea Molteni


Actually the StandardOauth2AccessTokenProvider is not able to use a Proxy 
configuration service controller.

As a result connectivity when requesting a Token does not work and the 
StandardOauth2AccessTokenProvider returns a timeout.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-10179) Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter

2023-01-27 Thread Andrea Molteni (Jira)


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

Andrea Molteni updated NIFI-10179:
--
Labels: ReplaceText improvement  (was: improvement replace)

> Add to ReplaceText the possibility to specify the search and replacement 
> values with an attribute or parameter
> --
>
> Key: NIFI-10179
> URL: https://issues.apache.org/jira/browse/NIFI-10179
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.16.3
>Reporter: Andrea Molteni
>Priority: Major
>  Labels: ReplaceText, improvement
> Attachments: image.png
>
>
> Actually the ReplaceText processor can be programmed with a replacement 
> strategy of kind : Regex Replace. This means that the properties Replacement 
> value and replace value can host some EL attribute or parameters. The regex 
> itself will not be in the attribute, but it is intended that the user wants 
> to use the attribute as some part of it. 
> eg ov value supported value: (.\{${mynumber}})(.*)
> but if i prepare the regex search and replacement value in a dedicated 
> attribute of the flowfile then it is not possible to set the property to the 
> attribute content  (see attached image)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-10179) Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter

2023-01-27 Thread Andrea Molteni (Jira)


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

Andrea Molteni updated NIFI-10179:
--
Affects Version/s: 1.19.1
   (was: 1.16.3)

> Add to ReplaceText the possibility to specify the search and replacement 
> values with an attribute or parameter
> --
>
> Key: NIFI-10179
> URL: https://issues.apache.org/jira/browse/NIFI-10179
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.19.1
>Reporter: Andrea Molteni
>Priority: Major
>  Labels: ReplaceText, improvement
> Attachments: image.png
>
>
> Actually the ReplaceText processor can be programmed with a replacement 
> strategy of kind : Regex Replace. This means that the properties Replacement 
> value and replace value can host some EL attribute or parameters. The regex 
> itself will not be in the attribute, but it is intended that the user wants 
> to use the attribute as some part of it. 
> eg ov value supported value: (.\{${mynumber}})(.*)
> but if i prepare the regex search and replacement value in a dedicated 
> attribute of the flowfile then it is not possible to set the property to the 
> attribute content  (see attached image)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-10179) Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter

2023-01-27 Thread Andrea Molteni (Jira)


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

Andrea Molteni updated NIFI-10179:
--
Component/s: Extensions
 (was: Core Framework)

> Add to ReplaceText the possibility to specify the search and replacement 
> values with an attribute or parameter
> --
>
> Key: NIFI-10179
> URL: https://issues.apache.org/jira/browse/NIFI-10179
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: 1.16.3
>Reporter: Andrea Molteni
>Priority: Major
>  Labels: improvement, replace
> Attachments: image.png
>
>
> Actually the ReplaceText processor can be programmed with a replacement 
> strategy of kind : Regex Replace. This means that the properties Replacement 
> value and replace value can host some EL attribute or parameters. The regex 
> itself will not be in the attribute, but it is intended that the user wants 
> to use the attribute as some part of it. 
> eg ov value supported value: (.\{${mynumber}})(.*)
> but if i prepare the regex search and replacement value in a dedicated 
> attribute of the flowfile then it is not possible to set the property to the 
> attribute content  (see attached image)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-10179) Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter

2022-08-25 Thread Andrea Molteni (Jira)


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

Andrea Molteni updated NIFI-10179:
--
Priority: Major  (was: Minor)

> Add to ReplaceText the possibility to specify the search and replacement 
> values with an attribute or parameter
> --
>
> Key: NIFI-10179
> URL: https://issues.apache.org/jira/browse/NIFI-10179
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core Framework
>Affects Versions: 1.16.3
>Reporter: Andrea Molteni
>Priority: Major
>  Labels: improvement, replace
> Attachments: image.png
>
>
> Actually the ReplaceText processor can be programmed with a replacement 
> strategy of kind : Regex Replace. This means that the properties Replacement 
> value and replace value can host some EL attribute or parameters. The regex 
> itself will not be in the attribute, but it is intended that the user wants 
> to use the attribute as some part of it. 
> eg ov value supported value: (.\{${mynumber}})(.*)
> but if i prepare the regex search and replacement value in a dedicated 
> attribute of the flowfile then it is not possible to set the property to the 
> attribute content  (see attached image)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-10179) Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter

2022-06-29 Thread Andrea Molteni (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrea Molteni created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Apache NiFi /  NIFI-10179  
 
 
  Add to ReplaceText the possibility to specify the search and replacement values with an attribute or parameter   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Affects Versions: 
 1.16.3  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 image.png  
 
 
Components: 
 Core Framework  
 
 
Created: 
 29/Jun/22 13:07  
 
 
Labels: 
 replace improvement  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Andrea Molteni  
 

  
 
 
 
 

 
 Actually the ReplaceText processor can be programmed with a replacement strategy of kind : Regex Replace. This means that the properties Replacement value and replace value can host some EL attribute or parameters. The regex itself will not be in the attribute, but it is intended that the user wants to use the attribute as some part of it.  eg ov value supported value: (.{${mynumber}})(.*) but if i prepare the regex search and replacement value in a dedicated attribute of the flowfile then it is not possible to set the property to the attribute content  (see attached image)