camunda-community-hub / camunda-platform-7-camel

Community Extension to add Apache Camel support for Camunda Platform 7
Apache License 2.0
82 stars 57 forks source link

Bump camunda-bpm-osgi from 1.1.0 to 5.1.0 #87

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps camunda-bpm-osgi from 1.1.0 to 5.1.0.

Release notes

Sourced from camunda-bpm-osgi's releases.

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

This camunda BPM platform OSGi release adds support for using task listener and activity behavior as Blueprint EL expressions (see #49). It is compatible with camunda BPM platform version 7.7.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

... (truncated)

Commits
  • 9da8742 [maven-release-plugin] prepare release 5.1.0
  • 44a210e chore(POM): update camunda BPM version to 7.10
  • 638824a fix(travis): fix dependency version for 7.9
  • a1ea366 fix(travis): add all camunda env variables to env sections
  • 7d1a606 experimental: add echo
  • 6181195 fix(CI): change variables to uppercase
  • 80302f5 fix(CI): activate CI profile explicitly for Travis
  • f1ba564 chore(POM): remove JDK11
  • 9051be5 fix(POM): remove the env prefix for the CI profile activation
  • 1492b45 fix: change versions back to the ones camunda 7.9 requires
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
jangalinski commented 2 years ago

osgi is removed from default build

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.