Skip to content

msager27/eventing-integrations

 
 

Repository files navigation

Eventing – 3rd-party Integrations

ConsoleDot events integrations with 3rd-party tools (such as Splunk) build together with Notifications.

Integrations

Updating Java Dependencies

The best way how to update Java/Quarkus dependencies is to update Quarkus platform version. The platform version is mapped to a set of dependent packages of Camel provided by a BOM (Bill of Materials) package io.quarkus.platform:quarkus-camel-bom (available from quarkusio/quarkus-platform).

See also

Process

  1. Check version of quarkus.platform.version project property whether it matches the newest possible version as per quarkus-camel-bom.
    • Note: always use .Final versions.
  2. Increase the minor version of quarkus.platform.version project property by one.
  3. Read Quarkus Migration guide for the minor version.
  4. Compile code with mvnw clean compile (from the corresponding directory) and check for errors.
  5. Repeat to increase the minor version up to the highest possible.
  6. Test the app, e.g. by running mvnw quarkus:dev.

About

Eventing 3rd-party integrations backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.4%
  • Python 22.4%
  • Shell 9.7%
  • Groovy 2.5%