)]}'
{
  "log": [
    {
      "commit": "9a930877a047348d82ba5b3b544ffa55af5b150f",
      "tree": "7889c6d8f2e4314b777fe9ff2af02e742fd3f35a",
      "parents": [
        "0b01485694be1e0ce1d2f42bd7f2ec782246450b"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Mar 21 00:35:41 2013 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Mar 21 00:35:41 2013 +0000"
      },
      "message": "GERONIMO-6389 Obscuring Passwords Feature couldn\u0027t work (Patch from XieZhi)\nRegister {Configured} prefix to EncryptionManager while starting the server.\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1459107 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0b01485694be1e0ce1d2f42bd7f2ec782246450b",
      "tree": "9c84bd58dc00d805f842e35124922af8b98b2a44",
      "parents": [
        "c16d15037280829eb33f4412c47ba2e2161ede32"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Jun 19 02:49:40 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Jun 19 02:49:40 2012 +0000"
      },
      "message": "GERONIMO-6304 Fix the space char issues when doing wsdl generation, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1351563 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c16d15037280829eb33f4412c47ba2e2161ede32",
      "tree": "f8ecdada3526a47e5653d401ee041d8d7eeb58a3",
      "parents": [
        "76d8799019467d2444eddcbf75c73781412df0f2"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Jun 16 00:02:48 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Jun 16 00:02:48 2012 +0000"
      },
      "message": "Update trunk version to 4.0.0-SNAPSHOT\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1350832 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "76d8799019467d2444eddcbf75c73781412df0f2",
      "tree": "667c57b885c94db2bf4b9652af02c37b7fb3d0e5",
      "parents": [
        "a5af5ba099971712942e7084ed1fcd7f5e1c66a7"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Jun 13 08:46:58 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Jun 13 08:46:58 2012 +0000"
      },
      "message": "GERONIMO-6364 jaxws-catalog-tests test failed for UnknownHostExceptiion\nSince Geronimo installs the whole ear as one bundle now, there may be issues while reading wsdl and jax-ws-catalog.xml file. Now the solution is that,\nfor WAR in EAR, as the WAR will be extracted, we will add the module directory prefix for those files, so that bundle.getEntry could work.\nfor EJB in EAR, the url will be something like ejb.jar!/META-INF/a.wsdl, we will try to build a jar URL to get the resource, one thing that needs to improve is that, this kind of URL will cause a full copy of the target jar file, as JarURLHandler may not recognize the bundleentry protocol.\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1349684 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a5af5ba099971712942e7084ed1fcd7f5e1c66a7",
      "tree": "b3f4b347dff7f79a7fcd9dcb2e7cb15589718591",
      "parents": [
        "4167b78987e0e8f4ef406baacc9e12450a202c2b"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Jun 13 06:11:01 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Jun 13 06:11:01 2012 +0000"
      },
      "message": "GERONIMO-6363 Correct the WebMethod annotation, as the mapping rule changed in new JAX-WS spec\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1349650 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4167b78987e0e8f4ef406baacc9e12450a202c2b",
      "tree": "92c78d1fe7d6db1f950be8c9fd322808ee004f85",
      "parents": [
        "e90eb9124f02bada31e9bab6d0c51407aa01fe51"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue Jun 12 02:29:38 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue Jun 12 02:29:38 2012 +0000"
      },
      "message": "GERONIMO-6364 jaxws-catalog-tests test failed for UnknownHostException, use the new parse method to load the jax-ws-catalog.xml file.\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1349097 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e90eb9124f02bada31e9bab6d0c51407aa01fe51",
      "tree": "34de2d57c805e2b8c24a44290b96faea28790fb3",
      "parents": [
        "5663929d7813b869457cfc58c5d634720f1fd238"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Jun 10 08:09:01 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Jun 10 08:09:01 2012 +0000"
      },
      "message": "GERONIMO-4784 Recieving after rollback requires more time, so set second receive timeout to 2 seconds to make the pass; Also set the test counter smaller to save time, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1348548 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5663929d7813b869457cfc58c5d634720f1fd238",
      "tree": "7ba0276d288f3763d7c86f6e849168366bd8d3db",
      "parents": [
        "25669a54fcfaccb257873e1a2529c28704f9c1cf"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Jun 08 08:24:10 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Jun 08 08:24:10 2012 +0000"
      },
      "message": "GERONIMO-6355 Add Realms reference so that the login modules configuration is picked up, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1347943 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "25669a54fcfaccb257873e1a2529c28704f9c1cf",
      "tree": "c34e51b047052bceb05fb3886994ac4345b2195e",
      "parents": [
        "a98273cbd6bed00f1b43bd2f02b18c7b57024fc4"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Wed May 30 01:41:42 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Wed May 30 01:41:42 2012 +0000"
      },
      "message": "GERONIMO-6199: Some Java vendor have less than six characters\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1344072 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a98273cbd6bed00f1b43bd2f02b18c7b57024fc4",
      "tree": "99e2370d6a0272ea37bf567c526283a568ffaee7",
      "parents": [
        "0680412f495fb4f8c4c003f50c0e2ae83ce65607"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 23 06:44:16 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 23 06:44:16 2012 +0000"
      },
      "message": "GERONIMO-6196 Disable some functions when keystore is locked, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1341763 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0680412f495fb4f8c4c003f50c0e2ae83ce65607",
      "tree": "455b0762a7c3c28bdbf698bed28bb12f7e896390",
      "parents": [
        "e272e78fde115ef761ac9541ce264315a5a60a44"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 23 06:29:55 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 23 06:29:55 2012 +0000"
      },
      "message": "GERONIMO-6335 Add some required dojo libraries back, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1341759 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e272e78fde115ef761ac9541ce264315a5a60a44",
      "tree": "0899e78ca44a4a7c22497618055bcc5946b0b4ec",
      "parents": [
        "2fc85d22963fac6dfd850a9c7da50d603ac6556d"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue May 22 15:05:44 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue May 22 15:05:44 2012 +0000"
      },
      "message": "GERONIMO-6352 Set session configurations while they are explicitly configured\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1341512 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2fc85d22963fac6dfd850a9c7da50d603ac6556d",
      "tree": "6e2bd54e56bd9f65a71a8ab71f32f276f3bbd3e1",
      "parents": [
        "688bf8020f5bdd3bc5127a76cca82074ad2b1d98"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue May 22 15:05:04 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue May 22 15:05:04 2012 +0000"
      },
      "message": "Merge changes from GERONIMO-6341 orm.xml does not take effect in latest Geronimo 3.0 beta branch.\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1341511 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "688bf8020f5bdd3bc5127a76cca82074ad2b1d98",
      "tree": "a65b49bca7b7d763eae144804bb117ade57a61c6",
      "parents": [
        "a3fe0bf776c31765fdfa8b8be470bb375844c43f"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu May 17 09:30:14 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu May 17 09:30:14 2012 +0000"
      },
      "message": "GERONIMO-6353 Add \"DynamicImport-Package: *\" when using install-bundle command to transform a jar into a bundle, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1339531 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a3fe0bf776c31765fdfa8b8be470bb375844c43f",
      "tree": "07b5e7fe50b98c3a18f8e3ccbcee125e8e9a525d",
      "parents": [
        "95414474c13e9aa5c1c2e96508b2a870b5fc06ab"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu May 17 08:26:15 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu May 17 08:26:15 2012 +0000"
      },
      "message": "GERONIMO-6352 session configuration info is not serialized correctly\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1339513 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "95414474c13e9aa5c1c2e96508b2a870b5fc06ab",
      "tree": "fbf255b3c5df9cfc1186ac5babe1199676f232a3",
      "parents": [
        "cacca28c4af34b52b5f3bf265f0785fe75f536a5"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 16 13:22:05 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 16 13:22:05 2012 +0000"
      },
      "message": "Merge 1333350,1333352,1334031,1334300,GERONIMO-6345,GERONIMO-6348 into trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1339155 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cacca28c4af34b52b5f3bf265f0785fe75f536a5",
      "tree": "bbbba42851c46e10834d4a09bb043bdbbc1a8592",
      "parents": [
        "6d4a8ffa86221ffa1fb518db5a2f662e9338c485"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 02 07:56:14 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 02 07:56:14 2012 +0000"
      },
      "message": "GERONIMO-6190 Update login page message of admin console, provided by Jeff, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1332950 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6d4a8ffa86221ffa1fb518db5a2f662e9338c485",
      "tree": "6bc4c9148a679e8ad392977dea2ff88b1536a51e",
      "parents": [
        "54dc7b2e79e5354157149bb49cbef1066b178bf3"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 02 06:39:14 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed May 02 06:39:14 2012 +0000"
      },
      "message": "GERONIMO-6340 transform %7c back to | when writing back URL in a form to work around IE URL length limitation, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1332928 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "54dc7b2e79e5354157149bb49cbef1066b178bf3",
      "tree": "af928a1393912027a6996514dee5b7d9fc71e3f0",
      "parents": [
        "ddb155a73eed6c54bbdec79032c5b851e31c2cd6"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Apr 27 09:15:03 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Apr 27 09:15:03 2012 +0000"
      },
      "message": "GERONIMO-5864 Change org.apache.catalina.core.ContainerBase log level from WARN to INFO, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1331312 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ddb155a73eed6c54bbdec79032c5b851e31c2cd6",
      "tree": "3b5fa2a62b70d0515b3243502b62079fe170acf4",
      "parents": [
        "88256a6e3ba46fc1d067e88567c6e1a6f94e2259"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Apr 27 07:54:05 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Apr 27 07:54:05 2012 +0000"
      },
      "message": "GERONIMO-6339 Update ConnectorType model class to include the new property maxParameterCount for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1331276 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "88256a6e3ba46fc1d067e88567c6e1a6f94e2259",
      "tree": "0d4da523c77301a9bc03711123eb9a56a532cd66",
      "parents": [
        "042a0ea0d5575a3775922b2911229a3a71af193e"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Thu Apr 19 21:12:38 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Thu Apr 19 21:12:38 2012 +0000"
      },
      "message": "GERONIMO-6331: Simple shell commands for generating thread dump and finding deadlocked threads\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1328118 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "042a0ea0d5575a3775922b2911229a3a71af193e",
      "tree": "f90b57317e0e647eb3ae9b0ac9b54f579d88919f",
      "parents": [
        "a63bef082d7725d6bdd960d8a95fc57f74840864"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Wed Apr 18 20:45:36 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Wed Apr 18 20:45:36 2012 +0000"
      },
      "message": "ignore bad package in uses directive\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1327675 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a63bef082d7725d6bdd960d8a95fc57f74840864",
      "tree": "3c208b3b4c27680900b423f54e72e9e02ca0fbc6",
      "parents": [
        "520cf334c763e67c08ac4fb8cf988dbf621ee02a"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Apr 17 19:27:25 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Apr 17 19:27:25 2012 +0000"
      },
      "message": "GERONIMO-6328: Diagnose \"package uses conflict\" caused by split package\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1327237 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "520cf334c763e67c08ac4fb8cf988dbf621ee02a",
      "tree": "5c15619085d02a43dd6e06c9153bba1d35fcd00c",
      "parents": [
        "d3bf5e679c3105c293908e3c587280a3000e739b"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Apr 16 07:53:57 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Apr 16 07:53:57 2012 +0000"
      },
      "message": "GERONIMO-5802 Revise the patch not to set load\u003dfalse for failed module automatically, instead let user decide what to do next, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1326527 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d3bf5e679c3105c293908e3c587280a3000e739b",
      "tree": "33f586a7ec16d6f8ab8bafe437c1d3c449315539",
      "parents": [
        "b156bab79a8faab29600f10797998f4bea9d6a97"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Apr 11 16:00:32 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Wed Apr 11 16:00:32 2012 +0000"
      },
      "message": "getAfterNames() should return those elements which are dependent by the current element\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1324833 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b156bab79a8faab29600f10797998f4bea9d6a97",
      "tree": "060c2d054634b7f16969d0bbaecd1fa5df2f527e",
      "parents": [
        "d95990c1e5bb71c3ee31b4d37e29d46eed669b71"
      ],
      "author": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Apr 09 06:11:37 2012 +0000"
      },
      "committer": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Apr 09 06:11:37 2012 +0000"
      },
      "message": "Avoid NullPointerException when deploy EBA\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1311135 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d95990c1e5bb71c3ee31b4d37e29d46eed669b71",
      "tree": "212b40059305ada756ff47fc27b3f26c373fa474",
      "parents": [
        "3d760adae52d4d13b171c3a8b4b2724e865deca1"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Apr 02 16:32:49 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Apr 02 16:32:49 2012 +0000"
      },
      "message": "GERONIMO-6112 Move the validation codes earlier, and avoid some unneeded process\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1308424 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3d760adae52d4d13b171c3a8b4b2724e865deca1",
      "tree": "e48f651e07f10e23f4411ecd5ba0302ca4f40f06",
      "parents": [
        "79ff4a82a79a4d521e8dee50ec5e6e9717e987bd"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Apr 01 08:12:52 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Apr 01 08:12:52 2012 +0000"
      },
      "message": "GERONIMO-6277 Pick up fileinstall 3.2.0 to fix braces issue, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1308027 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "79ff4a82a79a4d521e8dee50ec5e6e9717e987bd",
      "tree": "a879cb144988e04d2559a7facd2ab9c3dfc2a3d4",
      "parents": [
        "16575bf34e3db3fe66c80c84beb0c85e84cc99ef"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Apr 01 08:09:15 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sun Apr 01 08:09:15 2012 +0000"
      },
      "message": "Use project.xxx to replace pom.xxx\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1308025 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "16575bf34e3db3fe66c80c84beb0c85e84cc99ef",
      "tree": "f3edd0bf6c102c2d1ded32f1a3fa09fe29ee499d",
      "parents": [
        "cc32fe6dd6fa62a2fccfc07931f8a3094d1bee96"
      ],
      "author": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Sun Apr 01 07:04:03 2012 +0000"
      },
      "committer": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Sun Apr 01 07:04:03 2012 +0000"
      },
      "message": "GERONIMO-6305 Start bundles in EBA according to bundle dependencies\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1308023 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cc32fe6dd6fa62a2fccfc07931f8a3094d1bee96",
      "tree": "e6257c52c0718e0a1258e50f883522609f12ba17",
      "parents": [
        "74492b8b3a5d3c2039ee0325f8fbea5f2ad1b853"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 27 20:09:17 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 27 20:09:17 2012 +0000"
      },
      "message": "GERONIMO-6311: Wait for web bundles to initialize fully before allowing application update to avoid a deadlock\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1306000 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "74492b8b3a5d3c2039ee0325f8fbea5f2ad1b853",
      "tree": "afce4509d275536411af0ea01772ceb2b1938a52",
      "parents": [
        "db2767072a4da4e5bc7d0b98bba9e069a3f05862"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Mar 27 08:30:04 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Mar 27 08:30:04 2012 +0000"
      },
      "message": "GERONIMO-6135 revised patch for monitor portlet refresh issue, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1305774 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "db2767072a4da4e5bc7d0b98bba9e069a3f05862",
      "tree": "5996d933783be287facc1517b4c53e2ad187eb36",
      "parents": [
        "77bc91079be294be885574cb94cd76351bf1edda"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Mar 26 15:21:39 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Mar 26 15:21:39 2012 +0000"
      },
      "message": "GERONIMO-6306 Keep the same behavior with hidden-classes between Geronimo 2.* and 3.*\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1305392 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "77bc91079be294be885574cb94cd76351bf1edda",
      "tree": "9c614ac21e71a14a99344efddb0e3662b4a8d7e3",
      "parents": [
        "f15e3c1332b515b425e0c059e8aa54ce541ca993"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Mar 26 14:49:20 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Mar 26 14:49:20 2012 +0000"
      },
      "message": "GERONIMO-5802 1. Only fail start when service module is failed 2. log missing dependency, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1305380 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f15e3c1332b515b425e0c059e8aa54ce541ca993",
      "tree": "c6ac2203d4fcf630f572dab48420116e8f7aa75b",
      "parents": [
        "360e4371b4d2f98417324041e837ce4eea67f002"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed Mar 21 15:11:46 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed Mar 21 15:11:46 2012 +0000"
      },
      "message": "GERONIMO-5560 Add maxPermSize to avoid OOM exception when starting server via windows service, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1303430 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "360e4371b4d2f98417324041e837ce4eea67f002",
      "tree": "26256b2ca12163e90b13abc41f0eaa2307a72c51",
      "parents": [
        "726e23f2a83811d86e7d37e5d23c6f36c7920599"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 20 16:13:14 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 20 16:13:14 2012 +0000"
      },
      "message": "GERONIMODEVTOOLS-790: Manage server application start - load but don\u0027t start certain modules\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1302964 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "726e23f2a83811d86e7d37e5d23c6f36c7920599",
      "tree": "523d7391d2d8c0c5d589aed476de242daec75278",
      "parents": [
        "051e8537fa933e54eba6e9a36edbee0b062256b6"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Mon Mar 19 20:31:51 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Mon Mar 19 20:31:51 2012 +0000"
      },
      "message": "fix ConfigIDExtractor jarFile handling as it is completely broken\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1302644 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "051e8537fa933e54eba6e9a36edbee0b062256b6",
      "tree": "157097a1be7b0c3cf53fcbac53c2ace455d954cb",
      "parents": [
        "01cea21a018cd3fe317acf4e444d41fecb7f9fed"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Mar 16 16:58:24 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Mar 16 16:58:24 2012 +0000"
      },
      "message": "GERONIMO-6302 fix up ejb-ref handling\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1301646 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "01cea21a018cd3fe317acf4e444d41fecb7f9fed",
      "tree": "6af429baab7beb34cdc8fd1294013a8492b8e368",
      "parents": [
        "773704cd7bb86385a2cb4e4c3253a1569997a0d1"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Mar 13 15:22:25 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Mar 13 15:22:25 2012 +0000"
      },
      "message": "GERONIMO-6135 Add javascript to auto reload the page after 1 second, provided by xie zhi, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1300182 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "773704cd7bb86385a2cb4e4c3253a1569997a0d1",
      "tree": "8e7b84f44518640e279d191db59eda08cd7952f2",
      "parents": [
        "dd4fe710ef11f41998330e676c09dffff629a7d6"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 06 07:59:47 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 06 07:59:47 2012 +0000"
      },
      "message": "GERONIMO-6295: Jasper does not deal well with bundle:// urls. Convert bundle:// url to jar:// urls when possible\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1297372 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dd4fe710ef11f41998330e676c09dffff629a7d6",
      "tree": "90260746def1136c443f6acf91359c468a780354",
      "parents": [
        "aff371575c6178b93c0a6a3138abe308ab927611"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 06 05:20:04 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Tue Mar 06 05:20:04 2012 +0000"
      },
      "message": "GERONIMO-6295: test case to demonstrate the problem\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1297340 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "aff371575c6178b93c0a6a3138abe308ab927611",
      "tree": "b01592528505cb30a25a2fa4039cede290451d26",
      "parents": [
        "2841861d4069b5907d1dc91581f72ae84ac79477"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Fri Mar 02 16:07:47 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Fri Mar 02 16:07:47 2012 +0000"
      },
      "message": "GERONIMO-6292 Share the japser servlet between jasper plugin and web-container plugin.\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1296271 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2841861d4069b5907d1dc91581f72ae84ac79477",
      "tree": "996c479ac1e711cfe935444ac2f5d283d17bf7eb",
      "parents": [
        "5d4d451b461ba1c4d62710e7dcf0f9c0293aee9d"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 09:16:28 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 09:16:28 2012 +0000"
      },
      "message": "GERONIMO-6286 useSystemProperties should be set to true by default, fix GERONIMO_HOME/var folder must be there issue reported by Russell, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1295483 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5d4d451b461ba1c4d62710e7dcf0f9c0293aee9d",
      "tree": "8e368459cc4fc863b6e232d6f6121cc4afed1b00",
      "parents": [
        "2af42b5e79ba7c53a996c2a52a173726219cefcb"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 04:26:31 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 04:26:31 2012 +0000"
      },
      "message": "GERONIMO-6278 fix wrong version settings in karaf feature configuration file, provided by Tina Li, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1295412 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2af42b5e79ba7c53a996c2a52a173726219cefcb",
      "tree": "4dee8464b6f215a9995496398557a5a847f65e43",
      "parents": [
        "ef173a510ccd61c69d6ca7ca4ef651396090de9b"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 04:12:26 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 04:12:26 2012 +0000"
      },
      "message": "GERONIMO-6286 some reasonable changes that reflect multiple instances scenario in mind, though those gogo commands not work now, provided by Russell, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1295406 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ef173a510ccd61c69d6ca7ca4ef651396090de9b",
      "tree": "d950120502a7866bb72511222d56aef99737533d",
      "parents": [
        "1cd04ba38c3d177f8525cd72d6d92bd20753907d"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 02:11:54 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Mar 01 02:11:54 2012 +0000"
      },
      "message": "GERONIMO-6236 Filter resource with correct name, patch provided by Tina Li, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1295381 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1cd04ba38c3d177f8525cd72d6d92bd20753907d",
      "tree": "7814ddfb716cc090427d927cf8c0dc79a4b22134",
      "parents": [
        "c7a672df49b044a5d26bafb76ff1d11600eeea80"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue Feb 28 03:48:12 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Tue Feb 28 03:48:12 2012 +0000"
      },
      "message": "GERONIMO-6290 Explicitly import javax.servlet packages\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1294452 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c7a672df49b044a5d26bafb76ff1d11600eeea80",
      "tree": "7cdb39f3ecbfa38fd67ba9ee92248bd4e3a2759f",
      "parents": [
        "0d24afc13a827b0222d1c32d1128534cf7e55a64"
      ],
      "author": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 08:28:52 2012 +0000"
      },
      "committer": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 08:28:52 2012 +0000"
      },
      "message": "GERONIMO-6288 When deploy a EBA with long symbolicname, showing an error Msg \"xxxx already existes in the server\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1294060 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0d24afc13a827b0222d1c32d1128534cf7e55a64",
      "tree": "5ec5d481e19ecaa72e838c020d032a5b3896f868",
      "parents": [
        "51b8b0210c4f02aa457d100754286e886d44beaa"
      ],
      "author": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 07:55:53 2012 +0000"
      },
      "committer": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 07:55:53 2012 +0000"
      },
      "message": "GERONIMO-6260 Could not redeploy EJB module\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1294052 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "51b8b0210c4f02aa457d100754286e886d44beaa",
      "tree": "6343d7d8ac33da90b27ece5293bdec7312d22195",
      "parents": [
        "cd5cd011e3ec8d6c36c44c975a98b7c89ccd78f0"
      ],
      "author": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 07:25:21 2012 +0000"
      },
      "committer": {
        "name": "Yi Xiao",
        "email": "johnxiao@apache.org",
        "time": "Mon Feb 27 07:25:21 2012 +0000"
      },
      "message": "GERONIMO-6224 NPE while accessing the system modules portlet\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1294046 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cd5cd011e3ec8d6c36c44c975a98b7c89ccd78f0",
      "tree": "a17c93719ec287d2de3f3bd28d857bebccd36bf4",
      "parents": [
        "a6c7caff427c3d4f9cfb0e5b193603b4e2972286"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 23 06:55:41 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 23 06:55:41 2012 +0000"
      },
      "message": "GERONIMO-6283 Ignore JAX-WS webservices handlering in Axis module\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1292668 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a6c7caff427c3d4f9cfb0e5b193603b4e2972286",
      "tree": "5d19fdd0bbcca891452ac105da03f4ab08ab5ff8",
      "parents": [
        "be9df14cde37775c6f195329673021c7782d4ae1"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Feb 23 03:01:43 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Thu Feb 23 03:01:43 2012 +0000"
      },
      "message": "GERONIMO-6281 Use o.a.g.server.dir as the prefix to activemq.data path in order to generate the activemq datastore in the instance folder, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1292632 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "be9df14cde37775c6f195329673021c7782d4ae1",
      "tree": "8a875e0ba3a6a3ce1edfe23e3c552221b98bc6f2",
      "parents": [
        "87f0c7f7f55fa929428e890ea603e0fc5184c9f4"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed Feb 22 07:30:51 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Wed Feb 22 07:30:51 2012 +0000"
      },
      "message": "GERONIMO-6281 set activemq.data property to a path impacted by server.dir property for multiple instances scenario, though this may not be necessary for app client module I guess\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1292160 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "87f0c7f7f55fa929428e890ea603e0fc5184c9f4",
      "tree": "1ee41502ee1ae8a5dfa46313e93dddde9103c6f8",
      "parents": [
        "e89b0bf7160f1abf4c2070913fecc12f7463ae19"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 16:02:39 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 16:02:39 2012 +0000"
      },
      "message": "GERONIMO-6270 fix mvn url cannot resolve issue when deploying to the new instance repository, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1291886 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e89b0bf7160f1abf4c2070913fecc12f7463ae19",
      "tree": "d8b64e88c46ce847062db58124f147902cbf3ce7",
      "parents": [
        "10fa03ef3c3a074551e73f2756b470a69abbbe5e"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 14:00:50 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 14:00:50 2012 +0000"
      },
      "message": "GERONIMO-6281 Fix wrong use of karaf.home and karaf.base in client config file, provided by Russell, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1291788 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "10fa03ef3c3a074551e73f2756b470a69abbbe5e",
      "tree": "fbdaaaecd310d51b461b763988c630c6c00138c0",
      "parents": [
        "3b33ad20b6e0f4e7e6e1163525d298ece3c61b12"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 13:56:16 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 13:56:16 2012 +0000"
      },
      "message": "GERONIMO-6281 Fix wrong use of karaf.home and karaf.base in config file, provided by Russell, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1291787 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3b33ad20b6e0f4e7e6e1163525d298ece3c61b12",
      "tree": "426ad33d9c3e91427590d8854603524435f5fef3",
      "parents": [
        "53fef55d4af4b2783662fe3e9b7944b4f7e3d366"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 13:47:37 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Feb 21 13:47:37 2012 +0000"
      },
      "message": "GERONIMO-6281 Fix wrong use of geronimo property about GERONIMO_HOME and GERONIMO_SERVER, provided by Russell, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1291784 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "53fef55d4af4b2783662fe3e9b7944b4f7e3d366",
      "tree": "f11550c3c85265112d6ba962e0258b35fb8f768e",
      "parents": [
        "f7beb06377b2dbc198065171f92a8b34a07b3fb4"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Feb 20 16:13:51 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Feb 20 16:13:51 2012 +0000"
      },
      "message": "GERONIMO-6282 Test if the repository folder of the new instance exists to avoid NPE, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1291341 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f7beb06377b2dbc198065171f92a8b34a07b3fb4",
      "tree": "c7b66398ad2ad37077794739413b821189efadf1",
      "parents": [
        "e62bfd2420cf2cacf46ceaa2d5fd11818060ab3b"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Feb 18 07:57:00 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Feb 18 07:57:00 2012 +0000"
      },
      "message": "GERONIMO-6244 Port GERONIMO-4801 fix into 3.0 trunk for JACC manager gbean already present issue\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245884 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e62bfd2420cf2cacf46ceaa2d5fd11818060ab3b",
      "tree": "d528e2d2ea110119a827dc0263c56b197d369e1b",
      "parents": [
        "6754498d9e725fae27ea099e8f2aede5839dfcb8"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Feb 18 07:42:38 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Sat Feb 18 07:42:38 2012 +0000"
      },
      "message": "GERONIMO-6162 re-enable Datasource Connection Pool Parameters Setting, for 3.0 trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245882 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6754498d9e725fae27ea099e8f2aede5839dfcb8",
      "tree": "84ceddda5a3cb89c8ce098a641bfb92081dd0938",
      "parents": [
        "91647c6b988bee8b5eb70e573f0540f84c6d3c53"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 07:18:31 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 07:18:31 2012 +0000"
      },
      "message": "GERONIMO-6274 Add @Persistent(manageable\u003dfalse) annotation to some setter methods of connector parameters so that those parameters could be set via admin console, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245332 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "91647c6b988bee8b5eb70e573f0540f84c6d3c53",
      "tree": "78926c6473bcf67205b5c6a2209f9f382284840d",
      "parents": [
        "865199d2746c6b37d066c624aa9f914415c3f851"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 07:10:29 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 07:10:29 2012 +0000"
      },
      "message": "GERONIMO-6276 Not restart connector if user wants to update the serving connector and feed back a warning message in the portlet, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245328 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "865199d2746c6b37d066c624aa9f914415c3f851",
      "tree": "1a43889e6eddb22b5a0c58b79b22794f06e2f016",
      "parents": [
        "0ded9763de6399ebf90b4b60b2047d4b8f0ac521"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 04:05:27 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Fri Feb 17 04:05:27 2012 +0000"
      },
      "message": "GERONIMO-6250 Missing a line of message for admin console ConnectorPortlet for maxParameterCount property, for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245314 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0ded9763de6399ebf90b4b60b2047d4b8f0ac521",
      "tree": "87e96df3e2785b06e3c56a275e8412f8beefad41",
      "parents": [
        "faa8d56c5bc33c04c40580a874568f1d36ce764a"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 16 14:55:14 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 16 14:55:14 2012 +0000"
      },
      "message": "Only invoke the request listener while entering the application and only invoking the listener if the forwarding tag is set\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1245006 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "faa8d56c5bc33c04c40580a874568f1d36ce764a",
      "tree": "5bc8738816e8f51d3165d2f0793bdede0b3d7c87",
      "parents": [
        "9bacdec6b98f21e88eb0e13669e45be9fc37fa58"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 16 08:25:05 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Thu Feb 16 08:25:05 2012 +0000"
      },
      "message": "Only invoke listeners for the real client requests\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1244887 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9bacdec6b98f21e88eb0e13669e45be9fc37fa58",
      "tree": "84a8dc3fcf1ab755ebd256b5fe426b0136bbbfbc",
      "parents": [
        "5143d9ceb1bf608fb843d0858a479b1444955d3a"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Feb 06 10:06:24 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Feb 06 10:06:24 2012 +0000"
      },
      "message": "GERONIMO-6266 The jndi prefix URL could not work before the web application is totally started\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1240958 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5143d9ceb1bf608fb843d0858a479b1444955d3a",
      "tree": "4f9b8fa6ee27cf0f2dcdc55f313b82752f07b360",
      "parents": [
        "93dde626049ba8265db602f36fed8a71032e4341"
      ],
      "author": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Mon Jan 30 20:13:08 2012 +0000"
      },
      "committer": {
        "name": "Jarek Gawor",
        "email": "gawor@apache.org",
        "time": "Mon Jan 30 20:13:08 2012 +0000"
      },
      "message": "GERONIMO-6209: Class hot swap fixes. Properly handle multiple Bundle-ClassPath entries\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1237961 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "93dde626049ba8265db602f36fed8a71032e4341",
      "tree": "9a823b7a40f7bd18bdba710da02703ce1311b442",
      "parents": [
        "2b2f98c1bab0a90849b318af5e897857dc52e7ca"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Jan 30 12:33:35 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Mon Jan 30 12:33:35 2012 +0000"
      },
      "message": "Use released geronimo tomcat fork 7.0.23.1 and geronimo-jsp_2.2_spec 1.1 for trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1237624 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2b2f98c1bab0a90849b318af5e897857dc52e7ca",
      "tree": "444e2f3f28950ad1217636490e33f882f396ca1d",
      "parents": [
        "bc642839978f8e3e02f9020cf659a7f25eabee69"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Thu Jan 26 08:31:06 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Thu Jan 26 08:31:06 2012 +0000"
      },
      "message": "GERONIMO-6255 start on InitialContextFactoryBuilder for default jndi context\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1236067 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bc642839978f8e3e02f9020cf659a7f25eabee69",
      "tree": "9a6b16214a75e02c9857aba2e2a4bdb2f2208fcf",
      "parents": [
        "84a8f8c0bf78252445c97fc154498d1dbcb51109"
      ],
      "author": {
        "name": "Lin Quan Jiang",
        "email": "genspring@apache.org",
        "time": "Wed Jan 18 08:51:26 2012 +0000"
      },
      "committer": {
        "name": "Lin Quan Jiang",
        "email": "genspring@apache.org",
        "time": "Wed Jan 18 08:51:26 2012 +0000"
      },
      "message": "GERONIMO-6264 Can\u0027t access geronimo Java:com jndi tree from javax.servlet.ServletRequestListener.requestInitialized(ServletRequestEvent) - a workaround\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232789 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "84a8f8c0bf78252445c97fc154498d1dbcb51109",
      "tree": "c4507fe37f8e57f78ecd980494c4d203c1a138a4",
      "parents": [
        "b6b8bf35516e72e3f5a96b562901144852c42fa6"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 07:38:02 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 07:38:02 2012 +0000"
      },
      "message": "try to make DependencyChangeMojo ignore corrupted dependencies.xml files\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232770 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b6b8bf35516e72e3f5a96b562901144852c42fa6",
      "tree": "852e9420ee9ca2e37b2308c7f94755a27d90760a",
      "parents": [
        "96cb9ae4655d091e1515dc4e1a0c5df89c205012"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 04:37:39 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 04:37:39 2012 +0000"
      },
      "message": "GERONIMO-6262 Tomcat ContextConfig API changed, use init() accordingly, cf rev 1231041 branch 3.0-beta\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232744 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "96cb9ae4655d091e1515dc4e1a0c5df89c205012",
      "tree": "6ad92e04090877930f64264d40a339bef13e8c7a",
      "parents": [
        "da0bee67dbfb27907305fbcc2dd8edb968e7f2da"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 02:36:08 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 18 02:36:08 2012 +0000"
      },
      "message": "adapt to aries feature for full blueprint\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232723 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "da0bee67dbfb27907305fbcc2dd8edb968e7f2da",
      "tree": "c6a6e624976e9bbe212d4c825c3f119a5f042924",
      "parents": [
        "88f35e7edbe4172afbfc734eaaaf9fc5397f8656"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 17 08:45:41 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 17 08:45:41 2012 +0000"
      },
      "message": "fix up build for karaf changes and modules that aren\u0027t built currently\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232339 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "88f35e7edbe4172afbfc734eaaaf9fc5397f8656",
      "tree": "cafdf4009ce85f09ecd7cabfa7c149fc075c9a20",
      "parents": [
        "08e846d4b9627fc94afc260e15f33d224d8a8b5d"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 17 08:45:34 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 17 08:45:34 2012 +0000"
      },
      "message": "adapt installer mojo to new lib jars\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232338 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "08e846d4b9627fc94afc260e15f33d224d8a8b5d",
      "tree": "b04ba8f1a3f3af7a07c19c445c7d2f1035a6b69b",
      "parents": [
        "25f704bc5ab55f6e8ec62ffb8c49f15e1faaab69"
      ],
      "author": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Jan 17 06:18:44 2012 +0000"
      },
      "committer": {
        "name": "Ming Xia",
        "email": "xiaming@apache.org",
        "time": "Tue Jan 17 06:18:44 2012 +0000"
      },
      "message": "GERONIMO-6250 Add maxParameterCount to gbean attribute for easy configuaration from admin console to 3.0 trunk, patch provided by Yi Xiao\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1232318 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "25f704bc5ab55f6e8ec62ffb8c49f15e1faaab69",
      "tree": "fb34d1e5c16d29ed923863e19eb21c99e514f067",
      "parents": [
        "ac0b8479d3b7fcaedc9722cb162562c31ceac6f9"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:35 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:35 2012 +0000"
      },
      "message": "GERONIMO-6240 karaf and geronimo have opposite meanings of HOME and BASE\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231357 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ac0b8479d3b7fcaedc9722cb162562c31ceac6f9",
      "tree": "fe36825d38fc7c1abb64b28b13ef6a0845eff24a",
      "parents": [
        "a13aa100493a5644370354bb8368289d48488adf"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:32 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:32 2012 +0000"
      },
      "message": "GERONIMO-6263 update client setup to be closer to server setup.  Needs a lot of cars not to be started\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231356 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a13aa100493a5644370354bb8368289d48488adf",
      "tree": "0f1029fe21d37996c13f69411f2c3e0d10c53ab4",
      "parents": [
        "5d97337ec00f51b1a4d206706a5c30732353e44d"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:26 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:26 2012 +0000"
      },
      "message": "remove no longer valid usage info from car-maven-plugin docs\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231355 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5d97337ec00f51b1a4d206706a5c30732353e44d",
      "tree": "d061b85af3e5bdfe046288f1d8040d711ed915a6",
      "parents": [
        "54fdadcf582aa29e9228b0939b4c3f6d315b5004"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:24 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:24 2012 +0000"
      },
      "message": "GERONIMO-6263 remove usage of Daemon, stop and restart g. using osgi framework stop/update (not tested)\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231354 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "54fdadcf582aa29e9228b0939b4c3f6d315b5004",
      "tree": "9cbf4ae5c494e04a1cccbf29de1c8618c4d6a672",
      "parents": [
        "f588196c4db144119955beac67c3e2e934cd8b8e"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:21 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:21 2012 +0000"
      },
      "message": "GERONIMO-6263 expose command line args from geronimo ServerInfo and use them to feed app client gbean.  Not tested\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231353 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f588196c4db144119955beac67c3e2e934cd8b8e",
      "tree": "e2f9b37f774a994bad3ad0f188cb5308f56f50ee",
      "parents": [
        "5d348e36f43b53d75bad87ff3a6ca64b713eb1f7"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:17 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:17 2012 +0000"
      },
      "message": "fix side effects of changing to servicemix asm\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231352 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5d348e36f43b53d75bad87ff3a6ca64b713eb1f7",
      "tree": "6353629b91d9f09136b16851f4cda091871760a5",
      "parents": [
        "7ad14824370ca3a486eaca8072de3602a3281b18"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:13 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:13 2012 +0000"
      },
      "message": "GERONIMO-6263 start on app client as karaf instance\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231351 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7ad14824370ca3a486eaca8072de3602a3281b18",
      "tree": "264de32a13dffe6e49f627a26b55cc8c84679b20",
      "parents": [
        "fd515335a11388ebfdd0eb93031b0432a3451de7"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:08 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:08 2012 +0000"
      },
      "message": "GERONIMO-6240 remove/clean up some unused startup code\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231349 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fd515335a11388ebfdd0eb93031b0432a3451de7",
      "tree": "616c9c2bc1e092103491de75267e82730b38da78",
      "parents": [
        "65409a66fc7d3e0e70ce8aa8f2744ebb408b54a5"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:01 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 13 22:27:01 2012 +0000"
      },
      "message": "\tGERONIMO-6259 don\u0027t try to mess up pax logging so hard\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1231348 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "65409a66fc7d3e0e70ce8aa8f2744ebb408b54a5",
      "tree": "7f42327b98a3fbeed8b7a5a21898a6191d97e886",
      "parents": [
        "143e33c2a02ebc5cb85309a1de4b1341099378d7"
      ],
      "author": {
        "name": "Lei Wang",
        "email": "rwonly@apache.org",
        "time": "Thu Jan 12 03:12:48 2012 +0000"
      },
      "committer": {
        "name": "Lei Wang",
        "email": "rwonly@apache.org",
        "time": "Thu Jan 12 03:12:48 2012 +0000"
      },
      "message": "GERONIMO-5956 issues when deploy a standalone ejb web services #2 (thanks Xiao Yi for the patch!)\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1230384 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "143e33c2a02ebc5cb85309a1de4b1341099378d7",
      "tree": "a8f7347a2f966fe8fafc5324389a4f929bb9837e",
      "parents": [
        "197ad2f0079c00b340ac91001a95f9f0047eb11c"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 11 07:49:03 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 11 07:49:03 2012 +0000"
      },
      "message": "GERONIMO-6259 don\u0027t try to mess up pax logging so hard\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1229918 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "197ad2f0079c00b340ac91001a95f9f0047eb11c",
      "tree": "e9a28ae7c615ad7af71ce40a6fa280c2176a8f48",
      "parents": [
        "69747be0e7d4aee68697530adb1caa07683d5910"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 11 07:48:56 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 11 07:48:56 2012 +0000"
      },
      "message": "GERONIMO-6249 check for config.ser before trying to read it\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1229917 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "69747be0e7d4aee68697530adb1caa07683d5910",
      "tree": "d86cf48cdc8b66404ff08a61b166b34bf17bd4c8",
      "parents": [
        "3373438ba843f7de4b2eb2e84ee3e82670d75b56"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 10 07:50:41 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 10 07:50:41 2012 +0000"
      },
      "message": "GERONIMO-6184 upgrade to 1.6.4-SNAPSHOT pax logging from karaf.  Don\u0027t embed pax logging since karaf includes it. (this may not work yet)\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1229480 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3373438ba843f7de4b2eb2e84ee3e82670d75b56",
      "tree": "4635d9c121b317b02baaca02d28262d617b307d8",
      "parents": [
        "df5fb4c6a2da26f88a1682fe772ac1722909e779"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 10 02:00:38 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 10 02:00:38 2012 +0000"
      },
      "message": "use same asm as karaf\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1229449 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "df5fb4c6a2da26f88a1682fe772ac1722909e779",
      "tree": "8d13799763363758e8bf304de69485464abb8cf6",
      "parents": [
        "083e3a6277cd29847de97da20e6bf1c122881d7d"
      ],
      "author": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Jan 09 09:36:59 2012 +0000"
      },
      "committer": {
        "name": "Haihong Xu",
        "email": "xuhaihong@apache.org",
        "time": "Mon Jan 09 09:36:59 2012 +0000"
      },
      "message": "GERONIMO-6251 More changes to use OsgiMetaDataProvider, update the interface a bit.\nGERONIMO-6254 Shared library does not work in the deployment process\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1229075 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "083e3a6277cd29847de97da20e6bf1c122881d7d",
      "tree": "14064eeea73548e4807db3b3a67f60936001b4b7",
      "parents": [
        "710bfcc6c83bf95deb9376fab31fe29429389f0c"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:19 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:19 2012 +0000"
      },
      "message": "hack to workaround karaf including osgi core classes\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227943 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "710bfcc6c83bf95deb9376fab31fe29429389f0c",
      "tree": "34ade0d5d3050339be732d0e6fc1b59c8951bd70",
      "parents": [
        "b76f21132c4d5987a40e2a590f8ba9d3f2bbcfca"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:17 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:17 2012 +0000"
      },
      "message": "GERONIMO-6251 determine if server is actually fully started, provide access to DependencyManager for osgi metadata purposes\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227942 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b76f21132c4d5987a40e2a590f8ba9d3f2bbcfca",
      "tree": "2bfb94f5a511ef260942651a65e4b4d8844bc937",
      "parents": [
        "8b191213bc6e44b9baec7b4461e2334fc13984e8"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:08 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:08 2012 +0000"
      },
      "message": "GERONIMO-6251 work on geronimo-maven-plugin. Use jmxrmi connector from karaf, add DeployerGBean in (slightly inappropriate) j2ee-deployer\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227941 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8b191213bc6e44b9baec7b4461e2334fc13984e8",
      "tree": "79d26c010d8c219f5ac3c4ce83b304526a77ef9d",
      "parents": [
        "8ebbe1802195f159330accba48129aea37975097"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:00 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:39:00 2012 +0000"
      },
      "message": "GERONIMO-6249 make sure existing bundle is at least starting before trying to activate it\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227940 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8ebbe1802195f159330accba48129aea37975097",
      "tree": "5602c5edc40c14a463104fe561be5b72f33c97b3",
      "parents": [
        "b4c402c5646ae8b0eeb608fd2898d083546b51ff"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:38:57 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Fri Jan 06 02:38:57 2012 +0000"
      },
      "message": "GERONIMO-6252 update activemq blueprint plan to recent aries jexl usage\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227939 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b4c402c5646ae8b0eeb608fd2898d083546b51ff",
      "tree": "b2fbca20c2fa0be062bab8c374496c473bbd8eae",
      "parents": [
        "cb2669470977568517fdcbe7cd9dd3a6fa244f9a"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 04 07:18:33 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 04 07:18:33 2012 +0000"
      },
      "message": "GERONIMO-6249 use extender pattern (in DependencyManager) instead of ConfigurationActivator\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227059 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cb2669470977568517fdcbe7cd9dd3a6fa244f9a",
      "tree": "292eb95a7331e33bd86be55e4c1a70dc5ebb78db",
      "parents": [
        "92e121b3d8d515b7febc48c8edc7889fb9f2ba39"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 04 07:18:27 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Wed Jan 04 07:18:27 2012 +0000"
      },
      "message": "GERONIMO-6240 client-system replaced by j2ee-system\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1227058 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "92e121b3d8d515b7febc48c8edc7889fb9f2ba39",
      "tree": "22738e3695eeb9cbf43b18a67a4daf987c54270e",
      "parents": [
        "679e714ba90681d8935bea923091e6f7cbc5a701"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 03 08:12:50 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 03 08:12:50 2012 +0000"
      },
      "message": "GERONIMO-6249 use RecursiveBundleTracker in DependencyManager\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1226696 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "679e714ba90681d8935bea923091e6f7cbc5a701",
      "tree": "3b3e7d1ecf7a431c7f4c124cb6d6fa3eaa39ca89",
      "parents": [
        "c24dc18ea8b3a39e49ef5eb4e69904859d5b3db8"
      ],
      "author": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 03 08:12:48 2012 +0000"
      },
      "committer": {
        "name": "David Jencks",
        "email": "djencks@apache.org",
        "time": "Tue Jan 03 08:12:48 2012 +0000"
      },
      "message": "minor simplification\n\ngit-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1226695 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "c24dc18ea8b3a39e49ef5eb4e69904859d5b3db8"
}
