camel-tooling / camel-tooling/camel-idea-plugin
Add unit test for Java code completion in text blocks
Open
- Dominant language
- Java
- Stars
- 210
- Forks
- 59
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 6
Description
The Java DSL (In Camel 4.2 onwards) now supports String text-blocks when defining Camel URIs, as shown:
```
from("""debezium-postgres:customerEvents
?databasePassword={{myPassword}}
&databaseDbname=myDB
&databaseHostname=myHost
&pollIntervalMs=2000
&queryFetchSize=100""")
.to("kafka:cheese");
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.