dhartford edited a comment on issue #248: Create a Camel Netty TCP extension URL: https://github.com/apache/camel-quarkus/issues/248#issuecomment-539988332 note - I'm barely ready to contribute, so if someone can fast track to make it easier for others to build on top of it, please do! WIP, just to show status if I get pulled away, and for other contributers on top of https://camel.apache.org/camel-quarkus/latest/contributor-guide.html and @ppalaga excellent assistance! - [x] create own fork - [x] baseline 'mvnw clean package' at root for all modules - [x] baseline 'mvnw clean package -Dnative' at root for all modules, or focus on integration-tests if that is your primary concern (ref: https://github.com/apache/camel-quarkus/issues/275 ), ~1 hour runtime and need 8G free memory - [x] cd extensions folder, then create extensions `mvn quarkus:create-extension -N -Dquarkus.artifactIdBase=netty -Dquarkus.nameBase=Netty`, manually modify version for now to match current version (<version>0.2.1-SNAPSHOT</version>) - [x] add dependencies to /extensions/netty/runtime/pom.xml. Any dependencies listed, also add under dependency version management to poms/bom/pom.xml. IMPORTANT: do an 'mvn clean install' from the poms/bom/pom.xml location, otherwise won't see update. - [ ] magic TBD....
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services