Jira contributor access

2025-06-25 Thread Abhishek Singh
Hello NiFi team, I have been using NiFi as part of my work everyday, and find it really awesome. I am interested in contributing more to the same. Could you please grant me jira contributor access. My jira username: *abhishek.singh.iii...@gmail.com * Thank you! Abhishek

Re: Why is the Maven PMD plugin run in Maven compile phase

2025-06-25 Thread Dan S
I found the answer with a little help from Google > > Type Resolution: PMD uses tools like ASM to read bytecode and build a > representation of your code, enabling it to resolve names and types, > including references to external dependencies or even the Java API itself. > This means that while PMD

Request for Contributor Access - Jira Username:himanshu123nifi

2025-06-25 Thread Himanshu Sahu
Hello NiFi Dev Team, I would like to contribute to Apache NiFi and have already set up the codebase locally. I am planning to work on beginner-level tickets from Jira. Could you please grant me contributor access so I can assign tickets to myself? My Jira username is: *himanshu123nifi* Thank yo

Re: SeeAlso annotations are not showing up in documentation with links

2025-06-25 Thread Robert Fellows
Hey Dan, Thanks for filing that JIRA. It just looks like it was an oversight in the code for rendering the docs for controller services. I can get a quick PR up that addresses that. As far as the discrepancy between in-app docs and static docs, I'm not sure. The metadata for that controller servic

Re: Jira contributor access

2025-06-25 Thread Mark Payne
Hey Abhishek, I’m not seeing any Jira user with that username or email address. Thanks -Mark > On Jun 25, 2025, at 9:29 AM, Abhishek Singh > wrote: > > Hello NiFi team, > > I have been using NiFi as part of my work everyday, and find it really > awesome. I am interested in contributing more

Re: SeeAlso annotations are not showing up in documentation with links

2025-06-25 Thread Dan S
Rob, Thank you so much for addressing that ticket so quickly. On Wed, Jun 25, 2025 at 3:49 PM Robert Fellows wrote: > Hey Dan, > Thanks for filing that JIRA. It just looks like it was an oversight in the > code for rendering the docs for controller services. I can get a quick PR > up that addres

Re: SeeAlso annotations are not showing up in documentation with links

2025-06-25 Thread Dan S
I have submitted NIFI-14694 to address the lack of SeeAlso section for controller services. On Tue, Jun 24, 2025 at 5:13 PM Dan S wrote: > When you viewing processors and controller services documentation on the > web site at https://nifi.apache