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 2022/11/30 21:25:28 UTC

[directory-scimple] branch develop updated (5356b0d7 -> e0e5a362)

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

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


    from 5356b0d7 Merge pull request #190 from apache/janex
     add fe14a74f Add Jakarta WS Feature
     new e0e5a362 Merge pull request #192 from apache/jaxrs-feature

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scim/example/jersey/JerseyApplication.java          |  4 ++--
 .../scim/example/memory/rest/RestApplication.java       |  4 ++--
 .../ScimpleFeature.java}                                | 17 ++++++++++-------
 .../apache/directory/scim/server/it/testapp/App.java    |  4 ++--
 .../scim/spring/ScimpleSpringConfiguration.java         | 11 +++++++----
 5 files changed, 23 insertions(+), 17 deletions(-)
 copy scim-server/src/main/java/org/apache/directory/scim/server/{exception/EtagGenerationException.java => rest/ScimpleFeature.java} (68%)


[directory-scimple] 01/01: Merge pull request #192 from apache/jaxrs-feature

Posted by bd...@apache.org.
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 e0e5a362e5708adda437669c47b52d1576ab948b
Merge: 5356b0d7 fe14a74f
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Nov 30 16:25:22 2022 -0500

    Merge pull request #192 from apache/jaxrs-feature
    
    Add Jakarta WS Feature

 .../scim/example/jersey/JerseyApplication.java     |  4 +--
 .../scim/example/memory/rest/RestApplication.java  |  4 +--
 .../scim/server/rest/ScimpleFeature.java}          | 30 +++++++---------------
 .../directory/scim/server/it/testapp/App.java      |  4 +--
 .../scim/spring/ScimpleSpringConfiguration.java    | 11 +++++---
 5 files changed, 22 insertions(+), 31 deletions(-)