Skip to content

jboss-fuse/camel-k-runtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Java 92.9%
  • Groovy 4.5%
  • Shell 2.2%
  • Other 0.4%