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/10/26 13:45:57 UTC

[directory-scimple] branch spring-boot updated (53b19573 -> 299ea06f)

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

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


 discard 53b19573 Update to Spring Boot RC1
 discard 71785f53 All ExceptionMappers extend common base class
 discard 6648d999 Temporarily Hacking around ANTLR (or ANTLR grammar bug)
 discard e03979fa Return a 501 (not implemented) status code when a Repository is not found
 discard dbf618b4 Update to Spring Boot 3-M5
 discard 3146117b Merge pull request #160 from mraible/patch-1
    omit 96d0aca5 Polishing
    omit 43fa2e3c Add new Spring Boot support module, ITs, and an example
    omit b8790d99 Fix pom.xml error: scim-tools-common should be scim-tools
     add d96a6f00 Merge pull request #151 from apache/set-version-1
     add 1f8eaf31 Fix pom.xml error: scim-tools-common should be scim-tools
     add b0e07fdd Merge pull request #152 from apache/pom-cleanup
     add 7a8f28ec Update to ANTLR 4.11.1
     add 52ccd60f Merge pull request #165 from apache/antlr-4111
     add b0e2bdd6 Return a 501 (not implemented) status code when a Repository is not found
     add bfedfdbd Merge pull request #168 from apache/repo-501-not-found
     add 5461bd27 Bump version.resteasy from 6.1.0.Final to 6.2.1.Final
     add ca5a16f9 Merge pull request #166 from apache/dependabot/maven/version.resteasy-6.2.1.Final
     add ce11d947 Bump dependency-check-maven from 7.1.2 to 7.3.0
     add 86af38d7 Bump apache-rat-plugin from 0.14 to 0.15
     add 47bc6449 All ExceptionMappers extend common base class
     add 299ea06f Add new Spring Boot support module, ITs, and an example

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (53b19573)
            \
             N -- N -- N   refs/heads/spring-boot (299ea06f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  6 +-
 .../scim/spec/phonenumber/PhoneNumberParser.g4     |  2 +-
 .../scim/spec/phonenumber/PhoneNumberTest.java     |  4 +-
 .../spec/resources/PhoneNumberBuilderTest.java     | 64 ++++++++++------------
 4 files changed, 35 insertions(+), 41 deletions(-)