-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port fixes for wso2-extensions/identity-inbound-auth-oauth #2406
Comments
Update [2024-01-23]Started working on the issue after completing the commits doc, which contains the PRs for each identity component. There are some commits that are already there in the corresponding master branch. Completed adding commits from support PRs. |
Update [2024-01-24]As per the README of the carbon identity inbound oauth repo, it should be able to build on jdk 11 and 17. But the build is failing with both jdk versions and with jdk 8, it builds with errors of finding resource paths. Checked the same issue in previous release checking out to tag 6.9.6. The same issue exists there as well. Currently analysing the issue. |
Update [2024-01-25]As per the Jenkins build it supports JDK 11 and Maven 3.5.4 Further when analysing the corresponding patch entries for the applied commits, identified that some fixes are going to several repositories. Hence the fix to be fully applicable, need to apply the changes into corresponding branches of those repositories too. Other than that, have to check whether there are fixes which porting has not been done into 6.9.x branch. Currently analysing that fixes and documenting them. This is stacked by : #2428 |
Update [2024-01-30]As mentioned in the comment : #2428 (comment), since it was decided to change the kernel version, the component version for this repository will be changed to 6.11.x Related work to this issue will be started after initial analysis and related kernel fixes. |
Closing the issue as the task is done |
Need to apply relevant fixes into https://github.com/wso2-extensions/identity-inbound-auth-oauth/tree/6.9.x
The text was updated successfully, but these errors were encountered: