Skip to content

feat: initial support for JOSDK 5.2.0#1211

Merged
metacosm merged 3 commits intomainfrom
update-josdk
Dec 1, 2025
Merged

feat: initial support for JOSDK 5.2.0#1211
metacosm merged 3 commits intomainfrom
update-josdk

Conversation

@metacosm
Copy link
Member

No description provided.

@metacosm metacosm requested a review from a team as a code owner November 26, 2025 09:37
@metacosm metacosm self-assigned this Nov 26, 2025
@metacosm metacosm requested a review from xstefank November 26, 2025 09:37

@Override
public String resourceId() {
return getName();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could just directly return field but no biggie

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is meant to show that the logic associated with getting the name is the logic needed for the resource id. In this case, it's the same but it might end up being different than just returning the field at some point.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then maybe add a comment with this? I think it might be important for someone checking this sample.


@Override
public String resourceId() {
return getName();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then maybe add a comment with this? I think it might be important for someone checking this sample.

@metacosm metacosm merged commit 83b545d into main Dec 1, 2025
3 of 6 checks passed
@metacosm metacosm deleted the update-josdk branch December 1, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants