JinyuChen97 commented on PR #8505:
URL: https://github.com/apache/camel-quarkus/pull/8505#issuecomment-4212942665

   > > Sorry @JinyuChen97 , I merge the following PR and it could conflict with 
your changes.
   > > 
   > > * [Auto-detect onException/doCatch/throwException exception classes for 
native reflection #8508](https://github.com/apache/camel-quarkus/pull/8508)
   > 
   > Yeah I think #8508 mostly supersedes this. What we could do instead in 
this PR, is search the codebase for usages of:
   > 
   > ExchangeTimedOutException CamelAuthorizationException 
CamelExecutionException ThrottlerRejectedExecutionException
   > 
   > And remove any native reflection configuration and verify that the native 
tests continue to pass.
   
   Verified exception class registration using onException test. All exceptions 
are now auto-registered by the code change from #8508. The onException test 
handlers were removed after verification.
                                                                                
                                                                                
                                           Only found one manually registered 
exception 'CamelAuthorizationException' in ShiroProcessor.java, which has been 
removed.


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