Re: [PR] Replace generic RuntimeException with HopRuntimeException to satisfy Sonar rules (hop)

2026-03-31 Thread via GitHub


hansva merged PR #6908:
URL: https://github.com/apache/hop/pull/6908


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] Replace generic RuntimeException with HopRuntimeException to satisfy Sonar rules (hop)

2026-03-31 Thread via GitHub


leehaut commented on PR #6908:
URL: https://github.com/apache/hop/pull/6908#issuecomment-4161519258

   > Hi @leehaut, We would like to invite you to become a committer to the 
project. If you are interested could you reach out to 
[[email protected]](mailto:[email protected]) (replace a.o with the full domain name).
   
   Thank you for the invitation! I’m honored to be considered.
   
   I’ve sent an email to Hans and look forward to the next steps.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] Replace generic RuntimeException with HopRuntimeException to satisfy Sonar rules (hop)

2026-03-31 Thread via GitHub


hansva commented on PR #6908:
URL: https://github.com/apache/hop/pull/6908#issuecomment-4161395487

   Hi @leehaut,
   We would like to invite you to become a committer to the project. 
   If you are interested could you reach out to [email protected] (replace a.o with 
the full domain name).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Replace generic RuntimeException with HopRuntimeException to satisfy Sonar rules (hop)

2026-03-31 Thread via GitHub


leehaut opened a new pull request, #6908:
URL: https://github.com/apache/hop/pull/6908

   This PR replaces usages of RuntimeException with the custom 
HopRuntimeException across the codebase.
   
   The change addresses Sonar rule:
   
   > "Replace generic exceptions with specific library exceptions or a custom 
exception."
   
   By using HopRuntimeException, we improve exception clarity and align with 
project-specific error handling practices.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]