RE: Nest steps

2018-05-10 Thread Werner Keil
Yes, also did that for the JSR 385 API similar to JavaMoney. Werner Sent from Mail for Windows 10 From: Anatole Tresch Sent: Thursday, May 10, 2018 18:29 To: dev@tamaya.incubator.apache.org Cc: P. Ottlinger Subject: Re: Nest steps Its basically simple: - Add module-info.java files

Re: Nest steps

2018-05-10 Thread Anatole Tresch
Its basically simple: - Add module-info.java files. - Use JDK9 for building. - First run maven-compiler with a Java9 target for ALL source files. - Second run maven-compiler with Java8 target, exluding the not compilable module-info.java As a result you get Java 8 compatible class

Re: Nest steps

2018-05-09 Thread Oliver B. Fischer
I will spend today some time to understand you Anatole did it for Java Money. Oliver Am 07.05.18 um 22:02 schrieb P. Ottlinger: Hi *, Am 06.05.2018 um 18:54 schrieb Anatole Tresch: Maybe I didnt get the point. We talk about full module support. The JSR branch I would release when the JSRs

Re: Nest steps

2018-05-07 Thread P. Ottlinger
Hi *, Am 06.05.2018 um 18:54 schrieb Anatole Tresch: > Maybe I didnt get the point. We talk about full module support. The JSR > branch I would release when the JSRs EDR is out... Thanks for clearing the order of work ... @Oliver, go ahead and create a ticket :-) Nice that you are back.

Re: Nest steps

2018-05-06 Thread Anatole Tresch
Maybe I didnt get the point. We talk about full module support. The JSR branch I would release when the JSRs EDR is out... J Anatole P. Ottlinger schrieb am So., 6. Mai 2018, 15:40: > Am 05.05.2018 um 10:10 schrieb Anatole Tresch: > > Sounds great. If you need help you

Re: Nest steps

2018-05-06 Thread P. Ottlinger
Am 05.05.2018 um 10:10 schrieb Anatole Tresch: > Sounds great. If you need help you may chec out the javamoney.org repos. > There all is working using module-info.java descriptors. Personally I'd prefer to finish one thing before starting another but maybe I'm a bit too realistic in that

Re: Nest steps

2018-05-05 Thread Anatole Tresch
Sounds great. If you need help you may chec out the javamoney.org repos. There all is working using module-info.java descriptors. J Anatole Oliver B. Fischer schrieb am Sa., 5. Mai 2018, 00:53: > Hi Phil, > > I could overtake the build of the multi-release jars. > >

Re: Nest steps

2018-05-04 Thread Oliver B. Fischer
Hi Phil, I could overtake the build of the multi-release jars. Oliver Am 02.05.18 um 21:53 schrieb P. Ottlinger: Hi Oliver, Am 02.05.2018 um 08:00 schrieb Oliver B. Fischer: I would like to contribute the Java 9 support. Is there already an issue for this? thanks for your interest - I'm

Re: Nest steps

2018-05-02 Thread P. Ottlinger
Hi Oliver, Am 02.05.2018 um 08:00 schrieb Oliver B. Fischer: > I would like to contribute the Java 9 support. Is there already an issue > for this? thanks for your interest - I'm not sure if you followed all of the threads. We agreed on staying with JDK8 but enabling the availability to build

Re: Nest steps

2018-05-02 Thread Oliver B. Fischer
Hi all, I would like to contribute the Java 9 support. Is there already an issue for this? Oliver Am 29.04.18 um 23:22 schrieb Anatole Tresch: Hi all it is definitively time to focus on a next release. So I would ask the following questions: 1. who will be helping us with the next