Re: GWT 2.8 next release

2016-04-08 Thread Michael Zhou
I think it's fine to wait for the in-review Java 8 API additions to land. 
You can use 2.8.0-beta1 for now.

On Friday, April 8, 2016 at 4:43:35 PM UTC-4, Ming-Yee Iu wrote:
>
> Is there an ETA on RC1? How long is it expected to take to take to emulate 
> all those Java 8 APIs? Couldn't API emulation be put off until a 2.8.1 or 
> something?
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 next release

2016-04-08 Thread Ming-Yee Iu
Is there an ETA on RC1? How long is it expected to take to take to emulate 
all those Java 8 APIs? Couldn't API emulation be put off until a 2.8.1 or 
something?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


ListEditor, remove and validation errors in the wrong place

2016-04-08 Thread salk31
Hello,

Is https://github.com/gwtproject/gwt/issues/7728 still an issue? I think we 
are seeing it in our app. I have a minimal unit test that seems to show it 
in 2.7.0.

The troublesome usage is:
1) Add two items
2) Remove the first item
3) Add another item

After that validation messages meant for the the second item in the list 
also appear on the first item.

delegate.getPath returns "foo[1]" for both items as they get stuck with the 
paths they got when first added.

Just me? If not can I reopen the issue or do I have to raise another one?

Cheers

Sam

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.