orpiske commented on code in PR #14354: URL: https://github.com/apache/camel/pull/14354#discussion_r1625933427
########## components/camel-sql/src/test/java/org/apache/camel/processor/aggregate/jdbc/AbstractJdbcAggregationTestSupport.java: ########## @@ -28,15 +28,16 @@ public abstract class AbstractJdbcAggregationTestSupport extends CamelSpringTest JdbcAggregationRepository repo; - @Override - public void postProcessTest() throws Exception { - super.postProcessTest(); - - repo = applicationContext.getBean("repo1", JdbcAggregationRepository.class); - configureJdbcAggregationRepository(); - } +// @Override +// public void postProcessTest() throws Exception { +// super.postProcessTest(); +// +// +// configureJdbcAggregationRepository(); +// } Review Comment: TODO -- 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