ConsoleDot events integrations with 3rd-party tools (such as Splunk) build together with Notifications.
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
- Camel Dependency Management for Quarkus
- Quarkus Platform Guide
- 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.
- Note: always use
- Increase the minor version of
quarkus.platform.version
project property by one. - Read Quarkus Migration guide for the minor version.
- Compile code with
mvnw clean compile
(from the corresponding directory) and check for errors. - Repeat to increase the minor version up to the highest possible.
- Test the app, e.g. by running
mvnw quarkus:dev
.- Check how to run Splunk Camel