bridgerdier commented on issue #7140:
URL: https://github.com/apache/camel-quarkus/issues/7140#issuecomment-2900003306

   Right now, the isUseAdviceWith method in CamelQuarkusTestSupport has a 
somewhat cryptic Javadoc (including a link to a page that returns 404) and an 
unexplained deprecation annotation:
   ```
       /**
        * Override when using <a 
href="http://camel.apache.org/advicewith.html";>advice with</a> and return 
<code>true</code>.
        * <p/>
        * <b>Important:</b> You must execute method {@link 
#startRouteDefinitions()}} manually from the unit test
        * after you are done doing all the advice with.
        *
        * @return <code>true</code> to apply advice to existing route(s). 
<code>false</code> to disable advice.
        */
       @Override
       @Deprecated(since = "3.15.0")
       public boolean isUseAdviceWith() {
           return false;
       }
   ```
   There should be an explicit notice that overriding this method has no effect 
and that, as per #7291, there are no plans to provide a working mechanism. 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to