camel-tooling / camel-tooling/camel-idea-plugin

Add unit test for Java code completion in text blocks

Open
#955 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.