Re: [ANN] Apache Cocoon 2.1.13 Released

Cédric Damioli <[email protected]> Fri, 31 Jul 2020 09:52:16 +0200
Newsgroups gmane.text.xml.cocoon.user
Organization Apache Software Foundation
Message-ID <[email protected]>
--------------A826593002AAE379EAAB72A8
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

I updated the mirror page.

Thanks !
Cédric

Le 30/07/2020 à 12:24, warrell harries a écrit :
> Great news!
>
> Well done!
>
> The download is still showing version 2.12
>
> Many thanks from a die-hard cocooner
>
> On Thu, 30 Jul 2020 at 11:12, Cédric Damioli <[email protected] 
> <mailto:[email protected]>> wrote:
>
>     Apache Cocoon 2.1.13 Released
>     -----------------------------
>
>         The Apache Cocoon Community is proud to announce the new release
>         of Apache Cocoon.
>
>
>
>        Apache Cocoon is a web development framework built around the
>     concept
>        of separation of concerns (that is: allowing people to do their job
>        without having to step on each other toes) and
>     component-oriented web
>        RAD.
>
>
>
>        Cocoon implements these concepts around the notion of 'component
>        pipelines' modelled after the 'process chain' concept where each
>        worker specializes on a particular operation. This makes it
>     possible
>        to use a Lego(tm)-like approach in building web solutions where
>        these components can be hooked together into pipelines without
>        requiring further programming.
>
>
>
>        We like to think at Cocoon as "web glue" for your web application
>        development needs. But most important, a glue that can keep
>        concerns separate and allow parallel evolution of the two sides,
>        improving development pace and reducing the chance of conflicts.
>
>
>
>     For more information about Apache Cocoon 2.1.13, please go to
>     http://cocoon.apache.org
>
>     Changes with Apache Cocoon 2.1.13
>
>     *) Starting with 2.1.13 the minimum required Java version will be
>     1.6. [all]
>
>     *) Cannot start Cocoon 2.1.12 on Windows [FC]
>
>     *) Cannot build with Java 7 [FC]
>
>     *) Use ImageIO instead of old com.sun.image.* package in
>     ImageReader [FC]
>
>     *) Apache license at the beginning cocoon's dojo widgets templates
>     causes: dojo.widget.Parse: error: [FC]
>
>     *) XSP not working with Java 8 [FC]
>
>     *) Make XMLResourceBundle (and -Factory) more extensible [CD]
>
>     *) XMLResourceBundles are not available outside a Request [CD]
>
>     *) Escape accolades in i18n messages [CD]
>
>     *) ContextSourceFactory calculates the path incorrectly when removing
>     the protocol part [FC]
>
>     *) XMLEncoder doesn't support Unicode surrogate pairs [FC]
>
>     *) Content-Range and Range headers does not respect the HTTP spec [CD]
>
>     *) Inconsistent Content-Length header for HEAD requests [CD]
>
>     *) Cannot upload a file with name containing a '=' or a ';' [CD]
>
>     *) Unsynchronized HashMap.put in ResourceReader and GeneratorSelector
>     may lead to infinite loop. [AN]
>
>     *) Update to poi-3.14 (requires Java 1.6) [AN]
>
>     *) Update to fop-1.1 [AN]
>
>     *) Update to commons-httpclient-3.1 [AN]
>
>     *) XSP: Use javax.tools.JavaCompiler interface for Javac (available
>     since Java 6). [AN]
>
>     *) Core: Update to xalan-2.7.2 and add serializer-2.7.2 [AN]
>
>     *) Enable 'java' to be found by the build and run shell scripts on a
>     modern Mac OS X. [DC]
>
>
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: [email protected]
>     <mailto:[email protected]>
>     For additional commands, e-mail: [email protected]
>     <mailto:[email protected]>
>

-- 
Cédric Damioli
CMS - Java - Open Source
www.ametys.org


--------------A826593002AAE379EAAB72A8
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    I updated the mirror page.<br>
    <br>
    Thanks !<br>
    Cédric<br>
    <br>
    <div class="moz-cite-prefix">Le 30/07/2020 à 12:24, warrell harries
      a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAL-6e7vm3eXBOMLQfOifCvBrY7izr_35asmcQUEVQGCs1_bF0A@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Great news!</div>
        <div><br>
        </div>
        <div>Well done!</div>
        <div><br>
        </div>
        The download is still showing version 2.12
        <div><br>
        </div>
        <div>Many thanks from a die-hard cocooner</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Thu, 30 Jul 2020 at 11:12,
          Cédric Damioli &lt;<a href="mailto:[email protected]"
            moz-do-not-send="true">[email protected]</a>&gt; wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Apache
          Cocoon 2.1.13 Released<br>
          -----------------------------<br>
          <br>
              The Apache Cocoon Community is proud to announce the new
          release<br>
              of Apache Cocoon.<br>
          <br>
          <br>
          <br>
             Apache Cocoon is a web development framework built around
          the concept<br>
             of separation of concerns (that is: allowing people to do
          their job<br>
             without having to step on each other toes) and
          component-oriented web<br>
             RAD.<br>
          <br>
          <br>
          <br>
             Cocoon implements these concepts around the notion of
          'component<br>
             pipelines' modelled after the 'process chain' concept where
          each<br>
             worker specializes on a particular operation. This makes it
          possible<br>
             to use a Lego(tm)-like approach in building web solutions
          where<br>
             these components can be hooked together into pipelines
          without<br>
             requiring further programming.<br>
          <br>
          <br>
          <br>
             We like to think at Cocoon as "web glue" for your web
          application<br>
             development needs. But most important, a glue that can keep<br>
             concerns separate and allow parallel evolution of the two
          sides,<br>
             improving development pace and reducing the chance of
          conflicts.<br>
          <br>
          <br>
          <br>
          For more information about Apache Cocoon 2.1.13, please go to<br>
          <a href="http://cocoon.apache.org" rel="noreferrer"
            target="_blank" moz-do-not-send="true">http://cocoon.apache.org</a><br>
          <br>
          Changes with Apache Cocoon 2.1.13<br>
          <br>
          *) Starting with 2.1.13 the minimum required Java version will
          be 1.6. [all]<br>
          <br>
          *) Cannot start Cocoon 2.1.12 on Windows [FC]<br>
          <br>
          *) Cannot build with Java 7 [FC]<br>
          <br>
          *) Use ImageIO instead of old com.sun.image.* package in
          ImageReader [FC]<br>
          <br>
          *) Apache license at the beginning cocoon's dojo widgets
          templates <br>
          causes: dojo.widget.Parse: error: [FC]<br>
          <br>
          *) XSP not working with Java 8 [FC]<br>
          <br>
          *) Make XMLResourceBundle (and -Factory) more extensible [CD]<br>
          <br>
          *) XMLResourceBundles are not available outside a Request [CD]<br>
          <br>
          *) Escape accolades in i18n messages [CD]<br>
          <br>
          *) ContextSourceFactory calculates the path incorrectly when
          removing <br>
          the protocol part [FC]<br>
          <br>
          *) XMLEncoder doesn't support Unicode surrogate pairs [FC]<br>
          <br>
          *) Content-Range and Range headers does not respect the HTTP
          spec [CD]<br>
          <br>
          *) Inconsistent Content-Length header for HEAD requests [CD]<br>
          <br>
          *) Cannot upload a file with name containing a '=' or a ';'
          [CD]<br>
          <br>
          *) Unsynchronized HashMap.put in ResourceReader and
          GeneratorSelector <br>
          may lead to infinite loop. [AN]<br>
          <br>
          *) Update to poi-3.14 (requires Java 1.6) [AN]<br>
          <br>
          *) Update to fop-1.1 [AN]<br>
          <br>
          *) Update to commons-httpclient-3.1 [AN]<br>
          <br>
          *) XSP: Use javax.tools.JavaCompiler interface for Javac
          (available <br>
          since Java 6). [AN]<br>
          <br>
          *) Core: Update to xalan-2.7.2 and add serializer-2.7.2 [AN]<br>
          <br>
          *) Enable 'java' to be found by the build and run shell
          scripts on a <br>
          modern Mac OS X. [DC]<br>
          <br>
          <br>
          <br>
---------------------------------------------------------------------<br>
          To unsubscribe, e-mail: <a
            href="mailto:[email protected]"
            target="_blank" moz-do-not-send="true">[email protected]</a><br>
          For additional commands, e-mail: <a
            href="mailto:[email protected]" target="_blank"
            moz-do-not-send="true">[email protected]</a><br>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Cédric Damioli
CMS - Java - Open Source
<a class="moz-txt-link-abbreviated" href="http://www.ametys.org">www.ametys.org</a></pre>
  </body>
</html>

--------------A826593002AAE379EAAB72A8--