delei commented on issue #989:
URL: https://github.com/apache/fesod/issues/989#issuecomment-5212535576

   > One caveat. ClassUtils is a public utility class - some things to be moved 
are public static. If refactoring takes place, not sure if @Deprecated would be 
needed instead of just removing.
   
   It should be noted that the utility class `ClassUtils` may also be called 
extensively by downstream users, rather than merely within fesod itself.
   If it is split off, additional documentation may be required, and a 
transition period spanning several minor release versions may be necessary, or 
consideration may need to be given to compatibility.
   
   Using `@Deprecated` and providing a compatible method is a viable solution.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to