Anatole, thanks for your prompt response. Sure, I'll let you know if I find anything else.
Regards, -- Alexis López http://www.java-n-me.com http://www.clojug.org/ On Sun, Feb 8, 2015 at 8:37 AM, Anatole Tresch <[email protected]> wrote: > Hi Alexis > > great: here my short answers: > > To 1) the interfaces could be used in Java 7 (just remove the > @FunctionalInterface) annotation. But the spec is wrong here: we gave up > compatibility during last year, so the API is not Java 7 compatible > anymore. We plan to provide a Java7 compatible API backport, that will be > forward compatible with the Java 8 release of the API. Beside the point > mentioned by you, there are also some references to java.time in > AbstractContext for example. > To 2) Similar to 1. the spec is wrong here as well: of course we have > javax.money, javax.money.conversion, javax.money.format and > javax.money.spi, which are 4 packages ;) > > BTW: if you find more such things let me know. I am currently overhauling > the whole spec (e.g. in the SPI area things are quite outdated). I will try > to push my current changes this evening/night (MET), so you should have a > rather current version of the spec downloadable from github later... > > Cheers > Anatole > > > 2015-02-07 18:27 GMT+01:00 Alexis Lopez <[email protected]>: > >> Hi Anatole, >> >> We met during Hackergarten at JavaOne SFO >> >> >> >> >> I'm working on an article about JSR354 and have some questions, I hope >> you can help me: >> >> 1. MonetaryOperator and MonetaryQuery both are functional interfaces, >> however, the spec says the JSR will be compatible with Java SE 7, not sure >> how this is going to work. >> 2. Spec doc says the JSR defines three packages javax.money, >> javax.money.format and javax.money.spi, but what about >> javax.money.convert? >> >> >> Regards, >> >> >> >> >> >> >> -- >> Alexis López >> http://www.java-n-me.com >> http://www.clojug.org/ >> >> On Mon, Sep 29, 2014 at 3:28 PM, Anatole Tresch <[email protected]> >> wrote: >> >>> >>> >>> -- >>> *Anatole Tresch* >>> Java Engineer & Architect, JSR Spec Lead >>> Glärnischweg 10 >>> CH - 8620 Wetzikon >>> >>> *Switzerland, Europe Zurich, GMT+1* >>> *Twitter: @atsticks* >>> *Blogs: **http://javaremarkables.blogspot.ch/ >>> <http://javaremarkables.blogspot.ch/>* >>> >>> *Google: atsticksMobile +41-76 344 62 79 <%2B41-76%20344%2062%2079>* >>> >> >> > > > -- > *Anatole Tresch* > Java Engineer & Architect, JSR Spec Lead > Glärnischweg 10 > CH - 8620 Wetzikon > > *Switzerland, Europe Zurich, GMT+1* > *Twitter: @atsticks* > *Blogs: **http://javaremarkables.blogspot.ch/ > <http://javaremarkables.blogspot.ch/>* > > *Google: atsticksMobile +41-76 344 62 79 <%2B41-76%20344%2062%2079>* >
