Skip to content

Commit

Permalink
Merge pull request konveyor#34 from pranavgaikwad/main
Browse files Browse the repository at this point in the history
✨ reconcile with latest changes
  • Loading branch information
fabianvf authored Jan 5, 2024
2 parents fb5bf29 + c225161 commit 21f66e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/rulesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ items:
dependencies:
- 10667615-e067-45b4-a925-563a79ea0949
- 1b2a0eef-511c-4c07-a36a-d301b15d8207
checksum: 8b74d52eb49611a46848a09ecd1eaafd4c23690b451681e072b4001d489414ef
checksum: a0b7b61960e1ed7b277b1295297e4ad79322fab3a53bc290cbbd9a914f536537
- uuid: eb900f9e-6ff3-413d-9023-167765ce1311
name: droolsjbpm
description: This ruleset provides help for migrating to a unified KIE (Knowledge Is Everything) API in the upgrade from version 5 to 6.
Expand Down
2 changes: 1 addition & 1 deletion resources/rulesets/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 21f66e4

Please sign in to comment.