コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM 6.5.3 upgrade - com.adobe.granite.oauth

Avatar

Level 1

Hello experts.

 

Wanted to socialize a use case with you to see if anyone else has faced an issue with Oauth on AEM 6.5.x?

The code which I developed on AEM 6.4 for oauth scope is breaking as the packages necessary for Oauth (com.adobe.granite.oauth) is missing in AEM 6.5 SP3 uber jar.

 

Manually adding the maven dependency in the project pom is not solving the problem. https://mvnrepository.com/artifact/com.adobe.granite/com.adobe.granite.auth.oauth/1.0.0

 

Altham_0-1580918245940.png

 

Oauth is not marked as deprecated in 6.5 deprecated API list.
https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/de...

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor
3 返信

Avatar

正解者
Employee Advisor

Avatar

Level 1
Refereeing the deprecations.jar worked.

Avatar

Level 1

@Jaideep_Brar 
Referring the deprecated 6.5.3 uber jar worked.

Shall I continue using deprecated uber jar?