Hi Andriy, Yes you are right, but this property exists in earlier versions and I used it for scanning only jax rs annotations using Spring boot. So is there any alternative or replacement for this in latest version 3.4.2 so that I can scan only cxf annotations?
On Wed, Jan 13, 2021 at 8:02 PM Andriy Redko <[email protected]> wrote: > > Hi Vinay, > > There are no such property indeed, there is "cxf.jaxrs.component-scan", > the official documentation is good reference [1] to look at. > > [1] https://cxf.apache.org/docs/springboot.html > > Best Regards, > Andriy Redko > > VG> Hi Team, > VG> I am trying to use the cxf version (3.4.2) for rest services using > VG> spring boot. But I am unable to find the property cxf.component-scan > VG> in the latest version and due to this am unable to scan only cxf > VG> annotations. Request you to help me with a solution so that I can scan > VG> cxf annotations and resume my work. > > VG> Cxf Versions: > > VG> <dependency> > VG> <groupId>org.apache.cxf</groupId> > VG> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> > VG> <version>3.4.2</version> > VG> </dependency> > VG> <dependency> > VG> <groupId>org.apache.cxf</groupId> > VG> <artifactId>cxf-rt-frontend-jaxws</artifactId> > VG> <version>3.4.2</version> > VG> </dependency> > VG> <dependency> > VG> <groupId>org.apache.cxf</groupId> > VG> <artifactId>cxf-rt-transports-http</artifactId> > VG> <version>3.4.2</version> > VG> </dependency> > VG> </dependencies> >
