davsclaus opened a new pull request, #24117:
URL: https://github.com/apache/camel/pull/24117

   ## Summary
   
   - Replace `XxxConstants.FIELD` Java constant references with their actual 
string header names (e.g. `"CamelKafkaPartitionKey"`) across 64 component 
documentation files
   - Makes documentation multi-DSL friendly so XML and YAML DSL users don't 
need to know Java imports to understand header names
   - Also replaces Java enum references (e.g. `HazelcastOperation.PUT` → 
`"put"`, `SolrOperation.INSERT` → `"INSERT"`) and URI prefix constants (e.g. 
`HazelcastConstants.MAP_PREFIX` → inline `hazelcast-map:`)
   - Improves AI training data quality by using universal string names instead 
of Java-specific constant references
   
   Components affected: caffeine, camunda, consul, crypto, cyberark-vault, 
digitalocean, elasticsearch, geocoder, git, hazelcast (7 sub-components), hl7, 
ignite, influxdb, influxdb2, jaxb, jcr, jms, jsonpath, jt400, kafka, keycloak, 
kubernetes (18 sub-components), lucene, metrics, micrometer, mina, minio, 
netty, opentelemetry-metrics, paho, paho-mqtt5, platform-http, robotframework, 
rocketmq, sap-netweaver, shiro, solr, splunk-hec, ssh, stitch.
   
   ## Test plan
   
   - [ ] Verify no remaining `Constants.` references in component docs (except 
valid class name references like `MimeConstants.java`)
   - [ ] Verify string header names match the values in the corresponding 
`*Constants.java` files
   - [ ] Documentation-only change, no code changes
   
   _Claude Code on behalf of Claus Ibsen_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to