COPPER meets Cassandra - COPPER 4.0.0 released

on 13 Apr 2016 by Michael
Tagged Cassandra
Filed under releases

We are proud to anounce, that COPPER 4.0.0 final has just been released.

The most important new feature of this release is the Apache Cassandra support. Copper now comes with an adapter that connects to a Apache Cassandra NoSQL database. We love Cassandra because it offers high availability and really scales linear. Besides it is for free and open source. With Copper 4 you can run your persistent workflows on a Cassandra Cluster instead of a classic relational DBMS, e.g. MySQL or Postgres. See the cassandra getting started at cassandra-getting-started.txt on how to setup Copper using cassandra.

Besides the Cassandra support, we worked on some things to make usage of Copper easier, especially for new users. The new ClasspathWorkflowRepository is quite easy to use. No need for extra folders for the workflow java files, and no need for a JDK installation at runtime. Just pass the package names of those packages containing your Copper workflows - that’s all.

Furthermore we introduced some new EngineFactories which make it easier to create and start a Copper engine, see CassandraEngineFactory or RdbmsEngineFactory.

And last but no least, this release no more supports Java 6.

You can get it here: https://github.com/copper-engine/copper-engine/releases/tag/4.0.0

COPPER meets Cassandra - COPPER 4.0.0-alpha1 released

on 27 Nov 2015 by Michael
Tagged Cassandra
Filed under releases

We are proud to anounce, that COPPER 4.0.0-alpha1 has just been released.

The most important new feature of this release is the Apache Cassandra support. Copper now comes with an adapter that connects to a Apache Cassandra NoSQL database. We love Cassandra because it offers high availability and really scales linear. Besides it is for free and open source. With Copper 4 you can run your persistent workflows on a Cassandra Cluster instead of a classic relational DBMS, e.g. MySQL or Postgres. See the cassandra getting started at cassandra-getting-started.txt on how to setup Copper using cassandra.

Besides the Cassandra support, we worked on some things to make usage of Copper easier, especially for new users. The new ClasspathWorkflowRepository is quite easy to use. No need for extra folders for the workflow java files, and no need for a JDK installation at runtime. Just pass the package names of those packages containing your Copper workflows - that’s all.

Furthermore we introduced some new EngineFactories which make it easier to create and start a Copper engine, see CassandraEngineFactory or RdbmsEngineFactory.

And last but no least, this release no more supports Java 6.

COPPER 'Getting started' now available

on 02 Dec 2014 by Matthias
Filed under documentation

Our new COPPER ‘Getting started’ is now available. Check our docs.

COPPER 3.2.1 released

on 25 Aug 2014 by Michael
Filed under releases

We are proud to announce COPPER 3.2.1

This release mainly contains some fixes and enhancements in the monitoring:

Refactoring: Fixed many typos in copper-monitoring. Refactoring: Renamed Dashboard as Configuration in copper-monitoring-client. New feature: Preliminary version of the new Dashboard view. Bugfix: Issue #43: Copper Monitoring Workflows View - Total Count always 0. Bugfix: Issue #44: Copper Monitoring View - Workflow Repository multiple entry for workflow names. Bugfix: Issue #45: Copper Monitoring: High loading times for Dashboard and Resources views.

You can get it here: https://github.com/copper-engine/copper-engine/releases/tag/3.2.1

COPPER 3.2 released

on 11 Aug 2014 by Michael
Filed under releases

We are proud to announce COPPER 3.2.0

COPPER has been upgraded to ASM 5.0, so Java 8 is now supported!

You can get it here: https://github.com/copper-engine/copper-engine/releases/tag/3.2.0