由于某些原因,我们现在不能使用 java 8 - 我们仍然停留在 java 7。
但是,我现在想使用新JSR-310 date/time APIs
的,使用官方的 backport ThreeTen。
它的主页说:
The backport is NOT an implementation of JSR-310, as that would require
jumping through lots of unnecessary hoops. Instead, this is a simple backport
intended to allow users to quickly use the JSR-310 API on Java SE 6 and 7.
问题:
您对 ThreeTen的体验如何?有一些缺点吗?
与官方实现相比,这个项目的兼容性如何
JSR-310
?从 ThreeTen迁移到官方的 java 8实现需要多少努力?
现在迁移到 ThreeTen 并稍后迁移到 JSR-310是否值得- 还是应该等到可以使用 java 8,从而跳过 ThreeTen?