Expand my Community achievements bar.

SOLVED

Adobe Sonar cube issue: The class or interface com.google.zxing.common.BitMatrix has been deprecated and is not recommended to be used on AEM

Avatar

Adobe Champion

I am having a use case to create a QR code image based on a EventListener which gets triggered, when we save a content fragment after adding few properties.

I used com.google.zxing API to make this functional and it is all working fine and able to create QR code images.

During automatic code review from Adobe cloud manager, we got two observations from Sonar Cube as below.

The class or interface com.google.zxing.WriterException has been deprecated and is not recommended to be used on AEM. - Minor

The class or interface com.google.zxing.common.BitMatrix has been deprecated and is not recommended to be used on AEM. - Minor

 

Though these are flagged as minor , just wanted some advise on how we can fix this.

Please find below the piece of code I am using to create the QR code, which is actually the main code to create QR code.

P_V_Nair_0-1649269278245.png

I searched for many documentations and could not find any replacement for BitMatrix class used to create the actual QR image.

I am using the below classes from zxing API and only the highlighted ones were flagged in SonarCube and could not find any replacement which can be used to fix this issue.

P_V_Nair_1-1649269299683.png

Any leads would be appreciated.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @P_V_Nair 

 

Both documents do not show them as deprecated - but some methods are deprecated. Please check if you are using them, if not raise a query for Adobe on this.

 

https://zxing.github.io/zxing/apidocs/com/google/zxing/common/BitMatrix.html

https://zxing.github.io/zxing/apidocs/com/google/zxing/WriterException.html

 

Thanks,

Kiran Vedantam.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @P_V_Nair 

 

Both documents do not show them as deprecated - but some methods are deprecated. Please check if you are using them, if not raise a query for Adobe on this.

 

https://zxing.github.io/zxing/apidocs/com/google/zxing/common/BitMatrix.html

https://zxing.github.io/zxing/apidocs/com/google/zxing/WriterException.html

 

Thanks,

Kiran Vedantam.