Hi

I noticed that we are migrating some components to use camel-test-infra for
unit testing.
And I think it makes sense when you have

- need to use docker / test-containers
- or to setup some internal embedded system that usually would require a
base class with some code to do that.

However for basic components that are not in need for that then we should
not use camel-test-infra but just regular camel-test, just as camel end
users will do that.

For example this PR
https://github.com/apache/camel/pull/10739

I fail to see the need for test-infra-core for camel-asn1. This is just a
message transformation (dataformat) library that works purely in-memory.



-- 
Claus Ibsen
-----------------
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to