Skip to content

Add missing "sources" property to the Permission#254

Merged
lbalmaceda merged 3 commits intomasterfrom
add-persources
May 18, 2020
Merged

Add missing "sources" property to the Permission#254
lbalmaceda merged 3 commits intomasterfrom
add-persources

Conversation

@lbalmaceda
Copy link
Copy Markdown
Contributor

@lbalmaceda lbalmaceda commented May 12, 2020

Changes

Adds a missing property to the Permission object. Mostly boilerplate code.

References

Closes #246

Testing

I've added missing tests for the Permission and its page object as well.

  • This change adds test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@JsonInclude(JsonInclude.Include.NON_NULL)
public class Permission {

@JsonProperty("permission_name")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

whitespace changes, previous version was not properly formatted. Ignore up until the bottom where a new method is added for "getting the sources"

@adamjmcgrath adamjmcgrath self-requested a review May 18, 2020 12:08
@lbalmaceda lbalmaceda merged commit 79da0ac into master May 18, 2020
@lbalmaceda lbalmaceda deleted the add-persources branch May 18, 2020 19:10
@BLWedge09
Copy link
Copy Markdown

@lbalmaceda Forgive me for my lack of knowledge on your process, but I see this has now been merged to master. At what point will this be built/released and become available as a jar file from say...Maven?

@lbalmaceda
Copy link
Copy Markdown
Contributor Author

@BLWedge09 will get released to jcenter and mavencentral before end of week 👍we always give it a few days to fit something else in the release.

@BLWedge09
Copy link
Copy Markdown

@lbalmaceda Any chance this gets released today?

@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.17.0 May 22, 2020
@lbalmaceda
Copy link
Copy Markdown
Contributor Author

It's pending approval. Hopefully by the end of the day.

@lbalmaceda
Copy link
Copy Markdown
Contributor Author

@BLWedge09 1.17.0 it's already available on JCenter and will hit Central in the next hour.

@BLWedge09
Copy link
Copy Markdown

@BLWedge09 1.17.0 it's already available on JCenter and will hit Central in the next hour.

Awesome! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add sources to Permission objects returned from ManagementAPI users().listPermissions call

3 participants