Announcing SmartFrog 3.18.014

Steve Loughran <[email protected]> Mon, 31 Oct 2011 15:38:40 +0000
Newsgroups gmane.comp.java.smartfrog.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------080501050106080507040508
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


I'm pleased to announce the release of SmartFrog 3.18.014

The big changes are
  -asynchronous Jetty startup is now working in the SmartFrog tests and 
in internal use
  -the SmartFrog testharness has been reworked to ensure that the 
failing Jetty test were correctly picked up and other race conditions 
did not cause deadlocks.

We've also upgraded the Groovy distribution to Groovy 1.8.3

As usual, if there are problems, raise them on the mailing list or JIRA. 
Assuming this release doesn't introduce any major regressions, it will 
be the last release for 2011.

-Steve

SmartFrog 3.18.014
==================

This is a new release of SmartFrog, the Java-based, LPGL-licensed
distributed deployment framework developed by HP Laboratories.

SmartFrog enables applications to be deployed across multiple machines,
configuring different aspects of the system so that they are all
consistently configured, and managing the life-cycle of the application
as a whole.


The project's home page is
   http://smartfrog.org/
The release artifacts are available at
 
https://sourceforge.net/projects/smartfrog/files/development/smartfrog-3.18.014/

Artifacts for use by Ivy and Maven are available under
http://smartfrog.sourceforge.net/repository/

This release is 3.18.014; built from revision 8803
of the SVN repository.

It was compiled with the Java version set to Java 6 -it will not work
on Java1.5 JVMs.

This release includes the following items:

* The core SmartFrog daemon, including services to manage files,
   start and stop Java and native programs.
* Example components and applications.
* Ant support: ant tasks to deploy and terminate applications.
* Ant components: the ability to execute ant tasks in a deployment.
* Anubis: a partition aware tuple-space that can be used to implement
   fault tolerant systems.
* Database: components to issue database commands, and deploy HSLDB
   and MySQL databases.
* Groovy: the ability to write SmartFrog components using the
   Groovy language.
* JMX: the ability to configure and manage JMX components, and to
   manage SmartFrog components over JMX.
* Logging: integration with Apache commons-logging and Log4J, and the
   SLF4J framework.
* Networking: email, FTP, SSH, DNS support.
* Quartz: scheduled operations using Quartz libraries.
* RpmTools: components for working with or deploying with RPMs
* Scripting: support for BSF-hosted scripting languages
* Testing: Distributed JUnit and component testing with SFUnit.
* Velocity: generation/transformation of text files during deployment
* WWW: deployment of WAR and EAR files to application servers.
* Jetty: The Jetty components can configure and deploy individual
   servlets, eliminating much of the need for WAR files and
   application servers.
* XML: XML support with XOM.
* XMPP: Presence and messaging over Jabber.

Packaging
=========

This release is available as:

* RPM files inside a .tar.gz file.
* A JAR installer.
* The original core smartfrog distribution as .zip and .tar.gz
   (deprecated).
* A .tar.gz file containing everything needed to create a private set
   of RPM files containing JAR files signed by a private Certification
   Authority.


The RPM installation is for RPM-based Linux systems. The archive
contains the following RPM files:

smartfrog:            The core SmartFrog distribution.
smartfrog-daemon:     The shell scripts to add the SmartFrog distribution
                       to the path, and to run the daemon on start-up.
smartfrog-demo:       Example code and documentation.
smartfrog-javadocs:   Javadocs for the project
smartfrog-ant:        Ant task and build file execution
smartfrog-anubis:     Distributed partition-aware tuple space
smartfrog-csvfiles:   Support for reading/writing CSV Files.
smartfrog-database:   Database access
smartfrog-groovy:     Groovy Support
smartfrog-jetty:      Jetty support
smartfrog-jmx:        JMX integration though MX4J
smartfrog-junit:      Junit 3.8.2 test execution
smartfrog-logging:    Logging through Log4J and commons-logging
smartfrog-networking: SSH, SCP, FTP and email
smartfrog-quartz:     Scheduled operations
smartfrog-rpmtools:   RPM support tools
smartfrog-scripting:  Scripted components
smartfrog-velocity:   Velocity template processing
smartfrog-www:        Web support: Deployment and liveness pages
smartfrog-xml:        XML Support
smartfrog-xmpp:       XMPP/Jabber communications
smartfrog-xunit:      Distributed testing and reporting

All the JAR files are also published to a repository that is
compatible with Apache Maven and Ivy. Add
    http://smartfrog.sourceforge.net/repository/
to your repository list to pull SmartFrog artifacts into your Ivy- or
Maven- based build.

There are also SmartFrog components to retrieve artifacts from such a
repository which can be used for dynamic download of SmartFrog and
other artifacts, in /org/smartfrog/services/os/java/library.sf


Security warning
================

Unless SmartFrog is configured with security, a running daemon will
listen on its configured port for incoming deployment requests, and
deploy the applications with the rights of the user running the daemon.
When the smartfrog-daemon RPM is installed, that means that a process
running as root will be listening on an open port for incoming
deployment requests. Do not deploy SmartFrog this way on any untrusted
network, not without turning security on.

There is a special distribution .tar.gz file that can be used to
generate a private set of secure RPM files.

Building SmartFrog
==================

SmartFrog requires Java 1.6+ and Ant 1.8+ to build. The izpack and
source .zip and .tar.gz distributions include a source tree sufficient
to build the entire system. To build a later release, please follow
the instructions at
   http://sourceforge.net/svn/?group_id=87384
to check out smartfrog/trunk/core from our repository.

This release was built with revision 8803 of the repository, which
is available under the SVN branch
https://smartfrog.svn.sourceforge.net/svnroot/smartfrog/tags/release3.18.014

We strongly encourage anyone interested in building or extending
SmartFrog to get involved in the SmartFrog developer mailing list,
which can be found from the sourceforge project page
http://sourceforge.net/projects/smartfrog/

Reporting Bugs
==============

Please file all bug reports at http://jira.smartfrog.org/

Thank you!

The SmartFrog Team        http://smartfrog.org/

Changes since last release
==========================
** Bug
     * [SFOS-1658] - Regression: Xunit AntXMLNestedTestFailing
     * [SFOS-1659] - Junit testrunner test failing on release VM
     * [SFOS-1667] - Jetty server not starting up right
     * [SFOS-1668] - TestCompoundImpl mistakes ForcedShutdown for success
     * [SFOS-1672] - core/testharness tests failing as ibiblio.org is down
     * [SFOS-1674] - Jetty tests failing in trunk


** Improvement
     * [SFOS-1670] - downgrade stack trace warning from warn to log
     * [SFOS-1675] - WorkerThreadPrimImpl to terminate worker before calling
                     superclass
     * [SFOS-1677] - move up to groovy 1.8.3

** New Feature
     * [SFOS-1673] - add Log4Json to Json package


--------------080501050106080507040508
Content-Type: text/html;
 name="release_3.18.014.html"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="release_3.18.014.html"

<html>
<head>
  <title>SmartFrog 3.18.014</title>
</head>
<body>
<h1>SmartFrog 3.18.014</h1>

<p>
  This is a new release of SmartFrog, the Java-based, LPGL-licensed distributed
  deployment framework developed by HP Laboratories. SmartFrog enables
  applications to be deployed across multiple machines, configuring different
  aspects of the system so that they are all consistently configured, and managing
  the life-cycle of the application as a whole. The project's home page is
  <a href="http://smartfrog.org/">http://smartfrog.org/</a>
</p>

<p>
  The release artifacts are available at
  <a  href="https://sourceforge.net/projects/smartfrog/files/development/smartfrog-3.18.014/">
    https://sourceforge.net/projects/smartfrog/files/development/smartfrog-3.18.014</a>
</p>

<p>
  Artifacts for use by Ivy and Maven are available under
  <a href="http://smartfrog.sourceforge.net/repository/">http://smartfrog.sourceforge.net/repository/</a>
</p>
<p>
  This release is 3.18.014; built from revision 8803
  of the SVN repository.
</p><p>
  It was compiled with the Java version set to Java 6
  -it will not work on Java1.5 JVMs.
</p><p>
  This release includes the following items:
</p>

<ul>
  <li> Core smartfrog daemon, including services to manage files, start and stop
    Java and native programs.
  </li>
  <li> Example components and applications.
  </li>
  <li> Ant support: ant tasks to deploy and terminate applications from a build.
  </li>
  <li> Ant components: the ability to execute ant tasks in a deployment.
  </li>
  <li> Anubis: a partition aware tuple-space that can be used to implement fault
    tolerant systems.
  </li>
  <li> Database: components to issue database commands, and deploy HSLDB and MySQL
   databases.
  </li>
  <li>Groovy: the ability to write SmartFrog components using the
    Groovy language.
  </li>
  <li> JMX: the ability to configure and manage JMX components, and to manage
    SmartFrog components over JMX.
  </li>
  <li> Logging: integration with Apache commons-logging and Log4J, and the 
  SLF4J framework.
  </li>
  <li> Networking: email, FTP, SSH, DNS support.
  </li>
  <li> Quartz: scheduled operations using Quartz libraries.
  </li>
  <li> RpmTools: components for working with or deploying with RPMs</li>
  <li> Scripting: support for BSF-hosted scripting languages
  </li>
  <li> Testing: Distributed JUnit and component testing with SFUnit.
  </li>
   <li>
    Velocity: generation/transformation of text files during deployment
  </li>
  <li> WWW: deployment of WAR and EAR files to application servers. deploy-by-copy
    is provided for all application servers that support, and a tomcat-specific
    component can communicate with Apache Tomcat.</li>
  <li>Jetty: The Jetty component can
    configure and deploy individual servlets, eliminating much of the need for WAR
    files themselves.
  </li>
  <li> XML: XML support with XOM.
  </li>
  <li> XMPP: Presence and messaging over Jabber.
  </li>
</ul>

<h3>Packaging</h3>

<p>
  This release is available as:
</p>

<ol>
  <li>
    RPM files inside a .tar.gz file.
  </li>
  <li>
    A JAR installer.
  </li>
  <li>
    A .tar.gz file containing everything needed to create a private set of RPM files
    containing JAR files signed by a private Certification Authority.
  </li>
  <li>
    The original smartfrog distribution as .zip and .tar.gz
  </li>
</ol>

<p>
  The RPM installation is for RPM-based Linux systems. It comprises the following RPMs:
</p>

<table>
  <tr>
    <td><code>smartfrog</code></td>
    <td>The core SmartFrog distribution.</td>
  </tr>
  <tr>
    <td><code>smartfrog-daemon</code></td>
    <td>The shell scripts to add the smartfrog distribution to the
      path, and to run the daemon on start-up.
    </td>
  </tr>
  <tr>
    <td><code>smartfrog-javadoc</code></td>
    <td>javadocs for the project</td>
  </tr>
  <tr>
    <td><code>smartfrog-ant</code></td>
    <td>Ant task and build file execution</td>
  </tr>
  <tr>
    <td><code>smartfrog-anubis</code></td>
    <td>Distributed partition-aware tuple space</td>
  </tr>
  <tr>
    <td><code>smartfrog-csvfiles</code></td>
    <td>CSV file support</td>
  </tr>
  <tr>
    <td><code>smartfrog-database</code></td>
    <td>Database access</td>
  </tr>
  <tr>
    <td><code>smartfrog-groovy</code></td>
    <td>Groovy support</td>
  </tr>
  <tr>
    <td><code>smartfrog-jetty</code></td>
    <td>Jetty support</td>
  </tr>
  <tr>
    <td><code>smartfrog-jmx</code></td>
    <td>JMX integration though MX4J</td>
  </tr>
  <tr>
    <td><code>smartfrog-junit</code></td>
    <td>Junit 3.8.2 test execution</td>
  </tr>
  <tr>
    <td><code>smartfrog-logging</code></td>
    <td>Logging through Log4J and commons-logging</td>
  </tr>
  <tr>
    <td><code>smartfrog-networking</code></td>
    <td>SSH, SCP, FTP and email</td>
  </tr>
  <tr>
    <td><code>smartfrog-quartz</code></td>
    <td>Scheduled operations</td>
  </tr>
  <tr>
    <td><code>smartfrog-rpmtools</code></td>
    <td>RPM support tools</td>
  </tr>
  <tr>
    <td><code>smartfrog-scripting</code></td>
    <td>Scripted components</td>
  </tr>
  <tr>
    <td><code>smartfrog-velocity</code></td>
    <td>Velocity template processing</td>
  </tr>
  <tr>
    <td><code>smartfrog-www</code></td>
    <td>Web support: Deployment and liveness pages</td>
  </tr>
  <tr>
    <td><code>smartfrog-xml</code></td>
    <td>XML Support</td>
  </tr>
  <tr>
    <td><code>smartfrog-xmpp</code></td>
    <td>XMPP/Jabber communications</td>
  </tr>
  <tr>
    <td><code>smartfrog-xunit</code></td>
    <td>Distributed testing and reporting</td>
  </tr>
</table>
<p>
  All the JAR files are also published to a repository that is compatible with
  Apache Maven and Ivy. Add
  <a href="http://smartfrog.sourceforge.net/repository">http://smartfrog.sourceforge.net/repository</a>
  to your repository list to pull SmartFrog artifacts into your Ivy- or Maven- based build.
</p>

<p>
  There are also SmartFrog components to retrieve artifacts from such a repository
  (the Library components under /org/smartfrog/services/os/java/library.sf ),
  which can be used for dynamic download of SmartFrog and other artifacts.
</p>

<h3>Security warning</h3>

<p>
  Unless SmartFrog is configured with security, a running daemon
  will listen on its configured port for incoming deployment requests, and deploy
  the applications with the rights of the user running the daemon. When the
  smartfrog-daemon RPM is installed, that means that a process running as root
  will be listening on an open port for incoming deployment requests.
  Do not deploy SmartFrog this way on any untrusted
  network, not without turning security on.
</p>
<p>
  There is a special distribution .tar.gz file that can be used to generate
  a private set of secure RPM files.
</p>

<h3>Building SmartFrog</h3>

<p>
  SmartFrog requires Java 1.6+ and Ant 1.7+ to build. 
</p>

<p>

  The distribution does not include a source tree adequate to build the entire
  system. Please follow the instructions at
  <a href="http://sourceforge.net/svn/?group_id=87384">http://sourceforge.net/svn/?group_id=87384
  </a>
  and check out smartfrog/trunk/core from our repository.
</p>

<p>

  This release was built with revision 8803 of the repository, which
  is available under the SVN branch
  <a href="https://smartfrog.svn.sourceforge.net/svnroot/smartfrog/tags/release3.18.014">https://smartfrog.svn.sourceforge.net/svnroot/smartfrog/tags/release3.18.014</a>
</p>

<p>
  We strongly encourage anyone interested in building or extending smartfrog to
  get involved in the smartfrog developer mailing list, which can be found from
  the sourceforge project page
  <a href="http://sourceforge.net/projects/smartfrog/">
    http://sourceforge.net/projects/smartfrog/</a>
</p>


<h3>Reporting Bugs</h3>

<p>
  Please file all bug reports at <a
        href="http://jira.smartfrog.org/">http://jira.smartfrog.org/</a>
</p>

<p>
  The SmartFrog Team
</p>


<h3>Changes since last release</h3>


<h3> Bug
</h3>
<ul>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1658'>SFOS-1658</a>] - Regression: Xunit
    AntXMLNestedTestFailing
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1659'>SFOS-1659</a>] - Junit testrunner test failing on
    release VM
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1667'>SFOS-1667</a>] - Jetty server not starting up right
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1668'>SFOS-1668</a>] - TestCompoundImpl mistakes
    ForcedShutdown for success
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1672'>SFOS-1672</a>] - core/testharness tests failing as
    ibiblio.org is down
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1674'>SFOS-1674</a>] - Jetty tests failing in trunk
  </li>
</ul>

<h3> Improvement
</h3>
<ul>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1670'>SFOS-1670</a>] - downgrade stack trace warning from
    warn to log
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1675'>SFOS-1675</a>] - WorkerThreadPrimImpl to terminate
    worker before calling superclass
  </li>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1677'>SFOS-1677</a>] - move up to groovy 1.8.3
  </li>
</ul>

<h3> New Feature
</h3>
<ul>
  <li>[<a href='http://jira.smartfrog.org/jira/browse/SFOS-1673'>SFOS-1673</a>] - add Log4Json to Json package
  </li>
</ul>

</body>
</html>


--------------080501050106080507040508
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev

--------------080501050106080507040508
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Smartfrog-users mailing list
Smartfrog-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

--------------080501050106080507040508--