You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 12:09:04 UTC

[turbine-fulcrum-json] tag fulcrum-json-1.0.0 created (now 790b019)

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

gk pushed a change to tag fulcrum-json-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git.


      at 790b019  (commit)
This tag includes the following new commits:

     new 2398c84  [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
     new ed92ea7  [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
     new 6200638  [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
     new 790b019  [maven-release-plugin]  copy for tag fulcrum-json-1.0.0

The 4 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.


[turbine-fulcrum-json] 04/04: [maven-release-plugin] copy for tag fulcrum-json-1.0.0

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

gk pushed a commit to tag fulcrum-json-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit 790b01987bfd57a8cf182f7c59654d56d35dd54d
Merge: 6200638 e03f18a
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Mar 28 10:27:32 2014 +0000

    [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-1.0.0@1582678 13f79535-47bb-0310-9956-ffa450edef68

 .../java/org/apache/fulcrum/json/JsonService.java  | 50 +++++++++++-----------
 dist/src/assembly/src.xml                          |  1 +
 .../fulcrum/json/jackson/JacksonMapperService.java | 29 ++++++++++++-
 .../json/jackson/Jackson2MapperService.java        |  2 +-
 4 files changed, 54 insertions(+), 28 deletions(-)

[turbine-fulcrum-json] 01/04: [maven-release-plugin] copy for tag fulcrum-json-1.0.0

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

gk pushed a commit to tag fulcrum-json-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit 2398c84fa97527322701500bc06c8a89b2d16258
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Mar 17 11:15:05 2014 +0000

    [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-1.0.0@1578303 13f79535-47bb-0310-9956-ffa450edef68

[turbine-fulcrum-json] 03/04: [maven-release-plugin] copy for tag fulcrum-json-1.0.0

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

gk pushed a commit to tag fulcrum-json-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit 620063844cebdc548016772c294546c267589ee6
Merge: ed92ea7 8e60ae7
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Mar 28 09:13:48 2014 +0000

    [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-1.0.0@1582644 13f79535-47bb-0310-9956-ffa450edef68

 .tasks.properties          |  1 -
 README                     | 73 +++++++++++++++++++++++++++++++++-----
 dist/pom.xml               | 88 ++++++++++++++++++++++++++++++++++++++++++++++
 dist/src/assembly/dist.xml | 55 +++++++++++++++++++++++++++++
 dist/src/assembly/src.xml  | 63 +++++++++++++++++++++++++++++++++
 pom.xml                    | 85 ++++++++++++++++++--------------------------
 src/assembly/project.xml   | 70 ++++++++++++++++++++++++++++++++++++
 tasks-build-clean-asc.xml  | 19 ----------
 8 files changed, 375 insertions(+), 79 deletions(-)

[turbine-fulcrum-json] 02/04: [maven-release-plugin] copy for tag fulcrum-json-1.0.0

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

gk pushed a commit to tag fulcrum-json-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit ed92ea74de601542779b10ff5fe350a75711bbf5
Merge: 2398c84 923e421
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Mar 21 10:28:00 2014 +0000

    [maven-release-plugin]  copy for tag fulcrum-json-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-1.0.0@1579917 13f79535-47bb-0310-9956-ffa450edef68

 .tasks.properties                                  |  1 +
 README                                             | 50 ++++++++++++++++++
 .../fulcrum/json/gson/TestJsonSerializer.java      | 19 +++++++
 .../json/gson/TypeAdapterForCollection.java        | 19 +++++++
 .../fulcrum/json/gson/TypeAdapterForRectangle.java | 19 +++++++
 .../org/apache/fulcrum/json/jackson/Mixin.java     | 19 +++++++
 .../json/jackson/filters/CustomModuleWrapper.java  | 19 +++++++
 .../json/jackson/filters/FilterContext.java        | 19 +++++++
 .../fulcrum/json/jackson/TestDeserializer.java     | 19 +++++++
 .../fulcrum/json/jackson/TestJsonSerializer.java   | 19 +++++++
 .../fulcrum/json/jackson/TestSerializer.java       | 19 +++++++
 pom.xml                                            | 60 ++++++++++++++++++++++
 tasks-build-clean-asc.xml                          | 19 +++++++
 xdocs/index.xml                                    |  4 +-
 14 files changed, 303 insertions(+), 2 deletions(-)