You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "oxsean (via GitHub)" <gi...@apache.org> on 2023/10/17 16:18:31 UTC

[I] Compilation failure in dubbo-config-spring6 module with JDK 1.8 on the 3.3 branch [dubbo]

oxsean opened a new issue, #13226:
URL: https://github.com/apache/dubbo/issues/13226

   ### Environment
   
   * Dubbo version: 3.3
   * Operating System version: Windows 11
   * Java version: 1.8
   
   ### Steps to Reproduce the Issue
   
   1.Compile Dubbo using JDK 1.8, but compilation failure in the dubbo-config-spring6 module.
   
   ### Example
   Using the 3.3 branch.
   
   ### Expected Behavior
   Dubbo should be able to compile successfully with jdk 1.8.
   
   ### Actual Behavior
   Compilation fails with the error message: "class file has the wrong version 61.0, should be 52.0.
   
   ### Proposal
   The root cause is that dubbo-config-spring6 requires jdk 17. We can use maven profile activation to include this module only when the jdk version is >= 17.
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] Compilation failure in dubbo-config-spring6 module with JDK 1.8 on the 3.3 branch [dubbo]

Posted by "oxsean (via GitHub)" <gi...@apache.org>.
oxsean closed issue #13226: Compilation failure in dubbo-config-spring6 module with JDK 1.8 on the 3.3 branch
URL: https://github.com/apache/dubbo/issues/13226


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org