Skip to content

Commit

Permalink
fix unescaped parens in regexes (#49) (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
github-actions[bot] and fabianvf authored Jan 5, 2024
1 parent 0d24422 commit 910c3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default/generated/camel3/16-component-changes.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
or:
- builtin.filecontent:
filePattern: .*\.java
pattern: .to("kafka:{[^"]+}(circularTopicDetection|bridgeEndpoint)=.*
pattern: .to\("kafka:{[^"]+}(circularTopicDetection|bridgeEndpoint)=.*
- java.referenced:
location: METHOD_CALL
pattern: org.apache.camel.component.kafka.KafkaConfiguration.(setBridgeEndpoint|setCircularTopicDetection)*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
or:
- builtin.filecontent:
filePattern: .*\.java
pattern: from("twitter-streaming:.*
pattern: from\("twitter-streaming:.*
- builtin.xml:
namespaces:
c: http://camel.apache.org/schema/spring
Expand Down

0 comments on commit 910c3ea

Please sign in to comment.