Hi,
I'm pleased to announce the release of SmartFrog 3.12.044; the text announcement follows and the HTML announcement is attached.
This is the last non-OSGi release planned! Today, the OSGi branch is switching over to be the main branch, and releases of the non-OSGi stream will only continue if there is a pressing support issue. (of course, anyone is free to check out and release their own version).
We are planning to up the version number of SmartFrog once the changes go in, and provide lots of documentation on the changes. The key one is: an OSGi runtime can be used to isolate JAR files loaded by different components, in the same JVM.
-steve SmartFrog 3.12.044 ====================== 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 http://sourceforge.net/project/showfiles.php?group_id=87384&package_id=176308 This release is 3.12.044; built from revision 7097 of the SVN repository. This release has an extended language with the ability to tag attributes, and 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 from a build. * 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.
* JMX: the ability to configure and manage JMX components, and to manage SmartFrog components over JMX. * Logging: integration with Apache commons-logging and Log4J * Networking: email, FTP, SSH, DNS support. * Quartz: scheduled operations using Quartz libraries. * 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. deploy-by-copy is provided for all application servers that support it, and sample templates
are provided to start and stop Tomcat and JBoss. The Jetty component canconfigure 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-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-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
(the Library components under /org/smartfrog/services/os/java/library.sf ), which can be used for dynamic download of SmartFrog and other artifacts. 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.5 and Ant 1.7 to build. The izpack and source .zip and
.tar.gz distributions include a source tree adequate 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 7097 of the repository, which is available under the SVN branch https://smartfrog.svn.sourceforge.net/svnroot/smartfrog/tags/release3.12.044 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-849] - Cannot start http server in junit outside the IDE * [SFOS-872] - Hudson fails during Ivy Tests * [SFOS-881] - redistributable RPM file copies the artifacts into release/dist/rpm, so confusing signed and unsigned artifacts* [SFOS-910] - the private RPMs .gz doesnt include the .gz that it needs * [SFOS-922] - Merge constraints logic from core-branch-constraints branch
* [SFOS-928] - The fileList attribute of the Files component is a
String, not a Vector as the documentation says
* [SFOS-929] - NPE in FilesImpl
* [SFOS-932] - SSH Bulk upload tests are failing
* [SFOS-956] - some subclasses of ChildMinder don't have a fully
typed Enumeration<> on their sfChildren() method
* [SFOS-959] - make WaitForImpl easier to subclass
* [SFOS-980] - testharness failing in parse
* [SFOS-988] - security exception when starting RPM installation
with security turned on
** Improvement
* [SFOS-562] - provide better error messages when CONSTANT fails;
add tests
* [SFOS-840] - add commons-logging.properties file (with a priority)
to automatically switch logging apps to SmartFrog logging
* [SFOS-933] - Improve fileset diagnostics
* [SFOS-936] - The AntWorkflowRun component doesn't report errors or
fail as it should
* [SFOS-937] - ListUtils tuple methods shoud use <?> as a type
instead of <Object>
* [SFOS-965] - need to set timeout values for java.net.URL connections
in system properties.
* [SFOS-990] - in EvaluateConditionImpl, resolve the message only
when about to fail
** New Feature
* [SFOS-744] - Add component to deploy/terminate EC2 VMs
* [SFOS-852] - Write a redistributable build file to sign the JARs
and create custom RPMs with these signed artifacts
* [SFOS-957] - add a PingTarget component
* [SFOS-963] - add a SecurityProperties component to set JVM
security properties
* [SFOS-985] - Add an inline CSV/tuple source
** Task
* [SFOS-977] - Move all classes with a dependency on eclipse jar to
their own package
** Sub-task
* [SFOS-851] - write component to check disk space in java6+ JVM
* [SFOS-981] - move eclipse classes to their own package
* [SFOS-983] - Add tests that try and create solvers, triggering
different failure modes
Title: SmartFrog 3.12.044
SmartFrog 3.12.044
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 http://sourceforge.net/project/showfiles.php?group_id=87384&package_id=176308
This release is 3.12.044; built from revision 7097 of the SVN repository. This release has an extended language with the ability to tag attributes, and includes the following items:
- 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 from a build.
- 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.
- JMX: the ability to configure and manage JMX components, and to manage SmartFrog components over JMX.
- Logging: integration with Apache commons-logging and Log4J
- Networking: email, FTP, SSH, DNS support.
- Quartz: scheduled operations using Quartz libraries.
- 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. deploy-by-copy is provided for all application servers that support, and a tomcat-specific component can communicate with Apache Tomcat. The Jetty component can configure and deploy individual servlets, eliminating much of the need for WAR files themselves.
- 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.
- 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 original smartfrog distribution as .zip and .tar.gz (deprecated)
The RPM installation is for RPM-based Linux systems. It comprises the following RPMs:
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-javadoc |
javadocs for the project |
smartfrog-ant |
Ant task and build file execution |
smartfrog-anubis |
Distributed partition-aware tuple space |
smartfrog-csvfiles |
CSV file support |
smartfrog-database |
Database access |
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-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 (the Library components under /org/smartfrog/services/os/java/library.sf ), which can be used for dynamic download of SmartFrog and other artifacts.
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.5 and Ant 1.7 to build.
The distribution does not include a source tree adequate to build the entire system. Please follow the instructions at http://sourceforge.net/svn/?group_id=87384 and check out smartfrog/trunk/core from our repository.
This release was built with revision 7097 of the repository, which is available under the SVN branch https://smartfrog.svn.sourceforge.net/svnroot/smartfrog/tags/release3.12.044
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/
The SmartFrog Team
Changes since last release
Bug
- [SFOS-849] - Cannot start http server in junit outside the IDE
- [SFOS-872] - Hudson fails during Ivy Tests
- [SFOS-881] - redistributable RPM file copies the artifacts into release/dist/rpm, so confusing signed and unsigned artifacts
- [SFOS-910] - the private RPMs .gz doesnt include the .gz that it needs
- [SFOS-922] - Merge constraints logic from core-branch-constraints branch
- [SFOS-928] - The fileList attribute of the Files component is a String, not a Vector as the documentation says
- [SFOS-929] - NPE in FilesImpl
- [SFOS-932] - SSH Bulk upload tests are failing
- [SFOS-956] - some subclasses of ChildMinder don't have a fully typed Enumeration<> on their sfChildren() method
- [SFOS-959] - make WaitForImpl easier to subclass
- [SFOS-980] - testharness failing in parse
- [SFOS-988] - security exception when starting RPM installation with security turned on
Improvement
- [SFOS-562] - provide better error messages when CONSTANT fails; add tests
- [SFOS-840] - add commons-logging.properties file (with a priority) to automatically switch logging apps to SmartFrog logging
- [SFOS-933] - Improve fileset diagnostics
- [SFOS-936] - The AntWorkflowRun component doesn't report errors or fail as it should
- [SFOS-937] - ListUtils tuple methods shoud use <?> as a type instead of <Object>
- [SFOS-965] - need to set timeout values for java.net.URL connections in system properties.
- [SFOS-990] - in EvaluateConditionImpl, resolve the message only when about to fail
New Feature
- [SFOS-744] - Add component to deploy/terminate EC2 VMs
- [SFOS-852] - Write a redistributable build file to sign the JARs and create custom RPMs with these signed artifacts
- [SFOS-957] - add a PingTarget component
- [SFOS-963] - add a SecurityProperties component to set JVM security properties
- [SFOS-985] - Add an inline CSV/tuple source
Task
- [SFOS-977] - Move all classes with a dependency on eclipse jar to their own package
Sub-task
- [SFOS-851] - write component to check disk space in java6+ JVM
- [SFOS-981] - move eclipse classes to their own package
- [SFOS-983] - Add tests that try and create solvers, triggering different failure modes
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Smartfrog-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartfrog-users
