set version to 3.14.10-est-1#24142
Closed
stecurran-est wants to merge 425 commits into
Closed
Conversation
Add support for providing custom metadata to files when uploading. Makes use of the CamelAwsS3Metadata -header that is also used with the consumer endpoint.
apache#7040) * CAMEL-17474: camel-core - set transacted when copying exchange in multicast processor * CAMEL-17474: camel-core - similar fix with RecipientList and Split EIP * CAMEL-17474: add a test for Enrich EIP * CAMEL-17474 add assertions to check the copied exchanges are marked as transactional
apache#7118) * CAMEL-17751: Extracting Camel-Saga-Compensate & Camel-Saga-Complete from CamelHttpQuery header if not present as individual headers * CAMEL-17751: Comments addressing - Usage of URISupport.parseQuery for extraction of query params into a Map Co-authored-by: Vangelis Papanastasatos <papanastasatose@unisystems.gr>
This reverts commit 1ffdd10.
apache#7127) * CAMEL-17602: camel-aws-sqs - consumer should map headers back to their original type such as boolean, integer etc.
…o when sending to sqs when hitting maximum number of message headers. (apache#7146)
… Thanks to Artem St for unit tests.
…a. Thanks to Dmitrii Antonov for patch. (apache#10912)
…uld be limite to capacity size, to avoid growing unlimited and leak memory. (apache#11013)
…Exception for every success request. (apache#11146)
Co-authored-by: Alan Davila <>
* camel-ftp - Force using synchronous due to thread-safety of ftp client used by the consumer. * camel-ftp - Force using synchronous due to thread-safety of ftp client used by the consumer. --------- Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: davsclaus <davsclaus@users.noreply.github.com>
Update old JBoss repo link to address build failure due to missing dependencies.
Update GitHub actions for 3.14.10
…ring/logging - Set toString() as final in Exchange and event classes to prevent subclass overrides - Remove getExchange() from toString() output to avoid leaking message body / header - Use getExchangeId() in UnitOfWorkHelper logging instead of full exchange object Signed-off-by: stecurran-est-tech <stephen.curran@est.tech>
fix(CVE-2024-22371): prevent sensitive exchange data exposure
…case mode (CVE-2025-27636) Signed-off-by: ivonaest <ivona.cvije@est.tech>
Builds on the CVE-2025-27636 fix to DefaultHeaderFilterStrategy by ensuring all component-level HeaderFilterStrategy implementations also apply case-insensitive filtering, preventing mixed-case header injection (e.g. "CAmeLExecCommandExecutable") from bypassing filters. - Add setLowerCase(true) to JMS, SJMS, Mail, Kafka, RabbitMQ, VertxKafka, SNS, and SQS HeaderFilterStrategy classes - Block Camel-prefixed headers (Camel*, org.apache.camel.*) from being sent or received over JMS/SJMS by default - Set caseInsensitive=true default in DefaultHeaderFilterStrategy - Create ClassicJmsHeaderFilterStrategy for tests that rely on Camel headers passing through JMS (old behavior) - Update affected JMS tests to use ClassicJmsHeaderFilterStrategy - Add unit tests verifying mixed-case Camel header filtering Signed-off-by: stecurran-est-tech <stephen.curran@est.tech>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
set version to 3.14.10-est-1-SNAPSHOT to set version to 3.14.10-est-1