I have left few intentional XXX comments throughout pom.xml files. They need to be addressed soon-ish.
I have created TODO.md file with list of tasks that need to be done after merging this PR.
The only change I am not quite sure about is changing connector-framework artifact to connector-framework-core. This change makes sense, however it forces downstream projects to update artifactId together with groupId. This might be confusing and makes migration path a little bit more complex.
XXX
comments throughout pom.xml files. They need to be addressed soon-ish.The only change I am not quite sure about is changing
connector-framework
artifact toconnector-framework-core
. This change makes sense, however it forces downstream projects to update artifactId together with groupId. This might be confusing and makes migration path a little bit more complex.