<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e662318ecd9bde8092eeb9db6337258348a853e4</id>
      </parent>
    </parents>
    <author>
      <name>raykrueger</name>
      <email>raykrueger@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/bf13533bd217bb6634f6450c3894ec679b980ac6</url>
    <id>bf13533bd217bb6634f6450c3894ec679b980ac6</id>
    <committed-date>2009-02-18T14:52:26-08:00</committed-date>
    <authored-date>2009-02-17T14:13:21-08:00</authored-date>
    <message>Another varargs opportunity
Plugin code can look like this now...
        Plugin.start(myKey,
                Recipe.getJvmRecipe(),
                new Recipe(recipeName, recipeUrl, new Requests())
        );

Signed-off-by: Mike Perham &lt;mperham@gmail.com&gt;</message>
    <tree>c0c7adb8103b00a86909afaac23bd83b928419aa</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>177487f0ec81cf8b289280bc7205504c730cb95c</id>
      </parent>
    </parents>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/e662318ecd9bde8092eeb9db6337258348a853e4</url>
    <id>e662318ecd9bde8092eeb9db6337258348a853e4</id>
    <committed-date>2009-02-17T12:43:02-08:00</committed-date>
    <authored-date>2009-02-17T12:43:02-08:00</authored-date>
    <message>Bump version</message>
    <tree>cd134d919acdaec80284185dca65848361631aab</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67669bb08b096efbb4d68b5ab05e5d11949c5fca</id>
      </parent>
    </parents>
    <author>
      <name>raykrueger</name>
      <email>raykrueger@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/177487f0ec81cf8b289280bc7205504c730cb95c</url>
    <id>177487f0ec81cf8b289280bc7205504c730cb95c</id>
    <committed-date>2009-02-17T12:41:45-08:00</committed-date>
    <authored-date>2009-02-17T12:20:42-08:00</authored-date>
    <message>calling toArray with a zero-length argument is bad for performance

Signed-off-by: Mike Perham &lt;mperham@gmail.com&gt;</message>
    <tree>0f63086f94430726d7f20a407b528e2e8b5daa6d</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac2fdaf268656a980c46131ebc3bd299b83fbe2a</id>
      </parent>
    </parents>
    <author>
      <name>raykrueger</name>
      <email>raykrueger@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/67669bb08b096efbb4d68b5ab05e5d11949c5fca</url>
    <id>67669bb08b096efbb4d68b5ab05e5d11949c5fca</id>
    <committed-date>2009-02-17T12:41:42-08:00</committed-date>
    <authored-date>2009-02-17T12:10:30-08:00</authored-date>
    <message>Ignore idea project files

Signed-off-by: Mike Perham &lt;mperham@gmail.com&gt;</message>
    <tree>b7bd4bcdbc7d24ac9152d0b5bec99f1a87f0b20d</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c44beba30c194d768a23c8da9a695c80e71f69b9</id>
      </parent>
    </parents>
    <author>
      <name>raykrueger</name>
      <email>raykrueger@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/ac2fdaf268656a980c46131ebc3bd299b83fbe2a</url>
    <id>ac2fdaf268656a980c46131ebc3bd299b83fbe2a</id>
    <committed-date>2009-02-17T12:41:40-08:00</committed-date>
    <authored-date>2009-02-17T11:31:26-08:00</authored-date>
    <message>use varargs where possible

Signed-off-by: Mike Perham &lt;mperham@gmail.com&gt;</message>
    <tree>2f8051d1fcea0083fc43836b92e70f15761b3bc4</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6fdfe350f24575a85f1917bccc98faf93b41e09a</id>
      </parent>
    </parents>
    <author>
      <name>raykrueger</name>
      <email>raykrueger@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/c44beba30c194d768a23c8da9a695c80e71f69b9</url>
    <id>c44beba30c194d768a23c8da9a695c80e71f69b9</id>
    <committed-date>2009-02-17T12:41:39-08:00</committed-date>
    <authored-date>2009-02-17T11:16:53-08:00</authored-date>
    <message>Maven Touchups
Added plugin info to have sources installed with mvn install.
Added target to .gitignore

Signed-off-by: Mike Perham &lt;mperham@gmail.com&gt;</message>
    <tree>71ca0eab12665f4b29db6ab21bc54005e7399bd6</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38d6381b8da9afdb9336b1365510e99d2177ebd7</id>
      </parent>
    </parents>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/6fdfe350f24575a85f1917bccc98faf93b41e09a</url>
    <id>6fdfe350f24575a85f1917bccc98faf93b41e09a</id>
    <committed-date>2009-02-17T10:04:40-08:00</committed-date>
    <authored-date>2009-02-17T10:04:40-08:00</authored-date>
    <message>Prepare for 0.8.2 release</message>
    <tree>3c6839417e9cf1443095ea0b7d2e6bcdcc593061</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e842fa5e314056e760e438b4343003666a73e1c3</id>
      </parent>
    </parents>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/38d6381b8da9afdb9336b1365510e99d2177ebd7</url>
    <id>38d6381b8da9afdb9336b1365510e99d2177ebd7</id>
    <committed-date>2009-02-17T10:00:58-08:00</committed-date>
    <authored-date>2009-02-17T10:00:58-08:00</authored-date>
    <message>Add metric name constraints and validation.</message>
    <tree>9a3b6be2e4a0b9e7c3a9af8e4b8cebcd22e34099</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bbc5a9b7f096f5146d79558429397e13c6724552</id>
      </parent>
    </parents>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/e842fa5e314056e760e438b4343003666a73e1c3</url>
    <id>e842fa5e314056e760e438b4343003666a73e1c3</id>
    <committed-date>2009-02-05T11:47:08-08:00</committed-date>
    <authored-date>2009-02-05T11:47:08-08:00</authored-date>
    <message>Simple examples</message>
    <tree>fe72f600bf589a4e1fcdfe189c290972989894aa</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2390a22c9e3befc8e9d2f95ddeb20844331b2f0b</id>
      </parent>
    </parents>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/bbc5a9b7f096f5146d79558429397e13c6724552</url>
    <id>bbc5a9b7f096f5146d79558429397e13c6724552</id>
    <committed-date>2009-02-05T11:46:04-08:00</committed-date>
    <authored-date>2009-02-05T11:46:04-08:00</authored-date>
    <message>Add java client code</message>
    <tree>8acb22429ec8361caffab1f97be1aece4acf976c</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </author>
    <url>http://github.com/fiveruns/dash-java/commit/2390a22c9e3befc8e9d2f95ddeb20844331b2f0b</url>
    <id>2390a22c9e3befc8e9d2f95ddeb20844331b2f0b</id>
    <committed-date>2009-02-05T11:41:02-08:00</committed-date>
    <authored-date>2009-02-05T11:41:02-08:00</authored-date>
    <message>first commit</message>
    <tree>543b9bebdc6bd5c4b22136034a95dd097a57d3dd</tree>
    <committer>
      <name>Mike Perham</name>
      <email>mperham@gmail.com</email>
    </committer>
  </commit>
</commits>
