You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/01/19 09:30:47 UTC

[directory-kerby] branch trunk updated (9c7f1827 -> 6372e9fd)

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

coheigea pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


    from 9c7f1827 Merge pull request #120 from apache/dependabot/maven/ldap.api.version-2.1.2
     add 87bbfbbf DIRKRB-747 - Date encoding is buggy with JDK 15 and non-Arabic (Western) numerals
     new 6372e9fd Merge pull request #121 from apache/coheigea/DIRKRB-747

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:
 .../kerby/asn1/type/Asn1GeneralizedTime.java       |  9 ++--
 .../org/apache/kerby/asn1/type/Asn1UtcTime.java    |  5 ++-
 ...cTimeTest.java => Asn1GeneralizedTimeTest.java} | 48 +++++++++++-----------
 .../org/apache/kerby/asn1/Asn1UtcTimeTest.java     | 22 ++++++++++
 .../src/main/java/org/apache/kerby/KOptions.java   |  8 +---
 .../kerby/kerberos/tool/klist/KlistTool.java       |  5 ++-
 6 files changed, 58 insertions(+), 39 deletions(-)
 copy kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/{Asn1UtcTimeTest.java => Asn1GeneralizedTimeTest.java} (56%)


[directory-kerby] 01/01: Merge pull request #121 from apache/coheigea/DIRKRB-747

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit 6372e9fdd93c5d41b7546a6e1d429eb03c5a4f7c
Merge: 9c7f1827 87bbfbbf
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Thu Jan 19 09:30:40 2023 +0000

    Merge pull request #121 from apache/coheigea/DIRKRB-747
    
    DIRKRB-747 - Date encoding is buggy with JDK 15 and non-Arabic (Weste…

 .../kerby/asn1/type/Asn1GeneralizedTime.java       |  9 ++--
 .../org/apache/kerby/asn1/type/Asn1UtcTime.java    |  5 ++-
 ...cTimeTest.java => Asn1GeneralizedTimeTest.java} | 48 +++++++++++-----------
 .../org/apache/kerby/asn1/Asn1UtcTimeTest.java     | 22 ++++++++++
 .../src/main/java/org/apache/kerby/KOptions.java   |  8 +---
 .../kerby/kerberos/tool/klist/KlistTool.java       |  5 ++-
 6 files changed, 58 insertions(+), 39 deletions(-)