oscerd commented on PR #7030: URL: https://github.com/apache/camel/pull/7030#issuecomment-1261856221
The Class GenericObjectPoolConfig extend the BaseObjectPoolConfig which has the maxWait field. https://commons.apache.org/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html and in particular the setMaxWait method https://commons.apache.org/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setMaxWait-java.time.Duration- However, with a non-existent method, the release 3.14.1 or subsequent wouldn't be possible, the build couldn't be completed and we wouldn't be able to release. I don't know what error you are getting but definitely is not something from the Camel side. -- 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