Hi, I need also the gwt-maven-plugin 2.8.0-beta,
the old 2.7.0 put on the classpath the old gwt-user and my projects break.
--
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/2daed4d2-41df-44e9-b00e-25d1cec0e8c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 and not Java 6?
--
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/afbc2b40-5a48-4e6d-960e-e59d46a81936%40googlegroups.com.
It will be very useful to make gwt-servlet compatible with java 6
On 4 December 2015 at 17:41, Jens <jens.ne...@gmail.com> wrote:
Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 and not Java 6?gwt-servlet.jar isn't really compiled, its just assembled. The build script compiles gwt-dev and gwt-user using Java 7 as minimum and then gwt-servlet.jar is created by pulling in a subset of already compiled classes of gwt-user and gwt-dev. That means gwt-servlet.jar also requires Java 7. So generally its intentional.Also as soon as we land Java 8 API emulations GWT will be compiled using Java 8 which would mean gwt-servlet.jar also requires Java 8. Its probably not possible to keep gwt-servlet.jar compatible to Java 7 because as soon as we add java.time emulation to GWT we probably also add GWT-RPC custom field serializers for Java 8 classes like LocalDate, etc.-- J.
--
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.
-- J.
--
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/afbc2b40-5a48-4e6d-960e-e59d46a81936%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-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/06401611-3eeb-4647-9fca-69459939aa8d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5%3DYLe_WNJbvc48mmfRO8Ds1WqqtDwNvhhPD3C66DJHpQ%40mail.gmail.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-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b1cddc19-926a-4304-a583-6b0312cc82a4%40googlegroups.com.
good, where can i find exact dates about release dates (full date, like year month and day) from the beginning?
Feel free to fill a patch for that :)
On Mon, Dec 7, 2015 at 2:28 PM István Horváth <arm...@gmail.com> wrote:
it would nice to have if you update the release notes page with exact dates on all of the version on both the links and the linked details too.--
2015. december 4., péntek 10:51:13 UTC+1 időpontban Daniel Kurka a következőt írta:Hi all,we just finished testing for GWT 2.8.0-beta1. You can either download it from goo.gl/62SeR5 or from maven central.Release notes can be found here.Please start testing and let us know about any issues you encounter by either discussion here or filing bugs on github.-Daniel
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.
ok, i have PR for this, i hope it fits Google's needs.
2015. december 7., hétfő 15:47:50 UTC+1 időpontban Julien Dramaix a következőt írta:
Feel free to fill a patch for that :)
On Mon, Dec 7, 2015 at 2:28 PM István Horváth <arm...@gmail.com> wrote:
it would nice to have if you update the release notes page with exact dates on all of the version on both the links and the linked details too.--
2015. december 4., péntek 10:51:13 UTC+1 időpontban Daniel Kurka a következőt írta:Hi all,we just finished testing for GWT 2.8.0-beta1. You can either download it from goo.gl/62SeR5 or from maven central.Release notes can be found here.Please start testing and let us know about any issues you encounter by either discussion here or filing bugs on github.-Daniel
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/06401611-3eeb-4647-9fca-69459939aa8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/5ac770a2-db1c-4676-b167-8632289decae%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CA%2BkiFseLrH5LPYM%3DkmqBFNrjqJOuvq28ZC9vvpfiM6xcKxNAYQ%40mail.gmail.com.
If I could be permitted to slight restate what Julien just said: We will make a note of it, as we have done in the past, such as when the default moved from java6 to java7: http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_0_RC1.
On Mon, Dec 7, 2015 at 3:06 PM, Colin Alworth <nilo...@gmail.com> wrote:If I could be permitted to slight restate what Julien just said: We will make a note of it, as we have done in the past, such as when the default moved from java6 to java7: http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_0_RC1.I was questioning what happens for GWT RPC in production at runtime.GWT 2.6 (and also 2.7) did not require Java 7 at runtime for RPC, whereas GWT 2.8 does. Does the suggestion that it might require Java 8 by the time GWT 2.8 is released apply to compile time or run time?
The release notes should separate the requirements for compile time and run time Java environment.
--
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/837ee151-4b87-42d5-8b2c-a9a83a157e68%40googlegroups.com.
Please start testing and let us know about any issues you encounter by either discussion here or filing bugs on github.
--
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/77dac21c-66d7-43ed-8b50-88f78de5eda7%40googlegroups.com.
Brandon Donnelson / GXT Support Engineer
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/77dac21c-66d7-43ed-8b50-88f78de5eda7%40googlegroups.com.
--Brandon Donnelson / GXT Support Engineer
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAA_mbNNxC%3Dhxr%2BzO_adCT7YgJ-dmOzGyYN7-TXA9mTxuv9cCBA%40mail.gmail.com.
Hi all,we just finished testing for GWT 2.8.0-beta1. You can either download it from goo.gl/62SeR5 or from maven central.Release notes can be found here.
Please start testing and let us know about any issues you encounter by either discussion here or filing bugs on github.
-Daniel
Great news!I tried to recompile with Java8 and GWT 2.8 beta1 a project I am working on. But I see these 2 errors:guava-gwt 18.0 does not seem to compile:[INFO] Tracing compile failure path for type 'com.google.common.collect.GwtPlatform'
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/dnouls/.m2/repository/com/google/guava/guava-gwt/18.0/guava-gwt-18.0.jar!/com/goo
gle/common/collect/super/com/google/common/collect/GwtPlatform.java'
[INFO] [ERROR] Line 38: The method createFrom(T[], int) is undefined for the type Array
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.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-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/09a1cab0-b31c-4c5e-a8c5-5a0877a831c6%40googlegroups.com.