Hello, Moving to Camel 4.x I think it's time to have a look at SBOM generation and so on.
I added a profile named sbom to the root POM. It will generate two files in the target folder camel-sbom.json and camel-sbom.xml. For the moment I choose to copy them in camel-sbom folder manually, so we can do the generation time-based (like one a week or something like that). This SBOM files could be used to check if we are healthy or not in terms of dependency used. I think we should try to use this kind of information as standard, there are multiple tools we could use to leverage the SBOM generation. For any questions let's discuss here :-) Thanks.