gianm commented on code in PR #12481:
URL: https://github.com/apache/druid/pull/12481#discussion_r916144321


##########
pom.xml:
##########
@@ -120,7 +120,6 @@
         <com.google.apis.client.version>1.26.0</com.google.apis.client.version>
         
<com.google.apis.compute.version>v1-rev20190607-${com.google.apis.client.version}</com.google.apis.compute.version>
         
<com.google.apis.storage.version>v1-rev20190523-${com.google.apis.client.version}</com.google.apis.storage.version>
-        <jdk.surefire.argLine><!-- empty placeholder --></jdk.surefire.argLine>

Review Comment:
   I see CI failures due to this being missing:
   
   ```
   Error: Could not find or load main class ${jdk.surefire.argLine}
   ```
   
   Can you keep this placeholder here?
   
   If you want to remove lines that are no longer needed from the `java-9+` 
profile, go for it. However note that we do still need some of the lines, due 
to datasketches. The readme at https://github.com/apache/datasketches-memory 
mentions that some `--add-opens` and `--add-exports` are needed to work with 
direct memory and memory maps on JDK 11. And we need the empty placeholder for 
JDK 8.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to