This is an automated email from the ASF dual-hosted git repository.

oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c277cc7a45d8 CAMEL-23509: document 4.14.8 camel-lucene header rename 
in upgrade guide
c277cc7a45d8 is described below

commit c277cc7a45d8cb1726c719c4f1b1b52d9ce9bd62
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 14 19:10:41 2026 +0200

    CAMEL-23509: document 4.14.8 camel-lucene header rename in upgrade guide
    
    Adds a 4.14.8 entry to camel-4x-upgrade-guide-4_14.adoc on main so the
    canonical version-specific upgrade history stays in sync with the
    camel-4.14.x backport (#23232), per the project's backport upgrade-guide
    policy.
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
index dfab1bd1be37..f0823cae1f05 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
@@ -99,6 +99,23 @@ Hazelcast topic, queue, map, list, set, or in one of the 
repositories
 above must provide their own `Config` with a
 `JavaSerializationFilterConfig` configured for their class names.
 
+=== camel-lucene
+
+The Exchange header values exposed by `LuceneConstants` have been renamed to 
follow the standard
+Camel naming convention. The field names are unchanged, so routes referencing 
the constants
+(`LuceneConstants.HEADER_QUERY`, `LuceneConstants.HEADER_RETURN_LUCENE_DOCS`) 
continue to work
+without modification. However, routes that set or read these headers using the 
raw string values
+must be updated:
+
+* `QUERY` -> `CamelLuceneQuery`
+* `RETURN_LUCENE_DOCS` -> `CamelLuceneReturnLuceneDocs`
+
+As a consequence, the generated Endpoint DSL header accessors on 
`LuceneHeaderNameBuilder`
+have been renamed accordingly:
+
+* `qUERY()` -> `luceneQuery()`
+* `returnLuceneDocs()` -> `luceneReturnLuceneDocs()`
+
 == Upgrading from 4.14.2 to 4.14.3
 
 === camel-tika

Reply via email to