Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

When will support for Felix SCR annotations be removed?

Avatar

Level 4

I have a bunch of legacy code that uses the deprecated Felix SCR annotations and I'm wondering how much longer they will be supported in core AEM. I've read the "Deprecated and Removed Features" docs for 6.4 & 6.5 and they don't mention anything about annotations. Does anyone have any thoughts or insights on this?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

As mentioned in the blog, the annotations are deprecated but will still be supported. There's no need to migrate existing code based on Felix annotations but it's better if you do so.

https://blog.osoco.de/2016/05/migrating-from-the-apache-felix-scr-annotations-to-the-osgi-declarativ...

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

As mentioned in the blog, the annotations are deprecated but will still be supported. There's no need to migrate existing code based on Felix annotations but it's better if you do so.

https://blog.osoco.de/2016/05/migrating-from-the-apache-felix-scr-annotations-to-the-osgi-declarativ...

Avatar

Level 6

Hi andyshreve​,

Although there is no mention of the support being removed totally anywhere, it has been stated in Apache Felix documentation that the SCR annotations are in maintenance mode. This means that no new features will be added and one can expect minimal to no support for issues.

Also as mentioned here, SCR annotations still work in AEM 6.4 but recommendation is to update any existing files using SCR to use DS annotations in an incremental manner whenever you happen to touch the files. The new archetypes in AEM also no longer mention SCR dependencies in the POM which is an indication of the things to come ahead.

Refer the following links for migrating to the new annotations:

Using OSGi R7 annotations in AEM - Experience Delivers

Official OSGi Declarative Services Annotations in AEM - Adobe Experience Manager | AEM/CQ | Apache S...

https://blog.osoco.de/2016/05/migrating-from-the-apache-felix-scr-annotations-to-the-osgi-declarativ...

Avatar

Level 1

Hello

 

Thanks for your recommendations. But is it possible to have official Adobe KB article on this topic please ?

 

Best regards

Jean-Pierre