Releases: camunda-community-hub/camunda-platform-7-osgi
5.1.0
This release follows the camunda BPM platform release 7.10 and is compatible with it.
Additionally, the version range of the import has been widened. As first release, this one is backwards compatible (except, of course, the Karaf feature and the Karaf assembly).
The modules can now be used back until camunda BPM platform 7.6!
Compatible with camunda BPM platform 7.6, 7.7, 7.8, 7.9 and 7.10, or short [7.6,7.11).
This release has been tested with Java 8.
5.0.0
This release is basically a compatibility release to catch up with the camunda BPM platform releases.
It is compatible with camunda BPM platform 7.9.0.
Apart from the version update of the platform the versions of camunda spin, connect and commons have been updated.
This release has been tested with Java 7 and 8.
4.1.0
4.0.0
This camunda BPM platform OSGi release is compatible with camunda BPM platform 7.7.0.
Next to the dependency update, a bug has been closed that prevented the usage of DMN. To summarize:
- Update camunda BPM platform version to 7.7.0
- Close #41 and enable DMN usage with
OSGiExpressionManager
- Close #42
This release has been tested with Java 7 and 8.
3.0.0
The version 3.0.0 includes mainly compatibility updates to work with the camunda BPM platform 7.6.0
Additionally, the versions of some libraries have been updates. To summarize:
- Update camunda BPM platform version from 7.5.0 to 7.6.0
- Update OSGi version from 4.3.0 to 5.0.0
- Update OSGi Enterprise version from 4.2.0 to 5.2.0
- Update Pax Exam version from 3.6.0 to 4.11.0
Additionally, this version has only been tested using Java 7 and 8. Therefore, I cannot give any guarantees regarding Java 6. Since there have been some problems regarding Manifests, this release also marks the end of the 2.x releases. On the plus side, this release marks a clear, working version.
2.0.0
The second major release of camunda BPM platform OSGi. Because of the structural changes in the module structure, this release is incompatible with the previous versions.
This release includes:
- new OSGi Event Bridge
- moved from OSGi version 4.2 to 4.3
- better modularization
The last point means, that previously, a lot of things that were included in the "core" bundle camunda-bpm-osgi
are now within separate bundles. Therefore, you can more easily choose, which features you want to use and which not. The new bundles are:
- camunda-bom-osgi-configadmin
- camunda-bpm-osgi-fileinstall
- camunda-bpm-osgi-processapplication
The new major release is compatible with camunda BPM platform 7.5.x.
1.3.0
This minor release contains only small adjustments to be compatible with (an adjusted, see below) camunda BPM platform 7.4.0
No APIs were changed and no new features were added.
Note
This version does not work with camunda BPM platform 7.4.0 you can find in Maven central, because it contains wrong import and export statements. Users will have to compile their own 7.4.0 containing the changes from these pull requests:
Therefore this release is marked as pre-release.
1.2.0
1.1.0
This minor release contains some new features and a small bugfix:
- #20 OSGiELResolver now resolves methods with parameters
- #17 the Karaf commands now work for Karaf 2 and 3
- Configuration Admin Service integration with ManagedProcessEngineFactory
- Karaf assembly module to assembly a Karaf 3 including the camunda BPM bundles
- Platform API integration with the OSGiProcessApplication
Compatible with camunda BPM Platform 7.2.*
1.0.0
This is the first release of the camunda BPM Platform OSGi. The extension makes it possbile to use the camunda BPM engine inside an OSGi environment and share a ProcessEngine as service.
Version 1.0.0 is compatible with the camunda BPM Platform 7.1.*