Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-20724: camel-saxon - Fix xquery namespaces usage #13996

Merged
merged 1 commit into from
May 1, 2024

Conversation

DenisIstomin
Copy link
Member

@DenisIstomin DenisIstomin commented Apr 30, 2024

Description

Fixes xquery namespaces usage.
This is a regression starting from 4.4.0.
Should be also merged to 4.4.x, 4.5.x.

Target

  • I checked that the commit is targeting the correct branch (note that Camel 3 uses camel-3.x, whereas Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally and I have committed all auto-generated changes

Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus davsclaus merged commit 10982f7 into apache:main May 1, 2024
5 checks passed
4nt01ne pushed a commit to 4nt01ne/camel that referenced this pull request May 14, 2024
Croway pushed a commit to Croway/camel that referenced this pull request Sep 2, 2024
)

* CAMEL-20549: camel-kafka - Using sslKeystoreType should work with PEM (apache#13444)

* CAMEL-20558: Ability to use the old Micrometer meter names does not work on MicrometerExchangeEventNotifier. Thanks to Sébastien Perpignane for the patch.

* CAMEL-20563: shutdown existing consumer instance to release resources… (apache#13510)

* CAMEL-20563: shutdown existing consumer instance to release resources (heartbeat) before creating new ones

* CAMEL-20563: Reformatted code

* CAMEL-20563: shutdown existing consumer instance to release resources… (apache#13510)

* CAMEL-20663: camel-main - Reading properties file should support mixed case and dash vs no-dash style all combinations (apache#13779)

* CAMEL-20699, CAMEL-20691: Fix Azure ServiceBus header propagation (apache#13879)

* CAMEL-20699: Fix Azure ServiceBus consumer broker property propagation

* CAMEL-20691: Fix propagation of application properties

* CAMEL-20724: camel-saxon - Fix xquery namespaces usage (apache#13996)

* CAMEL-20732: fix parsing primitive array types in RestDefinition (apache#14043)

Generation of string representation for arrays relies on getName() as
a workaround to properly support nested classes. However, this results
in "null[]" for array of primitives.

Rework the logic and introduce a unit test, so we can handle such types
properly again.

* CAMEL-20778: intercept EIP should not intercept doTry/doCatch/doFinally. (apache#14180)

Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>

* CAMEL-20812: camel-netty-http: hostnameVerification option not used (apache#14294)

* CAMEL-20873: Handle potential failures in VertxPlatformHttpSupport.writeResponse

* Fix compile

* Refresh of generated files

---------

Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>
Co-authored-by: Sami Peltola <sami.peltola81@gmail.com>
Co-authored-by: Dylan Piergies <dylan.piergies@gmail.com>
Co-authored-by: Denis Istomin <istomin.den@gmail.com>
Co-authored-by: Stefan Kalscheuer <stefan@stklcode.de>
Co-authored-by: James Netherton <jamesnetherton@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants