You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/01/04 16:18:09 UTC

[struts] branch master updated (bcf2e1151 -> d90bee49b)

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

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


    from bcf2e1151 Merge pull request #647 from apache/WW-5269-jackson
     add 08de24588 WW-5272 Extends <s:date/> to support java.sql.Time
     new d90bee49b Merge pull request #649 from apache/WW-5272-time

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:
 .../java/org/apache/struts2/components/Date.java   |  5 +++-
 .../components/date/SimpleDateFormatAdapter.java   |  2 +-
 .../org/apache/struts2/components/DateTest.java    | 32 ++++++++++++++++++++--
 3 files changed, 35 insertions(+), 4 deletions(-)


[struts] 01/01: Merge pull request #649 from apache/WW-5272-time

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit d90bee49b5d521c591084111a4cba76aef3b7ea3
Merge: bcf2e1151 08de24588
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Jan 4 17:17:58 2023 +0100

    Merge pull request #649 from apache/WW-5272-time
    
    [WW-5272] Extends <s:date/> to support java.sql.Time

 .../java/org/apache/struts2/components/Date.java   |  5 +++-
 .../components/date/SimpleDateFormatAdapter.java   |  2 +-
 .../org/apache/struts2/components/DateTest.java    | 32 ++++++++++++++++++++--
 3 files changed, 35 insertions(+), 4 deletions(-)