Guava 的各个版本如何工作?
我想在项目中使用Guava,但我的PM不喜欢“r05”后缀,说它看起来不稳定。事实上,我需要的只是 Google-Collections 1.0,它现在已被弃用(我的 PM 也不喜欢这个词)。
所以我并没有真正了解 Guava/Google-Collections 的版本控制。
我目前正在使用 GC1.0 进行开发,但如果可能的话我会切换到更新且稳定的版本。
I would like to use Guava in a project, but my PM doesn't like the "r05" suffix, saying that it looks like it's not stable. In fact, the part I need is only the Google-Collections 1.0 which is now deprecated (my PM doesn't like that word either).
So I don't really get the versioning of Guava/Google-Collections.
I'm currently doing the development with GC1.0, but if possible I'll switch to a more recent and stable version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有帮助的话,您可以告诉他我们允许您将其视为 5.0 而不是 05。
我们所有的版本都会像 guava-r## ...除非我们实际上每月发布 8 1/3 年,在这种情况下,我们将得到 guava-r100 并真正搞砸整个字典顺序的事情。
你的 PM 所说的“不稳定”到底是什么意思?从版本号中假设任何正面或负面的信息都不是一个好主意。告诉我们他正在寻求什么样的保证,我们将尽力回答这些问题。 “稳定”并没有多大意义(毕竟,已弃用的库已经尽可能稳定了,因为我们永远不会更改它!)。
(请注意,像这样的问题,不是“我该怎么做”或“为什么不这样做”问题,欢迎出现在我们的邮件列表中(从我们的项目页面链接到 http://guava-libraries.googlecode.com),虽然我实际上不确定 stackoverflow 社区是否认为它们完全合适。)
You can tell him you have our permission to think of it as 5.0 instead of 05 if that helps.
All our releases will look like guava-r## ... Unless we actually release monthly for 8 1/3 years, in which case we'll get to guava-r100 and really screw up the whole lexicographical order thing.
What exactly does your PM mean by "not stable"? It's not a great idea to assume anything positive or negative from a version number. Tell us what kind of assurances he's looking for and we'll try to answer for those. "Stable" doesn't mean much (after all, the deprecated library is as stable as it gets, because we're never going to change it!).
(Note that questions like this, which are not "how-do-I" or "why-didn't-it" questions, are welcome on our mailing list (linked from our project page at http://guava-libraries.googlecode.com), while I'm actually not sure whether the stackoverflow community considers them entirely appropriate.)