Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ftp: build for Scala 2.13 #1532

Closed
2m opened this issue Feb 27, 2019 · 3 comments
Closed

Ftp: build for Scala 2.13 #1532

2m opened this issue Feb 27, 2019 · 3 comments
Labels
Milestone

Comments

@2m
Copy link
Member

2m commented Feb 27, 2019

This is a spinoff ticket from #828 that tracks FTP connector cross-building for Scala 2.13.

Currently it is disabled, because of same compilation errors as migrating from 2.12.7 to 2.12.8.

See scala/bug#11305

@2m 2m added the p:ftp label Feb 27, 2019
@ennru
Copy link
Member

ennru commented May 28, 2019

This should be solved in Scala 2.13.0-RC2. #1719

@ennru
Copy link
Member

ennru commented Jun 19, 2019

With 2.13.0 compilation fails like this

[error] /home/travis/build/akka/alpakka/ftp/src/test/java/akka/stream/alpakka/ftp/KeyFileSftpSourceTest.java:48:1: incompatible types: java.lang.Object cannot be converted to akka.stream.alpakka.ftp.FtpFile
[error]     return Sftp.move(f -> ROOT_PATH + destinationPath.apply(f), settings());

https://travis-ci.com/akka/alpakka/jobs/209169430#L2002

@ennru
Copy link
Member

ennru commented Sep 3, 2019

Alpakka FTP is available for Scala 2.13 since #1779.

@ennru ennru closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants