This is an automated email from the git hooks/post-receive script.
New change to branch chorem-ng in repository chorem.
See http://git.chorem.org/chorem.git
from 03563f0 add 'Simple' Json converter for wikitty and add JsonRender as Default
new 485ee47 add a context params to allow /webjars path from wm
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 485ee47813c95ff5897af019191511de019e6cc1
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Fri Apr 3 17:14:02 2015 +0200
add a context params to allow /webjars path from wm
Summary of changes:
chorem-ui-angular/src/main/webapp/WEB-INF/web.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch chorem-ng in repository chorem.
See http://git.chorem.org/chorem.git
from 9ebf1ca Use real saints data for home page
new a04f4b2 prepare services new version
adds c548f7f add GSON Adapter for Wikitty BusinessEntity
adds 7a81dca add GSON Adapter for Wikitty BusinessEntity
adds 0d78c0c Merge branch 'jsonize_wikitty' of https://git.chorem.org/chorem into jsonize_wikitty
adds 3f01d6a complete Adapter for Wikitty BusinessEntity
new 0e28775 Merge branch 'jsonize_wikitty' into chorem-ng
new 03563f0 add 'Simple' Json converter for wikitty and add JsonRender as Default
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 03563f001a7ad4ef383c78fc03d1f3c1b6f2ead0
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Thu Apr 2 19:59:19 2015 +0200
add 'Simple' Json converter for wikitty and add JsonRender as Default
commit 0e287759c0e44d0d29ffc777b48bacb325ac20b3
Merge: a04f4b2 3f01d6a
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Thu Apr 2 18:31:51 2015 +0200
Merge branch 'jsonize_wikitty' into chorem-ng
commit a04f4b2c4934ea0f84a377f5e0ae18047b81e11f
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Thu Apr 2 18:31:36 2015 +0200
prepare services new version
Summary of changes:
chorem-ui-angular/pom.xml | 9 +
.../webmotion/actions/WikittyRestAction.java | 31 +-
.../webmotion/converters/JsonArrayConverter.java | 55 +++
.../chorem/webmotion/converters/JsonConverter.java | 4 +-
.../chorem/webmotion/converters/JsonHelper.java | 145 ++++++++
.../webmotion/injector/InjectorListener.java | 10 +-
.../org/chorem/webmotion/render/JsonRender.java | 40 +++
chorem-webmotion/src/main/resources/mapping | 389 ++++++++++-----------
.../webmotion/converters/JsonConverterTest.java | 76 ++++
9 files changed, 548 insertions(+), 211 deletions(-)
create mode 100644 chorem-webmotion/src/main/java/org/chorem/webmotion/converters/JsonArrayConverter.java
create mode 100644 chorem-webmotion/src/main/java/org/chorem/webmotion/render/JsonRender.java
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.