Abhijeetmishr opened a new pull request, #160:
URL: https://github.com/apache/rocketmq-dashboard/pull/160

   …n more verbose
   
   ## What is the purpose of the change
   #148 
   **The Throwables.propagate() method has been deprecated in Guava version 
21.0 because it can lead to confusion and make it difficult to track down the 
root cause of an exception.**
   
   Code Changes from :-
   `Throwables.propagate(e)`
   
   code changes to:- 
   `Throwables.throwIfUnchecked(e);`
     `throw new RuntimeException(e);`
   


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