Improve performance of Ecotone configuration phase.
For a medium sized repository using symfony, my cache:clear command went from 22 seconds (92% of which is ecotone configuration processing) to 8 seconds.
This PR delays the endpoint uniqueness check at the compilation phase, so now the check is done only once
Description
Improve performance of Ecotone configuration phase. For a medium sized repository using symfony, my cache:clear command went from 22 seconds (92% of which is ecotone configuration processing) to 8 seconds. This PR delays the endpoint uniqueness check at the compilation phase, so now the check is done only once
Type of change