Community vs Commercial jars
Posted by: Robert Sandiford
Date: September 28, 2016 03:52PM

We're setting up to use MySQL Enterprise Edition, and have come across the fact that there is both a community edition and a commercial edition of the Connector/J jar. We've done a compare of the jars, and found that they differ by 26 bytes total, spread over three class files (DatabaseMetaData.class, MysqlIO.class, and NonRegisteringDriver.class) and the META-INF/INDEX-LIST file (which has "-commercial" and "-bin" added in the commercial version.

WHat are the differences between the two jars?

We use Maven to bring in the jars - what would the Maven pom dependency GAV be to bring in the Commercial jar instead of the Community Edition jar?

Thanks!

Bob.

Options: ReplyQuote


Subject
Written By
Posted
Community vs Commercial jars
September 28, 2016 03:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.