[jira] [Updated] (CAMEL-17648) Optimizing File component performance when filtering file names.

2023-08-09 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-17648:

Fix Version/s: Future
   (was: 3.x)

> Optimizing File component performance when filtering file names.
> 
>
> Key: CAMEL-17648
> URL: https://issues.apache.org/jira/browse/CAMEL-17648
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-file
>Reporter: Ja
>Priority: Minor
> Fix For: Future
>
> Attachments: CAMEL-17648.patch
>
>
> Currently FileConsumer matches file names after creating GenericFile object 
> for each file witch can be time consuming especially in shared network 
> directories.
> This could be optimized by matching on name based query parameters (fileName, 
> include, exclude, antExclude, antInclude, includeExt, excludeExt) before 
> creating GenericFile objects.
> If the file name does not match creating GenericFile objects would not be 
> necessary.



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


[jira] [Updated] (CAMEL-17648) Optimizing File component performance when filtering file names.

2022-03-07 Thread Ja (Jira)


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

Ja updated CAMEL-17648:
---
Attachment: CAMEL-17648.patch

> Optimizing File component performance when filtering file names.
> 
>
> Key: CAMEL-17648
> URL: https://issues.apache.org/jira/browse/CAMEL-17648
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-file
>Reporter: Ja
>Priority: Minor
> Fix For: 3.x
>
> Attachments: CAMEL-17648.patch
>
>
> Currently FileConsumer matches file names after creating GenericFile object 
> for each file witch can be time consuming especially in shared network 
> directories.
> This could be optimized by matching on name based query parameters (fileName, 
> include, exclude, antExclude, antInclude, includeExt, excludeExt) before 
> creating GenericFile objects.
> If the file name does not match creating GenericFile objects would not be 
> necessary.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (CAMEL-17648) Optimizing File component performance when filtering file names.

2022-02-15 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-17648:

Fix Version/s: 3.x

> Optimizing File component performance when filtering file names.
> 
>
> Key: CAMEL-17648
> URL: https://issues.apache.org/jira/browse/CAMEL-17648
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-file
>Reporter: Ja
>Priority: Minor
> Fix For: 3.x
>
>
> Currently FileConsumer matches file names after creating GenericFile object 
> for each file witch can be time consuming especially in shared network 
> directories.
> This could be optimized by matching on name based query parameters (fileName, 
> include, exclude, antExclude, antInclude, includeExt, excludeExt) before 
> creating GenericFile objects.
> If the file name does not match creating GenericFile objects would not be 
> necessary.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (CAMEL-17648) Optimizing File component performance when filtering file names.

2022-02-15 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-17648:

Priority: Minor  (was: Major)

> Optimizing File component performance when filtering file names.
> 
>
> Key: CAMEL-17648
> URL: https://issues.apache.org/jira/browse/CAMEL-17648
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-file
>Reporter: Ja
>Priority: Minor
>
> Currently FileConsumer matches file names after creating GenericFile object 
> for each file witch can be time consuming especially in shared network 
> directories.
> This could be optimized by matching on name based query parameters (fileName, 
> include, exclude, antExclude, antInclude, includeExt, excludeExt) before 
> creating GenericFile objects.
> If the file name does not match creating GenericFile objects would not be 
> necessary.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)