camunda-community-hub / camunda-platform-7-reactor

Event Driven process applications
https://camunda.github.io/camunda-bpm-reactor/
Apache License 2.0
80 stars 34 forks source link

UriPathSelector cannot find Registration if the processDefinitionKey contains a point #96

Open Valey opened 5 years ago

Valey commented 5 years ago

UriPathSelector cannot find Registration if the processDefinitionKey contains a point.

For example my path "/camunda/task/{type}/test.ManualDeployProcess/UserTask/create"

Krever commented 5 years ago

Any news here? We just wasted ~3 days trying to debug this issue :)

jangalinski commented 5 years ago

Well, this is still a community project done in my spare time, so, no: no news on this. Since I mainly do spring boot projects and the camunda starter provides a similar event registration as the reactor extension, I didn't do much work on this in the past. However, I used your reminder to bring the extension up to the latest versions and accept this as a bug. It would be perfect, if you could provide a PR with a failing test, I will than look into it. Deal?

Krever commented 5 years ago

Hey, thanks for the response. I though its a camunda-backed project due to being in camunda org.

Anyway, yes, I will try to come up with failing test PR :)

jangalinski commented 5 years ago

Ah .. I get the confusion. No, camunda has a community extension program, where contributors can release custom extensions under the camunda.org label. Some of these make it to official products (spring boot, assert), but most of them are maintained by regular guys, which includes focus shifts from time to time ...