We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This should be solved in Scala 2.13.0-RC2. #1719
Sorry, something went wrong.
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
Alpakka FTP is available for Scala 2.13 since #1779.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: