[jira] [Resolved] (NIFI-12681) Archetype should use NiFi version instead of version for nifi-standard-services-api-nar

2024-01-27 Thread Joe Witt (Jira)


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

Joe Witt resolved NIFI-12681.
-
Fix Version/s: 2.0.0
   Resolution: Fixed

Thanks Bob.  +1 merged to main.

Back in the day we always specified the version due to perceived issues with 
maven dep resolution specifically during the release process but nowadays it is 
much better.  I think we just overlooked the archetype module.

> Archetype should use NiFi version instead of version for 
> nifi-standard-services-api-nar
> ---
>
> Key: NIFI-12681
> URL: https://issues.apache.org/jira/browse/NIFI-12681
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Tools and Build
>Affects Versions: 2.0.0
>Reporter: Bob Paulin
>Priority: Minor
> Fix For: 2.0.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current nifi-processor-bundle-archetype sets the 
> nifi-standard-services-api-nar to ${version} which matches the processor 
> version instead of the version of NiFi being used.
>  
> Suggest either removing the version entirely (it should inherit from the 
> parent pom or set to ${nifiVersion} so it matches the version of NiFi being 
> used.



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


[jira] [Commented] (NIFI-12681) Archetype should use NiFi version instead of version for nifi-standard-services-api-nar

2024-01-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-12681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17811595#comment-17811595
 ] 

ASF subversion and git services commented on NIFI-12681:


Commit ddc12b94be176e47ab9c794616d0404020d3edfc in nifi's branch 
refs/heads/main from bpaulin
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ddc12b94be ]

NIFI-12681: Remove standard services api nar version so it is inherited.

This closes #8308.

Signed-off-by: Joseph Witt 


> Archetype should use NiFi version instead of version for 
> nifi-standard-services-api-nar
> ---
>
> Key: NIFI-12681
> URL: https://issues.apache.org/jira/browse/NIFI-12681
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Tools and Build
>Affects Versions: 2.0.0
>Reporter: Bob Paulin
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The current nifi-processor-bundle-archetype sets the 
> nifi-standard-services-api-nar to ${version} which matches the processor 
> version instead of the version of NiFi being used.
>  
> Suggest either removing the version entirely (it should inherit from the 
> parent pom or set to ${nifiVersion} so it matches the version of NiFi being 
> used.



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


Re: [PR] NIFI-12681: Remove standard services api nar version so it is inherited. [nifi]

2024-01-27 Thread via GitHub


asfgit closed pull request #8308: NIFI-12681: Remove standard services api nar 
version so it is inherited.
URL: https://github.com/apache/nifi/pull/8308


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] NIFI-12681: Remove standard services api nar version so it is inherited. [nifi]

2024-01-27 Thread via GitHub


bobpaulin opened a new pull request, #8308:
URL: https://github.com/apache/nifi/pull/8308

   
   
   
   
   
   
   
   
   
   
   
   
   
   # Summary
   
   [NIFI-12681](https://issues.apache.org/jira/browse/NIFI-12681)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [x ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [ x] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [x ] Pull Request commit message starts with Apache NiFi Jira issue 
number, as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [x ] Pull Request based on current revision of the `main` branch
   - [ ] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [x ] Build completed using `mvn clean install -P contrib-check`
 - [ x] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (NIFI-12681) Archetype should use NiFi version instead of version for nifi-standard-services-api-nar

2024-01-27 Thread Bob Paulin (Jira)
Bob Paulin created NIFI-12681:
-

 Summary: Archetype should use NiFi version instead of version for 
nifi-standard-services-api-nar
 Key: NIFI-12681
 URL: https://issues.apache.org/jira/browse/NIFI-12681
 Project: Apache NiFi
  Issue Type: Bug
  Components: Tools and Build
Affects Versions: 2.0.0
Reporter: Bob Paulin


The current nifi-processor-bundle-archetype sets the 
nifi-standard-services-api-nar to ${version} which matches the processor 
version instead of the version of NiFi being used.

 

Suggest either removing the version entirely (it should inherit from the parent 
pom or set to ${nifiVersion} so it matches the version of NiFi being used.



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


[jira] [Updated] (NIFI-12673) Add ExtractKeywords processor

2024-01-27 Thread Pierre Villard (Jira)


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

Pierre Villard updated NIFI-12673:
--
Assignee: (was: Pierre Villard)
  Status: In Progress  (was: Patch Available)

> Add ExtractKeywords processor
> -
>
> Key: NIFI-12673
> URL: https://issues.apache.org/jira/browse/NIFI-12673
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Extensions
>Reporter: Pierre Villard
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Add a python processor that is extracting the keywords of the content of the 
> incoming flow file and add the keywords as attributes of the flowfile.



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


Re: [PR] NIFI-12673 - ExtractKeywords processor [nifi]

2024-01-27 Thread via GitHub


pvillard31 closed pull request #8302: NIFI-12673 - ExtractKeywords processor
URL: https://github.com/apache/nifi/pull/8302


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org