You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 20:46:56 UTC

[GitHub] [beam] damccorm opened a new issue, #20963: Flink Runner 1.11 uses old Scala-Version

damccorm opened a new issue, #20963:
URL: https://github.com/apache/beam/issues/20963

   I updated my project to beam 2.28.0 and also updated spring-boot to 2.2.0.RELEASE
   
   this seems to be a problem because Spring isn't using the scala dependency any more. 
   
   But as my dependencies says spring-kafka-test is using scala 2.12.13. 
   
   This seems to be a problem in the testing envrionment. Because flink runner gets compiled with scala 2.11.12. As I understand scala 2.11 isn't compatible with scala 2.12.
   
   Which leads to errors in the test environment. 
   
    
   
   Adding 
   ```
   
   <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
   <dependency>
    <groupId>com.google.guava</groupId>
   
   <artifactId>guava</artifactId>
    <version>26.0-jre</version>
   </dependency>
   ```
   
   to my pom.xml seems to solve the problem so far. 
   
    
   
   But it would be nice if runner-flink could use scala 2.12 too.
   
    
   
   I'm sorry if this issue isn't understandable. I'm not professional at working with maven and I only can describe as far as I understand the problem.
   
   Imported from Jira [BEAM-12195](https://issues.apache.org/jira/browse/BEAM-12195). Original Jira may contain additional context.
   Reported by: dominic.warzok.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] Abacn commented on issue #20963: Flink Runner 1.11 uses old Scala-Version

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #20963:
URL: https://github.com/apache/beam/issues/20963#issuecomment-1297295230

   Obsolete. Flink 1.11 is no longer supported.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] closed issue #20963: Flink Runner 1.11 uses old Scala-Version

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #20963: Flink Runner 1.11 uses old Scala-Version
URL: https://github.com/apache/beam/issues/20963


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] Abacn commented on issue #20963: Flink Runner 1.11 uses old Scala-Version

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #20963:
URL: https://github.com/apache/beam/issues/20963#issuecomment-1297296387

   .close-issue not_planned


-- 
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: github-unsubscribe@beam.apache.org

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