Hello Cocoon community,

I've prepared artifacts for the release of our two blocks:

Cocoon Forms Impl 1.0.0
~~~~~~~~~~~~~~~~~~~~~~~
This is Avalon-based (contrary to the 1.1.0 release that has been already published and is Spring-based) version of Cocoon Forms. However, this version is already using SSF for serving resources.


Cocoon Template Impl 1.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~
Similarly to the Forms block, template block is also based on Avalon. There are no other differences compared to 1.1.0 version which was already published as well.


                              - o -


The idea of releasing both artifacts is to make migration to Cocoon 2.2 easier for people that have their own extensions to the given blocks. With use of 1.1.0 versions they would be forced to migrate those extensions to Spring immediately which makes migration more difficult.


                              - o -


The proposed artifacts can be tested either with Cocoon Core 2.2.0 or trunk.

For testing on your own add a 'cocoon-staging' profile to your Maven 
settings.xml:

    <profile>
      <id>cocoon-staging</id>
      <repositories>
        <repository>
          <id>cocoon.staging</id>
          <name>Cocoon staging repository</name>
          <url>http://people.apache.org/builds/cocoon</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>cocoon.staging</id>
          <name>Cocoon staging repository</name>
          <url>http://people.apache.org/builds/cocoon</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>

and use the proposed artifacts instead of SNAPSHOT versions.


                              - o -


You can find the staged files for all modules (sources, binaries, javadocs, checksums, gpg signatures) at

 - http://people.apache.org/builds/cocoon/
   (Maven 2 repo)
 - http://people.apache.org/~gkossakowski/cocoon-staging/
   (Standard release artifacts)


SVN tags of all these artifacts can be found at
http://svn.apache.org/repos/asf/cocoon/tags/.


This majority vote stays open for 72 hours.

Please cast your votes.
Here is my +1

After testing them throughly with rather big application that heavily relies on both Forms and Templates blocks. No problems were found.

--
Best regards,
Grzegorz Kossakowski

Reply via email to