You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/01/12 17:01:59 UTC

[directory-scimple] 01/01: Merge pull request #225 from apache/simplify-examples

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 600eb5032feea75f4e847ce4126529213a3d1927
Merge: bcab498a a52af73f
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Jan 12 12:01:52 2023 -0500

    Merge pull request #225 from apache/simplify-examples
    
    Use UUIDs for examples

 .../example/jersey/service/InMemoryGroupService.java    | 17 +++++++++--------
 .../example/jersey/service/InMemoryUserService.java     | 12 +++---------
 .../example/memory/service/InMemoryGroupService.java    | 17 +++++++++--------
 .../example/memory/service/InMemoryUserService.java     | 12 +++---------
 .../example/spring/ScimpleSpringBootApplication.java    |  9 +++++----
 .../example/spring/service/InMemoryGroupService.java    | 17 +++++++++--------
 .../example/spring/service/InMemoryUserService.java     | 12 +++---------
 7 files changed, 41 insertions(+), 55 deletions(-)