<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Balz<br>
    <br>
    On 4/8/11 2:10 PM, Balz Schreier wrote:
    <blockquote
      cite="mid:BANLkTikN1REhWsT+t03fw_qBDHT7udxaVw@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>I did the last distribution build (which takes the latest
        yanel build) last week.</div>
      <div>Today the build does not work anymore.</div>
      <div><br>
      </div>
      <div>Reason:</div>
      <div><br>
      </div>
      <div>This method has changed:</div>
      <div>
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <meta http-equiv="Content-Style-Type" content="text/css">
        <title></title>
        <meta name="Generator" content="Cocoa HTML Writer">
        <meta name="CocoaVersion" content="1038.35">
        <style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco}
span.s1 {text-decoration: underline}
</style>
        <p class="p1">AccessLog.<span class="s1">getYanelAnalyticsCookie</span>(getEnvironment().getRequest(),
          getEnvironment().getResponse());</p>
        <p class="p1"><br>
        </p>
      </div>
      <div>Looking at the latest AccessLog class in Yanel, the method
        has changed into:</div>
      <div>
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <meta http-equiv="Content-Style-Type" content="text/css">
        <title></title>
        <meta name="Generator" content="Cocoa HTML Writer">
        <meta name="CocoaVersion" content="1038.35">
        <style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco}
span.s1 {color: #931a68}
</style>
        <p class="p1"><span class="s1">public</span> <span class="s1">static</span>
          Cookie getYanelAnalyticsCookie(HttpServletRequest request)</p>
        <p class="p1"><br>
        </p>
      </div>
      <div>If have no issue with adapting to the new API, but this
        should never happen with Yanel, correct?</div>
    </blockquote>
    <br>
    yes, my bad. It shouldn't have been public in the first place and I
    did a build with various projects<br>
    and all looked good, so I changed it to private. Sorry for that.<br>
    <br>
    I would consider the logging still experimental and maybe we should
    consider to introduce a versioned loggable interface in order to
    avoid something like this in the future.<br>
    <br>
    WDYT?<br>
    <br>
    Thanks<br>
    <br>
    Michael<br>
    <blockquote
      cite="mid:BANLkTikN1REhWsT+t03fw_qBDHT7udxaVw@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Cheers</div>
      <div>Balz</div>
    </blockquote>
    <br>
  </body>
</html>