Add missing "sources" property to the Permission#254
Conversation
| @JsonInclude(JsonInclude.Include.NON_NULL) | ||
| public class Permission { | ||
|
|
||
| @JsonProperty("permission_name") |
There was a problem hiding this comment.
whitespace changes, previous version was not properly formatted. Ignore up until the bottom where a new method is added for "getting the sources"
9fc67aa to
f6a9e30
Compare
|
@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? |
|
@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. |
|
@lbalmaceda Any chance this gets released today? |
|
It's pending approval. Hopefully by the end of the day. |
|
@BLWedge09 |
Awesome! Thank you so much! |
Changes
Adds a missing property to the Permission object. Mostly boilerplate code.
References
Closes #246
Testing
I've added missing tests for the
Permissionand its page object as well.Checklist