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

coheigea pushed a change to branch coheigea/json-nan
in repository https://gitbox.apache.org/repos/asf/cxf.git


    omit d4ee0a41964 Handle NaN or infinite times in JSON/JWT
     add 5821d3efcf5 Bump cxf.hibernate.em.version from 7.3.4.Final to 
7.3.5.Final (#3135)
     add 9fc78f6302a Removing control characters from OAuth2 realm and logs 
(#3136)
     add cdeb11db97b Handle NaN or infinite times in JSON/JWT

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   (d4ee0a41964)
            \
             N -- N -- N   refs/heads/coheigea/json-nan (cdeb11db97b)

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:
 parent/pom.xml                                     |   2 +-
 .../oauth2/services/AbstractTokenService.java      |   5 +-
 .../security/oauth2/utils/AuthorizationUtils.java  |   6 +-
 .../oauth2/services/AbstractTokenServiceTest.java  | 130 +++++++++++++++++++++
 .../oauth2/utils/AuthorizationUtilsTest.java       |  88 ++++++++++++++
 .../oauth2}/src/test/resources/logging.properties  |   0
 6 files changed, 227 insertions(+), 4 deletions(-)
 create mode 100644 
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/services/AbstractTokenServiceTest.java
 copy rt/{ws/security => 
rs/security/oauth-parent/oauth2}/src/test/resources/logging.properties (100%)

Reply via email to