-
Notifications
You must be signed in to change notification settings - Fork 441
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
Reinstate and deprecate older methods to preserve binary backward compatibility with 1.0.4 #667
Conversation
dcf7f95
to
4569229
Compare
@muuki88 - I'm putting back older methods in the There's one problem however, I can't put back older version of the I can’t overload Can I suggest we move the existing I'm happy to discuss further if you'd like. //cc @huntc |
* @return zip file | ||
*/ | ||
@deprecated( | ||
"Use [[com.typesafe.sbt.packager.universal.Archives.makeZip(File, String, Seq[(File, String)], Option[String], Seq[String]): File]]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@huntc - is there a way to reference overloaded method in Scaladoc? This doesn't seem to come out right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dunno
…patibility with 1.0.4 The methods in question are the methods used to create various kinds of archives (e.g. zip or tar) from `com.typesafe.sbt.packager.universal.Archives`
…backward compatibility with 1.0.4
94c696c
to
ce7cc54
Compare
WIP - DON'T MERGE - Reinstate and deprecate older methods to preserve binary backward compatibility with 1.0.4
|
The methods in question are the methods used to create various kinds of archives (e.g. zip or tar) from
com.typesafe.sbt.packager.universal.Archives