You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2022/08/03 07:06:33 UTC

[GitHub] [mina-sshd] elecharny commented on pull request #235: [SSHD-1285] Fix runtime linkage errors with Java 8 when building with…

elecharny commented on PR #235:
URL: https://github.com/apache/mina-sshd/pull/235#issuecomment-1203567816

   Hi,
   
   I think this can also be done with just a property, like what we have in MINA:
   
   ```
     <!-- use JDK8 compilation for JDK9+ compiler -->
     <profile>
       <id>java-8-compilation</id>
       <activation>
         <jdk>[9,)</jdk>
       </activation>
       <properties>
         <maven.compiler.release>8</maven.compiler.release>
       </properties>
     </profile>
   ```


-- 
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-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org