sanjana2505006 opened a new pull request, #8255:
URL: https://github.com/apache/camel-quarkus/pull/8255

   I was looking through the core runtime module and spotted a couple of small 
opportunities to modernize the code and make it a bit cleaner.
   
   Here’s what I changed:
   - FastCamelContext.java: Switched loadJsonSchema to use 
`try-with-resources`. It’s just safer and standard practice for handling 
streams.
   - CamelMain.java: Replaced a raw `System.out.println` with a proper 
`LOG.warn()` when unknown options are encountered. It felt out of place to have 
console print statements there.


-- 
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]

Reply via email to