camel
camel copied to clipboard
Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
# Description See https://issues.apache.org/jira/browse/CAMEL-22173 # Target - [ ] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) For now the MR is...
# Description # Target - [ ] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Tracking - [ ] If this...
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.1. Release notes Sourced from gulp's releases. gulp v5.0.1 Bug Fixes Avoid globbing before read stream is opened (#2839) (19122f3) Avoid Node.js deprecation warning for...
``` $ camel infra run rabbitmq --json { "connectionProperties" : { }, "getAmqpUrl" : "amqp://localhost:5672", "getHttpPort" : 15672, "initialize" : null, "managementPassword" : "guest", "managementUri" : "http://localhost:15672", "managementUsername" : "guest",...
# Description Requires: https://github.com/camel-tooling/camel-language-server/pull/1286 Nice to have but not required: https://github.com/jline/jline3/pull/1327 camel-jbang edit plugin display extra information on camel options like _group_, _required_, _possible values_ and _default value_: ![Screenshot from...
Bumps `httpclient-version` from 5.4.4 to 5.5. Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.4 to 5.5 Changelog Sourced from org.apache.httpcomponents.client5:httpclient5's changelog. Release 5.5 This is the first GA release in the 5.5 release series....
# Description # Target - [ ] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Tracking - [ ] If this...
…25 experimental Update the GitHub Actions workflow Java version matrix: - Make Java 21 a first-class (non-experimental) build target alongside Java 17 - Add Java 25 as the new experimental...
Migrate to spotless which offers a bit more than just simple formatting, especially on pom files and other non java source files.
# Description This is a draft PR for spring-boot 4 upgrade work. At the moment it compiles, and we are working through test failures / version upgrades. Related issues :...