Bo Li

Results 5 issues of Bo Li

Something seems to be wrong with Jackson where deserialization of a patch request with operations having "OP" instead of "op" causes failures.

A POJO field with enum type should be generated to an attribute definition of type string with canonical values that corresponds to the Enum types.

Currently, to remove and/or replace values of a multi-valued attribute, you will have to provide a path to the remove and replace methods. This is often inconvenient since the getters...

The message should use JSON paths similar to that of SCIM.

POJOs currently have to extend BaseScimResource to get the behavior of expecting the SCIM common attributes (schemas, id, externalId, and meta). We should make the SCIM compatible Jackson JSON mapper...