Re: GWT 2.10.0 release

2022-09-16 Thread Mark B
Thank you. Greatly appreciate the update and all the work.

Cheers,
mark...

On Thursday, June 23, 2022 at 12:16:50 PM UTC-4 nilo...@gmail.com wrote:

> I'm very happy to announce the release of GWT 2.10.0. This is the first 
> release using our new groupId, org.gwtproject, and the final release using 
> com.google.gwt. If you resolve dependencies from Maven Central, please be 
> certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will only 
> be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>build comes support for Promise in unit tests, and the browser strings 
> that 
>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>“Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support for 
>running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects should 
>take care to make sure they are using either the old com.google.gwt:gwt 
>BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
>correctly handle this change. This will be the last published version 
> using 
>the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible method 
>names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading scripts 
>from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
>support. Note that these do not always offer specific improvements to GWT 
>itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use streams, 
>by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/8372d65a-8ce1-49f7-be92-dc85c7f450f2n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-09-14 Thread Refer Discounts
That's great to know.

--
Kind Regards,
Sam Bill | Marketing Consultant
www.referdiscounts.com

On Friday, July 15, 2022 at 7:22:30 PM UTC+5:30 stock...@gmail.com wrote:

> Great!
> Thank you Colin and everyone. 
>
> Il giorno venerdì 15 luglio 2022 alle 10:30:30 UTC+2 abhiy...@gmail.com 
> ha scritto:
>
>> Hi Priya,
>>
>> GWT 2.10 has dropped support for  IE 8, 9, and 10. So it will not work 
>> unless you modify the Sencha GXT 2.3.1.a.jar
>>
>> On Thursday, July 14, 2022 at 5:24:08 PM UTC+5:30 priyako...@gmail.com 
>> wrote:
>>
>>> Hello All,
>>> Good to see that new version of GWT coming with new features!!!
>>> Is the new 2.10.0 GWT version compatible with Sencha GXT 2.3.1.a ? 
>>> Will appreciate an early reply! 
>>>
>>> On Sat, Jul 2, 2022 at 1:40 AM Mihail Krastev  
>>> wrote:
>>>
 Really good job, thanks to everyone involved!

 On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:

> I'm very happy to announce the release of GWT 2.10.0. This is the 
> first release using our new groupId, org.gwtproject, and the final 
> release 
> using com.google.gwt. If you resolve dependencies from Maven Central, 
> please be certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will 
> only be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
>HtmlUnit build comes support for Promise in unit tests, and the 
> browser 
>strings that can be specified when running tests are “FF”, “Chrome”, 
> “IE” 
>(for IE11), “Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support 
>for running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects 
>should take care to make sure they are using either the old 
>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
>that Maven or Gradle correctly handle this change. This will be the 
> last 
>published version using the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible 
>method names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading 
>scripts from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>WASM support. Note that these do not always offer specific 
> improvements to 
>GWT itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use 
>streams, by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>
 -- 
 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-tool...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com
  
 
 .

>>>
>>>
>>> -- 
>>> Life is Beautiful..
>>> Keep Smiling
>>> Priya..
>>>
>>

-- 
You received this message because you 

Re: GWT 2.10.0 release

2022-07-15 Thread Andrea Stocchero
Great!
Thank you Colin and everyone. 

Il giorno venerdì 15 luglio 2022 alle 10:30:30 UTC+2 abhiy...@gmail.com ha 
scritto:

> Hi Priya,
>
> GWT 2.10 has dropped support for  IE 8, 9, and 10. So it will not work 
> unless you modify the Sencha GXT 2.3.1.a.jar
>
> On Thursday, July 14, 2022 at 5:24:08 PM UTC+5:30 priyako...@gmail.com 
> wrote:
>
>> Hello All,
>> Good to see that new version of GWT coming with new features!!!
>> Is the new 2.10.0 GWT version compatible with Sencha GXT 2.3.1.a ? 
>> Will appreciate an early reply! 
>>
>> On Sat, Jul 2, 2022 at 1:40 AM Mihail Krastev  wrote:
>>
>>> Really good job, thanks to everyone involved!
>>>
>>> On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:
>>>
 I'm very happy to announce the release of GWT 2.10.0. This is the first 
 release using our new groupId, org.gwtproject, and the final release using 
 com.google.gwt. If you resolve dependencies from Maven Central, please be 
 certain that your project is using com.google.gwt:gwt (or 
 org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
 versions of gwt-user and gwt-dev, even across groupIds.

 For this release, either groupId will work, but future releases will 
 only be made on the org.gwtproject groupId.

 The zip download of the GWT SDK is available at 
 https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip

 --

 Release notes for GWT 2.10.0, taken from 
 https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0

 Highlights 

- 

Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
HtmlUnit build comes support for Promise in unit tests, and the browser 
strings that can be specified when running tests are “FF”, “Chrome”, 
 “IE” 
(for IE11), “Edge”, and “Safari”.
- 

Tested support for running on Java 17, dropped remaining support 
for running on Java 7.
- 

Maven groupId is formally changed to org.gwtproject, projects 
should take care to make sure they are using either the old 
com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
that Maven or Gradle correctly handle this change. This will be the 
 last 
published version using the com.google.gwt groupId.
- 

Dropped support for IE 8, 9, and 10.

 Bug fixes 

- Correct Long.hashCode semantics
- Support CLASSPATH environment variable when creating child 
processes, fixing a bug where Windows could fail with a long list of 
arguments.
- Use Function.name instead of displayName to support visible 
method names in Chrome 93+.
- Allow stack traces to be available in Chrome when loading scripts 
from a remote origin.

 JRE Emulation 

- Added OutputStreamWriter emulation.
- Support StringReader mark() and reset() methods.
- Added StrictMath emulation.
- Added BufferedWriter emulation.
- Added incomplete PrintStream emulation.
- Add Charset.defaultCharset() emulation.
- Improve BigInteger emulated performance.
- System.nanoTime() emulation with performance.now().
- Added Optional.isEmpty emulation.
- JRE Emulation improvements/simplifications to facilitate J2CL’s 
WASM support. Note that these do not always offer specific improvements 
 to 
GWT itself, but helps to keep the codebases consistent.

 Miscellaneous 

- Add support to compile GWT itself in Java 9+.
- Improve compiled code size for applications that never use 
streams, by avoiding referencing streams from Throwable.

 For more detail, see the commit log 
 .

>>> -- 
>>> 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-tool...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> Life is Beautiful..
>> Keep Smiling
>> Priya..
>>
>

-- 
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 view this discussion on the web visit 

Re: GWT 2.10.0 release

2022-07-15 Thread Abhishek Yadav
Hi Priya,

GWT 2.10 has dropped support for  IE 8, 9, and 10. So it will not work 
unless you modify the Sencha GXT 2.3.1.a.jar

On Thursday, July 14, 2022 at 5:24:08 PM UTC+5:30 priyako...@gmail.com 
wrote:

> Hello All,
> Good to see that new version of GWT coming with new features!!!
> Is the new 2.10.0 GWT version compatible with Sencha GXT 2.3.1.a ? 
> Will appreciate an early reply! 
>
> On Sat, Jul 2, 2022 at 1:40 AM Mihail Krastev  wrote:
>
>> Really good job, thanks to everyone involved!
>>
>> On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:
>>
>>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>>> release using our new groupId, org.gwtproject, and the final release using 
>>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>>> certain that your project is using com.google.gwt:gwt (or 
>>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>>> versions of gwt-user and gwt-dev, even across groupIds.
>>>
>>> For this release, either groupId will work, but future releases will 
>>> only be made on the org.gwtproject groupId.
>>>
>>> The zip download of the GWT SDK is available at 
>>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>>
>>> --
>>>
>>> Release notes for GWT 2.10.0, taken from 
>>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>>
>>> Highlights 
>>>
>>>- 
>>>
>>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
>>>HtmlUnit build comes support for Promise in unit tests, and the browser 
>>>strings that can be specified when running tests are “FF”, “Chrome”, 
>>> “IE” 
>>>(for IE11), “Edge”, and “Safari”.
>>>- 
>>>
>>>Tested support for running on Java 17, dropped remaining support for 
>>>running on Java 7.
>>>- 
>>>
>>>Maven groupId is formally changed to org.gwtproject, projects should 
>>>take care to make sure they are using either the old 
>>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
>>>that Maven or Gradle correctly handle this change. This will be the last 
>>>published version using the com.google.gwt groupId.
>>>- 
>>>
>>>Dropped support for IE 8, 9, and 10.
>>>
>>> Bug fixes 
>>>
>>>- Correct Long.hashCode semantics
>>>- Support CLASSPATH environment variable when creating child 
>>>processes, fixing a bug where Windows could fail with a long list of 
>>>arguments.
>>>- Use Function.name instead of displayName to support visible method 
>>>names in Chrome 93+.
>>>- Allow stack traces to be available in Chrome when loading scripts 
>>>from a remote origin.
>>>
>>> JRE Emulation 
>>>
>>>- Added OutputStreamWriter emulation.
>>>- Support StringReader mark() and reset() methods.
>>>- Added StrictMath emulation.
>>>- Added BufferedWriter emulation.
>>>- Added incomplete PrintStream emulation.
>>>- Add Charset.defaultCharset() emulation.
>>>- Improve BigInteger emulated performance.
>>>- System.nanoTime() emulation with performance.now().
>>>- Added Optional.isEmpty emulation.
>>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>>WASM support. Note that these do not always offer specific improvements 
>>> to 
>>>GWT itself, but helps to keep the codebases consistent.
>>>
>>> Miscellaneous 
>>>
>>>- Add support to compile GWT itself in Java 9+.
>>>- Improve compiled code size for applications that never use 
>>>streams, by avoiding referencing streams from Throwable.
>>>
>>> For more detail, see the commit log 
>>> .
>>>
>> -- 
>> 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-tool...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Life is Beautiful..
> Keep Smiling
> Priya..
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/562f6627-1808-4e96-a762-996d0236ac59n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-07-14 Thread Priya
Hello All,
Good to see that new version of GWT coming with new features!!!
Is the new 2.10.0 GWT version compatible with Sencha GXT 2.3.1.a ?
Will appreciate an early reply!

On Sat, Jul 2, 2022 at 1:40 AM Mihail Krastev  wrote:

> Really good job, thanks to everyone involved!
>
> On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:
>
>> I'm very happy to announce the release of GWT 2.10.0. This is the first
>> release using our new groupId, org.gwtproject, and the final release using
>> com.google.gwt. If you resolve dependencies from Maven Central, please be
>> certain that your project is using com.google.gwt:gwt (or
>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent
>> versions of gwt-user and gwt-dev, even across groupIds.
>>
>> For this release, either groupId will work, but future releases will only
>> be made on the org.gwtproject groupId.
>>
>> The zip download of the GWT SDK is available at
>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>
>> --
>>
>> Release notes for GWT 2.10.0, taken from
>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>
>> Highlights
>>
>>-
>>
>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit
>>build comes support for Promise in unit tests, and the browser strings 
>> that
>>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11),
>>“Edge”, and “Safari”.
>>-
>>
>>Tested support for running on Java 17, dropped remaining support for
>>running on Java 7.
>>-
>>
>>Maven groupId is formally changed to org.gwtproject, projects should
>>take care to make sure they are using either the old
>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure that
>>Maven or Gradle correctly handle this change. This will be the last
>>published version using the com.google.gwt groupId.
>>-
>>
>>Dropped support for IE 8, 9, and 10.
>>
>> Bug fixes
>>
>>- Correct Long.hashCode semantics
>>- Support CLASSPATH environment variable when creating child
>>processes, fixing a bug where Windows could fail with a long list of
>>arguments.
>>- Use Function.name instead of displayName to support visible method
>>names in Chrome 93+.
>>- Allow stack traces to be available in Chrome when loading scripts
>>from a remote origin.
>>
>> JRE Emulation
>>
>>- Added OutputStreamWriter emulation.
>>- Support StringReader mark() and reset() methods.
>>- Added StrictMath emulation.
>>- Added BufferedWriter emulation.
>>- Added incomplete PrintStream emulation.
>>- Add Charset.defaultCharset() emulation.
>>- Improve BigInteger emulated performance.
>>- System.nanoTime() emulation with performance.now().
>>- Added Optional.isEmpty emulation.
>>- JRE Emulation improvements/simplifications to facilitate J2CL’s
>>WASM support. Note that these do not always offer specific improvements to
>>GWT itself, but helps to keep the codebases consistent.
>>
>> Miscellaneous
>>
>>- Add support to compile GWT itself in Java 9+.
>>- Improve compiled code size for applications that never use streams,
>>by avoiding referencing streams from Throwable.
>>
>> For more detail, see the commit log
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com
> 
> .
>


-- 
Life is Beautiful..
Keep Smiling
Priya..

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CANu4zMz%3D%3DnaWtdQ88JLF%3DsNEddPpLu91KsOkqLiGD9hV9TWqBA%40mail.gmail.com.


Re: GWT 2.10.0 release

2022-07-01 Thread Mihail Krastev
Really good job, thanks to everyone involved!

On Thursday, June 23, 2022 at 7:16:50 PM UTC+3 nilo...@gmail.com wrote:

> I'm very happy to announce the release of GWT 2.10.0. This is the first 
> release using our new groupId, org.gwtproject, and the final release using 
> com.google.gwt. If you resolve dependencies from Maven Central, please be 
> certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will only 
> be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>build comes support for Promise in unit tests, and the browser strings 
> that 
>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>“Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support for 
>running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects should 
>take care to make sure they are using either the old com.google.gwt:gwt 
>BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
>correctly handle this change. This will be the last published version 
> using 
>the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible method 
>names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading scripts 
>from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
>support. Note that these do not always offer specific improvements to GWT 
>itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use streams, 
>by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/af5e74c8-4f62-46d2-a29a-f28203555e32n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-07-01 Thread Ralph Fiergolla
after cleaning up my projects a bit, migration from 2.9 completely 
transparent - great job!

On Monday, June 27, 2022 at 10:25:28 PM UTC+2 RT wrote:

> Great to see this progress. Updated my project to 2.10 from 2.9, the only 
> issue so far was removing the ie10 user agent in the gwt.xml, 
> leaving safari,gecko1_8
>
> On Saturday, June 25, 2022 at 1:33:25 AM UTC-5 blackh...@gmail.com wrote:
>
>> This is great, thnx
>>
>> Op donderdag 23 juni 2022 om 18:16:50 UTC+2 schreef nilo...@gmail.com:
>>
>>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>>> release using our new groupId, org.gwtproject, and the final release using 
>>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>>> certain that your project is using com.google.gwt:gwt (or 
>>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>>> versions of gwt-user and gwt-dev, even across groupIds.
>>>
>>> For this release, either groupId will work, but future releases will 
>>> only be made on the org.gwtproject groupId.
>>>
>>> The zip download of the GWT SDK is available at 
>>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>>
>>> --
>>>
>>> Release notes for GWT 2.10.0, taken from 
>>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>>
>>> Highlights 
>>>
>>>- 
>>>
>>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
>>>HtmlUnit build comes support for Promise in unit tests, and the browser 
>>>strings that can be specified when running tests are “FF”, “Chrome”, 
>>> “IE” 
>>>(for IE11), “Edge”, and “Safari”.
>>>- 
>>>
>>>Tested support for running on Java 17, dropped remaining support for 
>>>running on Java 7.
>>>- 
>>>
>>>Maven groupId is formally changed to org.gwtproject, projects should 
>>>take care to make sure they are using either the old 
>>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
>>>that Maven or Gradle correctly handle this change. This will be the last 
>>>published version using the com.google.gwt groupId.
>>>- 
>>>
>>>Dropped support for IE 8, 9, and 10.
>>>
>>> Bug fixes 
>>>
>>>- Correct Long.hashCode semantics
>>>- Support CLASSPATH environment variable when creating child 
>>>processes, fixing a bug where Windows could fail with a long list of 
>>>arguments.
>>>- Use Function.name instead of displayName to support visible method 
>>>names in Chrome 93+.
>>>- Allow stack traces to be available in Chrome when loading scripts 
>>>from a remote origin.
>>>
>>> JRE Emulation 
>>>
>>>- Added OutputStreamWriter emulation.
>>>- Support StringReader mark() and reset() methods.
>>>- Added StrictMath emulation.
>>>- Added BufferedWriter emulation.
>>>- Added incomplete PrintStream emulation.
>>>- Add Charset.defaultCharset() emulation.
>>>- Improve BigInteger emulated performance.
>>>- System.nanoTime() emulation with performance.now().
>>>- Added Optional.isEmpty emulation.
>>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>>WASM support. Note that these do not always offer specific improvements 
>>> to 
>>>GWT itself, but helps to keep the codebases consistent.
>>>
>>> Miscellaneous 
>>>
>>>- Add support to compile GWT itself in Java 9+.
>>>- Improve compiled code size for applications that never use 
>>>streams, by avoiding referencing streams from Throwable.
>>>
>>> For more detail, see the commit log 
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f587af0c-0665-4a2c-811c-84f0472f713fn%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-27 Thread RT
Great to see this progress. Updated my project to 2.10 from 2.9, the only 
issue so far was removing the ie10 user agent in the gwt.xml, 
leaving safari,gecko1_8

On Saturday, June 25, 2022 at 1:33:25 AM UTC-5 blackh...@gmail.com wrote:

> This is great, thnx
>
> Op donderdag 23 juni 2022 om 18:16:50 UTC+2 schreef nilo...@gmail.com:
>
>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>> release using our new groupId, org.gwtproject, and the final release using 
>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>> certain that your project is using com.google.gwt:gwt (or 
>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>> versions of gwt-user and gwt-dev, even across groupIds.
>>
>> For this release, either groupId will work, but future releases will only 
>> be made on the org.gwtproject groupId.
>>
>> The zip download of the GWT SDK is available at 
>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>
>> --
>>
>> Release notes for GWT 2.10.0, taken from 
>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>
>> Highlights 
>>
>>- 
>>
>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>>build comes support for Promise in unit tests, and the browser strings 
>> that 
>>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>>“Edge”, and “Safari”.
>>- 
>>
>>Tested support for running on Java 17, dropped remaining support for 
>>running on Java 7.
>>- 
>>
>>Maven groupId is formally changed to org.gwtproject, projects should 
>>take care to make sure they are using either the old 
>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure that 
>>Maven or Gradle correctly handle this change. This will be the last 
>>published version using the com.google.gwt groupId.
>>- 
>>
>>Dropped support for IE 8, 9, and 10.
>>
>> Bug fixes 
>>
>>- Correct Long.hashCode semantics
>>- Support CLASSPATH environment variable when creating child 
>>processes, fixing a bug where Windows could fail with a long list of 
>>arguments.
>>- Use Function.name instead of displayName to support visible method 
>>names in Chrome 93+.
>>- Allow stack traces to be available in Chrome when loading scripts 
>>from a remote origin.
>>
>> JRE Emulation 
>>
>>- Added OutputStreamWriter emulation.
>>- Support StringReader mark() and reset() methods.
>>- Added StrictMath emulation.
>>- Added BufferedWriter emulation.
>>- Added incomplete PrintStream emulation.
>>- Add Charset.defaultCharset() emulation.
>>- Improve BigInteger emulated performance.
>>- System.nanoTime() emulation with performance.now().
>>- Added Optional.isEmpty emulation.
>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>WASM support. Note that these do not always offer specific improvements 
>> to 
>>GWT itself, but helps to keep the codebases consistent.
>>
>> Miscellaneous 
>>
>>- Add support to compile GWT itself in Java 9+.
>>- Improve compiled code size for applications that never use streams, 
>>by avoiding referencing streams from Throwable.
>>
>> For more detail, see the commit log 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/27e2ed02-932d-4ba0-9c49-7dca86c5ba38n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-25 Thread blackh...@gmail.com
This is great, thnx

Op donderdag 23 juni 2022 om 18:16:50 UTC+2 schreef nilo...@gmail.com:

> I'm very happy to announce the release of GWT 2.10.0. This is the first 
> release using our new groupId, org.gwtproject, and the final release using 
> com.google.gwt. If you resolve dependencies from Maven Central, please be 
> certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will only 
> be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>build comes support for Promise in unit tests, and the browser strings 
> that 
>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>“Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support for 
>running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects should 
>take care to make sure they are using either the old com.google.gwt:gwt 
>BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
>correctly handle this change. This will be the last published version 
> using 
>the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible method 
>names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading scripts 
>from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
>support. Note that these do not always offer specific improvements to GWT 
>itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use streams, 
>by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f38e4320-d9d9-480a-aa18-49ff01b721cdn%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-24 Thread Craig Mitchell
Fantastic work!  Installed it, and everything worked first go.  Well done 
all, and thank you!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/9535458b-f1a9-4850-9681-3eaacd7d4f7en%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-24 Thread lofid...@gmail.com
Yay, thanks a lot to all GWT contributors! 

Frank schrieb am Freitag, 24. Juni 2022 um 08:41:22 UTC+2:

> Great !
> Thanks
>
> Op vrijdag 24 juni 2022 om 01:16:54 UTC+2 schreef hprc:
>
>> Yay!
>> Thank you Colin and everyone.
>> GWT is getting bigger and bigger.
>> 2022年6月24日金曜日 1:16:50 UTC+9 nilo...@gmail.com:
>>
>>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>>> release using our new groupId, org.gwtproject, and the final release using 
>>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>>> certain that your project is using com.google.gwt:gwt (or 
>>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>>> versions of gwt-user and gwt-dev, even across groupIds.
>>>
>>> For this release, either groupId will work, but future releases will 
>>> only be made on the org.gwtproject groupId.
>>>
>>> The zip download of the GWT SDK is available at 
>>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>>
>>> --
>>>
>>> Release notes for GWT 2.10.0, taken from 
>>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>>
>>> Highlights 
>>>
>>>- 
>>>
>>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer 
>>>HtmlUnit build comes support for Promise in unit tests, and the browser 
>>>strings that can be specified when running tests are “FF”, “Chrome”, 
>>> “IE” 
>>>(for IE11), “Edge”, and “Safari”.
>>>- 
>>>
>>>Tested support for running on Java 17, dropped remaining support for 
>>>running on Java 7.
>>>- 
>>>
>>>Maven groupId is formally changed to org.gwtproject, projects should 
>>>take care to make sure they are using either the old 
>>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure 
>>>that Maven or Gradle correctly handle this change. This will be the last 
>>>published version using the com.google.gwt groupId.
>>>- 
>>>
>>>Dropped support for IE 8, 9, and 10.
>>>
>>> Bug fixes 
>>>
>>>- Correct Long.hashCode semantics
>>>- Support CLASSPATH environment variable when creating child 
>>>processes, fixing a bug where Windows could fail with a long list of 
>>>arguments.
>>>- Use Function.name instead of displayName to support visible method 
>>>names in Chrome 93+.
>>>- Allow stack traces to be available in Chrome when loading scripts 
>>>from a remote origin.
>>>
>>> JRE Emulation 
>>>
>>>- Added OutputStreamWriter emulation.
>>>- Support StringReader mark() and reset() methods.
>>>- Added StrictMath emulation.
>>>- Added BufferedWriter emulation.
>>>- Added incomplete PrintStream emulation.
>>>- Add Charset.defaultCharset() emulation.
>>>- Improve BigInteger emulated performance.
>>>- System.nanoTime() emulation with performance.now().
>>>- Added Optional.isEmpty emulation.
>>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>>WASM support. Note that these do not always offer specific improvements 
>>> to 
>>>GWT itself, but helps to keep the codebases consistent.
>>>
>>> Miscellaneous 
>>>
>>>- Add support to compile GWT itself in Java 9+.
>>>- Improve compiled code size for applications that never use 
>>>streams, by avoiding referencing streams from Throwable.
>>>
>>> For more detail, see the commit log 
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3b3465dc-cd9d-4a79-babc-338ecb1ca399n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-24 Thread Frank
Great !
Thanks

Op vrijdag 24 juni 2022 om 01:16:54 UTC+2 schreef hprc:

> Yay!
> Thank you Colin and everyone.
> GWT is getting bigger and bigger.
> 2022年6月24日金曜日 1:16:50 UTC+9 nilo...@gmail.com:
>
>> I'm very happy to announce the release of GWT 2.10.0. This is the first 
>> release using our new groupId, org.gwtproject, and the final release using 
>> com.google.gwt. If you resolve dependencies from Maven Central, please be 
>> certain that your project is using com.google.gwt:gwt (or 
>> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
>> versions of gwt-user and gwt-dev, even across groupIds.
>>
>> For this release, either groupId will work, but future releases will only 
>> be made on the org.gwtproject groupId.
>>
>> The zip download of the GWT SDK is available at 
>> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>>
>> --
>>
>> Release notes for GWT 2.10.0, taken from 
>> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>
>> Highlights 
>>
>>- 
>>
>>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>>build comes support for Promise in unit tests, and the browser strings 
>> that 
>>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>>“Edge”, and “Safari”.
>>- 
>>
>>Tested support for running on Java 17, dropped remaining support for 
>>running on Java 7.
>>- 
>>
>>Maven groupId is formally changed to org.gwtproject, projects should 
>>take care to make sure they are using either the old 
>>com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure that 
>>Maven or Gradle correctly handle this change. This will be the last 
>>published version using the com.google.gwt groupId.
>>- 
>>
>>Dropped support for IE 8, 9, and 10.
>>
>> Bug fixes 
>>
>>- Correct Long.hashCode semantics
>>- Support CLASSPATH environment variable when creating child 
>>processes, fixing a bug where Windows could fail with a long list of 
>>arguments.
>>- Use Function.name instead of displayName to support visible method 
>>names in Chrome 93+.
>>- Allow stack traces to be available in Chrome when loading scripts 
>>from a remote origin.
>>
>> JRE Emulation 
>>
>>- Added OutputStreamWriter emulation.
>>- Support StringReader mark() and reset() methods.
>>- Added StrictMath emulation.
>>- Added BufferedWriter emulation.
>>- Added incomplete PrintStream emulation.
>>- Add Charset.defaultCharset() emulation.
>>- Improve BigInteger emulated performance.
>>- System.nanoTime() emulation with performance.now().
>>- Added Optional.isEmpty emulation.
>>- JRE Emulation improvements/simplifications to facilitate J2CL’s 
>>WASM support. Note that these do not always offer specific improvements 
>> to 
>>GWT itself, but helps to keep the codebases consistent.
>>
>> Miscellaneous 
>>
>>- Add support to compile GWT itself in Java 9+.
>>- Improve compiled code size for applications that never use streams, 
>>by avoiding referencing streams from Throwable.
>>
>> For more detail, see the commit log 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/c09f855c-de35-4971-9258-4152a2db1eddn%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-23 Thread hprc
Yay!
Thank you Colin and everyone.
GWT is getting bigger and bigger.
2022年6月24日金曜日 1:16:50 UTC+9 nilo...@gmail.com:

> I'm very happy to announce the release of GWT 2.10.0. This is the first 
> release using our new groupId, org.gwtproject, and the final release using 
> com.google.gwt. If you resolve dependencies from Maven Central, please be 
> certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will only 
> be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>build comes support for Promise in unit tests, and the browser strings 
> that 
>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>“Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support for 
>running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects should 
>take care to make sure they are using either the old com.google.gwt:gwt 
>BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
>correctly handle this change. This will be the last published version 
> using 
>the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible method 
>names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading scripts 
>from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
>support. Note that these do not always offer specific improvements to GWT 
>itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use streams, 
>by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/8285da27-f85a-481a-9c64-24b559ea9100n%40googlegroups.com.


Re: GWT 2.10.0 release

2022-06-23 Thread Max F

YEEHAW


Congratulations, and thanks to Colin and everyone else involved.

nilo...@gmail.com schrieb am Donnerstag, 23. Juni 2022 um 18:16:50 UTC+2:

> I'm very happy to announce the release of GWT 2.10.0. This is the first 
> release using our new groupId, org.gwtproject, and the final release using 
> com.google.gwt. If you resolve dependencies from Maven Central, please be 
> certain that your project is using com.google.gwt:gwt (or 
> org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
> versions of gwt-user and gwt-dev, even across groupIds.
>
> For this release, either groupId will work, but future releases will only 
> be made on the org.gwtproject groupId.
>
> The zip download of the GWT SDK is available at 
> https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip
>
> --
>
> Release notes for GWT 2.10.0, taken from 
> https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>
> Highlights 
>
>- 
>
>Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
>build comes support for Promise in unit tests, and the browser strings 
> that 
>can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
>“Edge”, and “Safari”.
>- 
>
>Tested support for running on Java 17, dropped remaining support for 
>running on Java 7.
>- 
>
>Maven groupId is formally changed to org.gwtproject, projects should 
>take care to make sure they are using either the old com.google.gwt:gwt 
>BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
>correctly handle this change. This will be the last published version 
> using 
>the com.google.gwt groupId.
>- 
>
>Dropped support for IE 8, 9, and 10.
>
> Bug fixes 
>
>- Correct Long.hashCode semantics
>- Support CLASSPATH environment variable when creating child 
>processes, fixing a bug where Windows could fail with a long list of 
>arguments.
>- Use Function.name instead of displayName to support visible method 
>names in Chrome 93+.
>- Allow stack traces to be available in Chrome when loading scripts 
>from a remote origin.
>
> JRE Emulation 
>
>- Added OutputStreamWriter emulation.
>- Support StringReader mark() and reset() methods.
>- Added StrictMath emulation.
>- Added BufferedWriter emulation.
>- Added incomplete PrintStream emulation.
>- Add Charset.defaultCharset() emulation.
>- Improve BigInteger emulated performance.
>- System.nanoTime() emulation with performance.now().
>- Added Optional.isEmpty emulation.
>- JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
>support. Note that these do not always offer specific improvements to GWT 
>itself, but helps to keep the codebases consistent.
>
> Miscellaneous 
>
>- Add support to compile GWT itself in Java 9+.
>- Improve compiled code size for applications that never use streams, 
>by avoiding referencing streams from Throwable.
>
> For more detail, see the commit log 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3364fdd6-81be-4c65-955e-566018480b34n%40googlegroups.com.


GWT 2.10.0 release

2022-06-23 Thread Colin Alworth
I'm very happy to announce the release of GWT 2.10.0. This is the first 
release using our new groupId, org.gwtproject, and the final release using 
com.google.gwt. If you resolve dependencies from Maven Central, please be 
certain that your project is using com.google.gwt:gwt (or 
org.gwtproject:gwt) as a BOM, so that you are certain to have consistent 
versions of gwt-user and gwt-dev, even across groupIds.

For this release, either groupId will work, but future releases will only 
be made on the org.gwtproject groupId.

The zip download of the GWT SDK is available at 
https://github.com/gwtproject/gwt/releases/download/2.10.0/gwt-2.10.0.zip

--

Release notes for GWT 2.10.0, taken from 
https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0

Highlights 
   
   - 
   
   Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. With this newer HtmlUnit 
   build comes support for Promise in unit tests, and the browser strings that 
   can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), 
   “Edge”, and “Safari”.
   - 
   
   Tested support for running on Java 17, dropped remaining support for 
   running on Java 7.
   - 
   
   Maven groupId is formally changed to org.gwtproject, projects should 
   take care to make sure they are using either the old com.google.gwt:gwt 
   BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle 
   correctly handle this change. This will be the last published version using 
   the com.google.gwt groupId.
   - 
   
   Dropped support for IE 8, 9, and 10.
   
Bug fixes 
   
   - Correct Long.hashCode semantics
   - Support CLASSPATH environment variable when creating child processes, 
   fixing a bug where Windows could fail with a long list of arguments.
   - Use Function.name instead of displayName to support visible method 
   names in Chrome 93+.
   - Allow stack traces to be available in Chrome when loading scripts from 
   a remote origin.

JRE Emulation 
   
   - Added OutputStreamWriter emulation.
   - Support StringReader mark() and reset() methods.
   - Added StrictMath emulation.
   - Added BufferedWriter emulation.
   - Added incomplete PrintStream emulation.
   - Add Charset.defaultCharset() emulation.
   - Improve BigInteger emulated performance.
   - System.nanoTime() emulation with performance.now().
   - Added Optional.isEmpty emulation.
   - JRE Emulation improvements/simplifications to facilitate J2CL’s WASM 
   support. Note that these do not always offer specific improvements to GWT 
   itself, but helps to keep the codebases consistent.

Miscellaneous 
   
   - Add support to compile GWT itself in Java 9+.
   - Improve compiled code size for applications that never use streams, by 
   avoiding referencing streams from Throwable.

For more detail, see the commit log 
.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/57e69cc0-3aa5-4252-90d1-9c49077440ban%40googlegroups.com.


Re: [gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-06-22 Thread Juan Pablo Gardella
Thanks Colin!

On Wed, Jun 22, 2022 at 5:11 PM Colin Alworth  wrote:

> The last step of the release process is under way, Google's 2.10.0 release
> is underway, we're just waiting for the release to be performed and
> synchronized to Maven Central. When that has finished we can formally
> announce the release.
>
> I've created an issue for next steps to finish our transition to GitHub at
> https://github.com/gwtproject/gwt/issues/9756 and will follow up with a
> few proposed pull requests to make these changes.
>
> Thanks for everyone's support and patience with this process!
>
> On Sunday, May 22, 2022 at 11:00:14 AM UTC-5 mcmi...@gmail.com wrote:
>
>> Hi,
>> I could test on Windows 10 (and maybe Windows 11)
>> Browser :
>> - Firefox
>> - Edge (but Chromium only)
>> - IE 11 (End of Support on June 15th)
>> - Chrome
>>
>> JVM:
>> - 11
>> - 17
>> - 18
>> - 19 eap
>> Boris Brudnoy schrieb am Freitag, 20. Mai 2022 um 14:33:02 UTC+2:
>>
>>> I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs /
>>> browsers run on macOS, which AFAICT is everything but IE11.
>>>
>>> On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote:
>>>
 Hello all,

 All of the preliminary testing that I'm aware of for the upcoming
 release is complete, leaving us with a decent level of confidence in the
 changes. We have a document that outlines the release plan (with a link to
 the standard release steps and the testing process) that has undergone a
 few small tweaks, and I think is ready to go:

 https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit

 I'm now asking for volunteers who are able to test the final release
 once it is ready to go. We're hoping for a cross section of testing that
 verifies

- JVM Version: 8, 11, 17/18
- OS: Linux, OS X, Windows 8.1, 10, 11
- Browser: Chrome, Firefox, Safari, IE11, Edge (blink)

 Windows 8.1 and 10 VMs are available at
 https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm
 not presently aware of a source for Windows 11 VMs, so ideally we have a
 few people running that natively.

 Please reply to this or contact me off-list (co...@colinalworth.com)
 with the combinations you have access to and are able to test, and we'll
 organize in the next few days, and start the next steps.

 Thanks!

>>> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/5df0ff8b-6d48-4c44-a814-3e27cb98427dn%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CA%2BkiFseDOCx7tbdqQb2LUu0RYu3b6k-HstCUAOXvewxTv5L6KA%40mail.gmail.com.


[gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-06-22 Thread Colin Alworth
The last step of the release process is under way, Google's 2.10.0 release 
is underway, we're just waiting for the release to be performed and 
synchronized to Maven Central. When that has finished we can formally 
announce the release.

I've created an issue for next steps to finish our transition to GitHub at 
https://github.com/gwtproject/gwt/issues/9756 and will follow up with a few 
proposed pull requests to make these changes.

Thanks for everyone's support and patience with this process!

On Sunday, May 22, 2022 at 11:00:14 AM UTC-5 mcmi...@gmail.com wrote:

> Hi,
> I could test on Windows 10 (and maybe Windows 11)
> Browser :
> - Firefox
> - Edge (but Chromium only)
> - IE 11 (End of Support on June 15th)
> - Chrome
>
> JVM:
> - 11
> - 17
> - 18
> - 19 eap
> Boris Brudnoy schrieb am Freitag, 20. Mai 2022 um 14:33:02 UTC+2:
>
>> I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs / browsers 
>> run on macOS, which AFAICT is everything but IE11.
>>
>> On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote:
>>
>>> Hello all,
>>>
>>> All of the preliminary testing that I'm aware of for the upcoming 
>>> release is complete, leaving us with a decent level of confidence in the 
>>> changes. We have a document that outlines the release plan (with a link to 
>>> the standard release steps and the testing process) that has undergone a 
>>> few small tweaks, and I think is ready to go:
>>>
>>> https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit
>>>
>>> I'm now asking for volunteers who are able to test the final release 
>>> once it is ready to go. We're hoping for a cross section of testing that 
>>> verifies
>>>
>>>- JVM Version: 8, 11, 17/18
>>>- OS: Linux, OS X, Windows 8.1, 10, 11
>>>- Browser: Chrome, Firefox, Safari, IE11, Edge (blink)
>>>
>>> Windows 8.1 and 10 VMs are available at 
>>> https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm 
>>> not presently aware of a source for Windows 11 VMs, so ideally we have a 
>>> few people running that natively.
>>>
>>> Please reply to this or contact me off-list (co...@colinalworth.com) 
>>> with the combinations you have access to and are able to test, and we'll 
>>> organize in the next few days, and start the next steps.
>>>
>>> Thanks!
>>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/5df0ff8b-6d48-4c44-a814-3e27cb98427dn%40googlegroups.com.


[gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-05-22 Thread mcmi...@gmail.com
Hi,
I could test on Windows 10 (and maybe Windows 11)
Browser :
- Firefox
- Edge (but Chromium only)
- IE 11 (End of Support on June 15th)
- Chrome

JVM:
- 11
- 17
- 18
- 19 eap
Boris Brudnoy schrieb am Freitag, 20. Mai 2022 um 14:33:02 UTC+2:

> I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs / browsers 
> run on macOS, which AFAICT is everything but IE11.
>
> On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote:
>
>> Hello all,
>>
>> All of the preliminary testing that I'm aware of for the upcoming release 
>> is complete, leaving us with a decent level of confidence in the changes. 
>> We have a document that outlines the release plan (with a link to the 
>> standard release steps and the testing process) that has undergone a few 
>> small tweaks, and I think is ready to go:
>>
>> https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit
>>
>> I'm now asking for volunteers who are able to test the final release once 
>> it is ready to go. We're hoping for a cross section of testing that verifies
>>
>>- JVM Version: 8, 11, 17/18
>>- OS: Linux, OS X, Windows 8.1, 10, 11
>>- Browser: Chrome, Firefox, Safari, IE11, Edge (blink)
>>
>> Windows 8.1 and 10 VMs are available at 
>> https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm not 
>> presently aware of a source for Windows 11 VMs, so ideally we have a few 
>> people running that natively.
>>
>> Please reply to this or contact me off-list (co...@colinalworth.com) 
>> with the combinations you have access to and are able to test, and we'll 
>> organize in the next few days, and start the next steps.
>>
>> Thanks!
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/15657d45-153e-4911-b1a8-d60534fdaf78n%40googlegroups.com.


[gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-05-20 Thread Boris Brudnoy
I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs / browsers 
run on macOS, which AFAICT is everything but IE11.

On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote:

> Hello all,
>
> All of the preliminary testing that I'm aware of for the upcoming release 
> is complete, leaving us with a decent level of confidence in the changes. 
> We have a document that outlines the release plan (with a link to the 
> standard release steps and the testing process) that has undergone a few 
> small tweaks, and I think is ready to go:
>
> https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit
>
> I'm now asking for volunteers who are able to test the final release once 
> it is ready to go. We're hoping for a cross section of testing that verifies
>
>- JVM Version: 8, 11, 17/18
>- OS: Linux, OS X, Windows 8.1, 10, 11
>- Browser: Chrome, Firefox, Safari, IE11, Edge (blink)
>
> Windows 8.1 and 10 VMs are available at 
> https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm not 
> presently aware of a source for Windows 11 VMs, so ideally we have a few 
> people running that natively.
>
> Please reply to this or contact me off-list (co...@colinalworth.com) with 
> the combinations you have access to and are able to test, and we'll 
> organize in the next few days, and start the next steps.
>
> Thanks!
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/79cd2b47-962d-4f31-af80-d2d99a9b18dan%40googlegroups.com.


[gwt-contrib] Testing for GWT 2.10.0 release

2022-05-19 Thread Colin Alworth
Hello all,

All of the preliminary testing that I'm aware of for the upcoming release 
is complete, leaving us with a decent level of confidence in the changes. 
We have a document that outlines the release plan (with a link to the 
standard release steps and the testing process) that has undergone a few 
small tweaks, and I think is ready to go:
https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit

I'm now asking for volunteers who are able to test the final release once 
it is ready to go. We're hoping for a cross section of testing that verifies

   - JVM Version: 8, 11, 17/18
   - OS: Linux, OS X, Windows 8.1, 10, 11
   - Browser: Chrome, Firefox, Safari, IE11, Edge (blink)

Windows 8.1 and 10 VMs are available at 
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm not 
presently aware of a source for Windows 11 VMs, so ideally we have a few 
people running that natively.

Please reply to this or contact me off-list (co...@colinalworth.com) with 
the combinations you have access to and are able to test, and we'll 
organize in the next few days, and start the next steps.

Thanks!

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/f28c40dc-796f-426c-92d4-2d14c9178b37n%40googlegroups.com.