dakirily commented on code in PR #235: URL: https://github.com/apache/qpid-broker-j/pull/235#discussion_r1474043869
########## broker-core/src/main/java/org/apache/qpid/server/store/BrokerStoreUpgraderAndRecoverer.java: ########## @@ -805,11 +805,10 @@ private static class VirtualHostEntryUpgrader addAttributeTransformer("jdbcBytesForBlob", addContextVar("qpid.jdbcstore.useBytesForBlob")). addAttributeTransformer("jdbcBlobType", addContextVar("qpid.jdbcstore.blobType")). addAttributeTransformer("jdbcVarbinaryType", addContextVar("qpid.jdbcstore.varBinaryType")). - addAttributeTransformer("partitionCount", addContextVar("qpid.jdbcstore.bonecp.partitionCount")). - addAttributeTransformer("maxConnectionsPerPartition", - addContextVar("qpid.jdbcstore.bonecp.maxConnectionsPerPartition")). - addAttributeTransformer("minConnectionsPerPartition", - addContextVar("qpid.jdbcstore.bonecp.minConnectionsPerPartition")), + addAttributeTransformer("maximumPoolSize", + addContextVar("qpid.jdbcstore.hikaricp.maximumPoolSize")). + addAttributeTransformer("minimumIdle", + addContextVar("qpid.jdbcstore.hikaricp.minimumIdle")), Review Comment: Hi Robbie, Thank you for the review. You're right, that needs to be fixed. Are there any conventions regarding the model version change? It seems to me that as only the context attribute names / values were changed without adding new entities or attributes, model version could be changed from 9.0 to 9.1? Or should the model version match the broker version as well? E.g. model version 9.2 for broker version 9.2.0 until other model change or if model changes to 10 then qpid-broker-j version have to be changed 10.0.0 as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org