Expand my Community achievements bar.

Deprecated inheritance warning

Avatar

Level 2

@component

@Service

public class yyyy{

}

when i use the below

@component

@Service

public class xxxx extends yyyy{

}

I get the below warning.

Component xxxx is using the deprecated inheritance feature and inherits from yyyy. This feature will be removed in future versions.

(org.apache.felix:maven-scr-plugin:1.21.0:scr:generate-scr-descriptor:process-classes)

Has anyone encountered this issue?

0 Replies