apache / apache/camel-quarkus

CamelQuarkusTestSupport: Update doc about 'global' RouteBuilder behavior

Open
#4,588 0 comments 0 reactions 1 assignee Claimed by @JiriOndrusek View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.