Please check there is no test code for any camel-*-starter.
[camel-cxf-soap-starter]$ pwd /home/hfuruich/products/integration/csb/4.4/rhaf-camel-spring-boot-4.4.0.CS8-src/camel-spring-boot-4.4.0/components-starter/camel-cxf-soap-starter [camel-cxf-soap-starter]$ tree . ├── pom.xml └── src └── main ├── docs │ └── cxf-soap.json ├── java │ └── org │ └── apache │ └── camel │ └── component │ └── cxf │ └── jaxws │ └── springboot │ ├── CxfComponentAutoConfiguration.java │ ├── CxfComponentConfiguration.java │ └── CxfComponentConverter.java └── resources └── META-INF ├── LICENSE.txt ├── NOTICE.txt └── spring └── org.springframework.boot.autoconfigure.AutoConfiguration.imports 15 directories, 8 files [camel-cxf-soap-starter]$
The spring-boot style tests are good showcases/references for users to migrate from OSGi to spring boot runtime, so it would be valuable to have.
1.
|
Fix rhaf-camel-spring-boot-4.4.0.CS8-src.zip does not contain any test codes for CSB | Closed | Unassigned |