Hey all, hope this finds you well.
I thought instead of discussing this on top of pull request, because it is more than just the JDBC driver, it is the right time to create a new thread. We are currently using MySQL's Connector/J and Hibernate's EntityManager at runtime as the JDBC driver and JPA implementation. Our source code is not depending on both. It would create a huge effort to replace both for test and production environments. The questions is: Would it be compliant with the license policies if we omit them for our source release, but keeping them for our own integration tests. If somebody is creating a deployable distribution, the expectation is that whomever is creating the distribution can decide what he wants to use. Best, Markus .::YAGNI likes a DRY KISS::.
