citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
460 stars 137 forks source link

receiveTimeout will be depricated? #1253

Closed akuz0 closed 2 weeks ago

akuz0 commented 2 weeks ago

Citrus Version 4.3.3

Question Why adoc not work? https://github.com/citrusframework/citrus/blob/main/src/manual/actions-timeout.adoc But in my code receiveTimeout works

What I've tried so far

Additional information

bbortt commented 2 weeks ago

is it possible that you're referring to https://github.com/citrusframework/citrus/blob/main/src/manual/actions-expect-timeout.adoc?

on the other hand you're right, the citrus documentation does never ever mention receive-timeout which is based on https://github.com/citrusframework/citrus/blob/main/core/citrus-base/src/main/java/org/citrusframework/actions/ReceiveTimeoutAction.java. however I've no clue if it should or did at any point.

akuz0 commented 2 weeks ago

@bbortt i mean https://citrusframework.org/citrus/reference/2.7/html/actions-timeout.html For 4.3.3 it works

bbortt commented 2 weeks ago

that has been renamed to https://github.com/citrusframework/citrus/blob/main/src/manual/actions-expect-timeout.adoc. it's the same content-wise.