summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-json (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-05Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821681 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Finalizing test bringuplresende2-17/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820844 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Removing dependency on implementation class and moving to use StAXHelperlresende1-4/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820843 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Fixing scope of dependencies to avoid OSGi runtime issueslresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820842 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01More updates to JSON Databinding manifestlresende1-10/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820841 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Adding missing common-xml dependency to JSON Databindinglresende1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820840 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Fixing up JSON Databiding manifest to export packages used by JSON-RPC bindinglresende1-13/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820524 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Adding generated JSON Databinding manifest to source control and removing ↵lresende2-20/+36
generation from project pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820523 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Converting JSON Databinding implementation to 2.xlresende5-8/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820522 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Copy JSON Databinding to start porting from 1.x to 2.xlresende24-0/+2222
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819259 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende25-2238/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2-2/+2
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende25-0/+2239
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende24-2222/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-3/+3
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Start cleaning up the databinding framework to remove obsolete code rfeng2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700330 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng1-4/+4
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack1-0/+1
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Added missing JSON transformer for simple types.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677166 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30More POM cleanup to make dependencies on stax-api consistent.jsdelfino1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672843 13f79535-47bb-0310-9956-ffa450edef68