Hi there,
I posted in GWT community on g+ about my JSR 310 backport I created and my super-sourced GWT code.
Stephen Habermann posted:
Wow, 13000 passing tests is amazing. Great work! You should post about your progress on the gwt-contrib list
(I am still unsure about when to post to groups and when g+)
So here I am. You can find all my work and changes from here:
https://github.com/m-m-m/mmm/issues/83
I am looking forward for your feedback and discussion. It will be my pleasure to contribute my work to the GWT project.
However, I am not clear about the permissions required from the original authors of threeten since I simply forked their codebase and keept their headers and copyrights in my project.
For GWT this has to be transferred and I assume we would need permissions from Stephen Colebourne, Michael Santos and all the others.
Also if you copy the code from Java 8 (which might or might not be the same as the latest JSR 310 code) there should not be any permission issues as it's part of the JRE.
I do not believe this is correct - I am pretty sure Oracle's license is incompatible with Apache2 by design. In general GWT does not use any JRE code from Oracle, and instead uses code from Harmony or implements it from scratch.
I do not believe this is correct - I am pretty sure Oracle's license is incompatible with Apache2 by design. In general GWT does not use any JRE code from Oracle, and instead uses code from Harmony or implements it from scratch.
Interesting. Glad I am not a lawyer but I am just curious how GWT deals with code that is so easy that you can not implement it differently than Oracle when super sourcing it. Removing/changing JavaDoc is probably not enough to justify changing the license header from x to Google? For example take Cloneable, ClassCastException and similar simple classes/interfaces.
I do not believe this is correct - I am pretty sure Oracle's license is incompatible with Apache2 by design. In general GWT does not use any JRE code from Oracle, and instead uses code from Harmony or implements it from scratch.
Interesting. Glad I am not a lawyer but I am just curious how GWT deals with code that is so easy that you can not implement it differently than Oracle when super sourcing it. Removing/changing JavaDoc is probably not enough to justify changing the license header from x to Google? For example take Cloneable, ClassCastException and similar simple classes/interfaces.
There are a few things which are going to be very hard to support As Jens mentioned, ZoneRulesProvider needs an async API so it can fetch the necessary data from a server, so we can't provide a compatible API. We can provide a GWT-specific version (under a different package), so shared code can deal with ZoneRules/etc but getting them will be different in client vs server code.
Have you looked at generated code size? There are also a few places where it appears to rely on overflow behavior, which isn't guaranteed in GWT as an int is actually represented by a JS Number under the hood.
--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/42c41c35-0d05-4448-91f3-e2e0cc685f44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are you planning on being at either GWT.create event? I know several people (including myself) who will be there and would be happy to help.
Otherwise, there are several contributors in ##gwt on irc.freenode.net who would be able to help with this process.
On Mon Jan 19 2015 at 4:44:01 AM Salvador Diaz <diaz.s...@gmail.com> wrote:
For those looking for the code, I found it was moved to an independent project, which I'm hoping should make it easier to integrate in the patch submission process:I'm willing to take some time to move this forward, either working with Jörg or alone, could anyone walk me through the steps needed to make it happen ?--
On Wednesday, March 5, 2014 at 11:41:59 PM UTC+1, Daniel Kurka wrote:@Joerg could you start setting up a patch for review in gerrit?
On Monday, December 9, 2013 10:20:54 PM UTC+1, Jörg Hohwiller wrote:
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.