mbaedke commented on code in PR #2010:
URL: https://github.com/apache/jackrabbit-oak/pull/2010#discussion_r1923867736
##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RdbConnectionUtils.java:
##########
@@ -148,4 +155,22 @@ private static boolean checkImageAvailability() throws
TimeoutException {
private static boolean checkDockerAvailability() {
return DockerClientFactory.instance().isDockerAvailable();
}
+
+ private static Map<String, String> parseDockerEnv(String raw) {
+ if (StringUtils.isEmpty(raw)) {
Review Comment:
The only difference in behavior would be that we would get a warning on
something like -Drdb.docker-env='<some whitespace>', but that's an improvement.
I'll change it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]