/camel-k-runtime

Apache camel-k runtime

Primary LanguageJavaApache License 2.0Apache-2.0

Apache Camel K Runtime

Maven Central Licensed under Apache License version 2.0 Chat on Zulip Build Status

This repository contains the Apache Camel-K Runtime bits used by the main project

How to bump the main dependencies

In order to simplify the maintenance, you can use a script in /script/ directory which take care of bumping the versions for the project. As we maintain a BOM which is not inheriting the main project parent, this is very handy to keep versions aligned. Instructions how to run the script:

Usage: ./script/bump.sh [options]
--version                 Bump Camel K runtime version
--camel                   Bump Camel version
--camel-quarkus           Bump Camel-Quarkus version
--quarkus                 Bump Quarkus version
--graalvm                 Bump GraalVM version
--help                    This help message

Example: ./script/bump.sh --version 1.14.0-SNAPSHOT --camel 3.16.0

Instructions for local debugging

You can follow these instructions in order to run and debug a Camel K integration based on a local Camel K runtime.