Team, As I'm slowly transitioning between projects, Apache Tomcat has once again showed up in my workspace. I'm currently working on improving the embedded experience for native images.
I have a pull request, [1] <https://github.com/apache/tomcat/pull/267>, that I'd like to open up a discussion about Goal: Able to start embedded Apache Tomcat without using reflection. This PR: Changes the constructor for Connector to not use reflection. Instead the calling components will instantiate the ProtocolHandler Besides the constructor change, functionality should remain backwards compatible. Please provide feedback, such as 1. Are we open to making API changes like this? 2. Does the PR introduce any problems? Thank you Filip [1] https://github.com/apache/tomcat/pull/267