CamelQuarkusTestSupport: Update doc about 'global' RouteBuilder behavior
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
Follows https://github.com/apache/camel-quarkus/issues/4560 and https://github.com/apache/camel-quarkus/issues/4569. Those issues unrevealed a behavior which is not obvious.
Let me explain.
In camel -> if you have a RouteBuilder (not created by testSupport class but global one), if you change anything on the route during a test. The following test will start **without** such a change.
In camel-quarkus -> if one test modifies a route from global routeBuilder, the following test will **inherit** this change
I think that a short sentence or mention of such behavior may help users to find a reason of unfamiliar behavior compared to camel.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.