com.google.jsinterop not in google-snapshots?

2015-11-23 Thread Thomas Broyer
See https://groups.google.com/forum/#!topic/google-web-toolkit/Ty78TNg58iA -- 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...@googlegrou

com.google.jsinterop not in google-snapshots?

2015-11-23 Thread Michael Zhou
I'm getting "Could not find artifact com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in google-snapshots (https://oss.sonatype.org/content/repositories/google-snapshots)" in one of my Maven builds. Could someone publish that jar to google-snapshots? -- You received this message because you a

Re: Java Deserialization Vulnerability

2015-11-23 Thread Jens
> Thanks Lars for the clarification. Looks like a bad plan to fix all broken > implementations using ObjectInputStream and better remove it completely in > a GWT-RPC environment. > You can use Java serialization just fine as long as you can be sure no one has modified your serialized data and

Re: Java Deserialization Vulnerability

2015-11-23 Thread Jakob Jarosch
Thanks Lars for the clarification. Looks like a bad plan to fix all broken implementations using ObjectInputStream and better remove it completely in a GWT-RPC environment. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Re: Java Deserialization Vulnerability

2015-11-23 Thread Gerry Smith
Yeah I'd agree with that! On Mon, Nov 23, 2015 at 8:29 PM, Lars wrote: > @Thomas: Thanks for this information, but I guess the correct property is > rpc.enhancedClasses :-) > @Jakob: Keep in mind, that commons-collections is not the only library > "under attack" ... groovy and spring shares a si

Re: Java Deserialization Vulnerability

2015-11-23 Thread Lars
@Thomas: Thanks for this information, but I guess the correct property is rpc.enhancedClasses :-) @Jakob: Keep in mind, that commons-collections is not the only library "under attack" ... groovy and spring shares a similar use case https://github.com/frohoff/ysoserial/tree/master/src/main/java/y

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
Ok, I got the following to work: (linux/mac specific) [presumes you have ant, maven, jdk, etc, installed] cd ~/git mkdir gwt cd gwt git clone tools https://github.com/gwtproject/tools.git git clone https://github.com/gwtproject/gwt.git gwt cd gwt ant clean dist-dev -Dgwt.version=2.8.0-SNAPSHOT

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
Yes On 11/23/2015 01:50 PM, Thomas Broyer wrote: On Monday, November 23, 2015 at 5:57:58 PM UTC+1, Michael Joyner wrote: ok, this is not working out

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
2.9 On 11/23/2015 01:44 PM, Jens wrote: Anyone have a fix yet? Which Gradle version do you use? Gradle didn't support pinning a specific SNAPSHOT build some time ago. Ma

Re: JsInterop Maven fail

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 5:57:58 PM UTC+1, Michael Joyner wrote: > > ok, > > this is not working out > > ALL the POM's point to '2.8.0-SNAPSHOT as dependencies. Result: I depend > on a module, the module references latest snapshot, latest snapshot > references missing jsinterop, compile

Re: JsInterop Maven fail

2015-11-23 Thread Jens
> Anyone have a fix yet? > Which Gradle version do you use? Gradle didn't support pinning a specific SNAPSHOT build some time ago. Maybe you should upgrade Gradle. https://issues.gradle.org/browse/GRADLE-2784 -- J. -- You received this message because you are subscribed to the Google Groups

Need clarity on permutation generation

2015-11-23 Thread SAMBATH KUMAR LOGAKRISHNAN
#GWT #Permutation Did simple permutation test on gwt.xml file in GWT 2.7.0 gives 3 permutations. When I dive into the nocache.js file to find how permutations were classified. To my surprise, its based on user.

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
On 11/21/2015 08:55 AM, Thomas Broyer wrote: We're having an error deploying the new com.google.jsinterop artifacts: http://build.gwtproject.org/job/gwt/306 Try pinning the previous snapshot (using its time-stamped version) or build GWT locally and deploy it with the maven/push-gwt.sh script.

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
ok, this is not working out ALL the POM's point to '2.8.0-SNAPSHOT as dependencies. Result: I depend on a module, the module references latest snapshot, latest snapshot references missing jsinterop, compile failure because of dependency failure

Re: JsInterop Maven fail

2015-11-23 Thread Filipe Sousa
Here is what I did $ git fetch https://gwt.googlesource.com/gwt refs/changes/10/14010/4 && git cherry-pick FETCH_HEAD $ ant clean elemental dist-dev -Dgwt.version=2.8.0-SNAPSHOT $ ./maven/push-gwt.sh After that, the complier complains about the missing java classes. [INFO] --- gwt-maven-plugin:

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
ok Why does top level POM for any particular date for main project GWT only point to "-snapshot" and not its matching dated versions? I think this is where my problem with not being able to select a non "-snapshot" version is coming from.

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
I can't seem to set GWT version to a different version other than snapshot because each module has a different version number based on seconds. I don't think this would be such an issue if the POM version numbers were truncated to DAY so that all POM

Re: JsInterop Maven fail

2015-11-23 Thread EMan
> > I can't get it to work either. I have changed gwt-user to various > version, but it still wants to get jsinterop snapshot. > > Failed to read artifact descriptor for > com.google.gwt:gwt-user:jar:2.8.0-20151118.055323-98: Could not find > artifact com.google.jsinterop:jsinterop:pom:1.0.0-S

Re: JsInterop Maven fail

2015-11-23 Thread EMan
I can't get it to work either. I have changed gwt-user to various version, but it still wants to get jsinterop snapshot. Failed to read artifact descriptor for com.google.gwt:gwt-user:jar:2.8.0-20151118.055323-98: Could not find artifact com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in go

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
I can't get this mess to work with Gradle. No matter what versions I put in I get messages about jsinterop not being found. Could someone "fix" the maven snaptop repo to point the "-SNAPSHOT" back to the known working 19th version?

Re: JsInterop Maven fail

2015-11-23 Thread Evan Ruff
An RC1 release would be fantastic. E On Nov 23, 2015 10:07 AM, "Michael Joyner" wrote: > This is a good example as to why tracking daily snapshots can be a bad > idea. > > Why isn't there an RC1 ... POM ? > > > On 11/21/2015 06:59 AM, Adolfo Panizo Touzon wrote: > > Hi all, > > today when I trie

Re: JsInterop Maven fail

2015-11-23 Thread Michael Joyner
This is a good example as to why tracking daily snapshots can be a bad idea. Why isn't there an RC1 ... POM ? On 11/21/2015 06:59 AM, Adolfo Panizo Touzon wrote: Hi all, today when I tried to do a mvn clean

Re: JsInterop Maven fail

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 2:19:51 PM UTC+1, Bruno Salmon wrote: > > I tried with versions 2.8.0-20151119.055507-99 and > 2.8.0-20151118.055323-98 but got the same problem about JSInterop. > It can't be the same problem, as in those versions the jsinterop annotations hadn't been split out

spring4gwt(+ mybatis) startup warning:No MyBatis mapper was found in '[com.vsi.idp.map.server.mappe]' package

2015-11-23 Thread Alex Luya
My configuration is: spring-4.2.3 mybatis-3.3.0 mybatis-spring-1.2.3 mapper looks like: *Mapper* looks like: package com.vsi.idp.map.server.mapper;//imports...public interface SeniorMapper extends BaseMapper { @Results({...}) @Select(...) public List query(...); } *ServiceImpl* look

Re: JsInterop Maven fail

2015-11-23 Thread Bruno Salmon
I tried with versions 2.8.0-20151119.055507-99 and 2.8.0-20151118.055323-98 but got the same problem about JSInterop. Earlier versions have no pom file (only pom.asc file) so maven can't load them. So I tried the other way you suggested and successfully built GWT locally. I finally got jsIntero

Re: What is j2cl?

2015-11-23 Thread Marko
Hi James! The idea would be to use Java Maps/Sets/Lists/etc in your platform independent code - for web, android, ios. But j2cl would translate this platform independent code into JavaScript based on Closure Library so that in runtime JavaScript code would use goog.structs.Map instead of java.

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, I will continue on that tread Le lundi 23 novembre 2015 10:44:15 UTC+1, Thomas Broyer a écrit : > > > > On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: >> >> Thanks Thomas, maven can now download the plugin with the correct >> repository url you gave me, a st

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: > > Thanks Thomas, maven can now download the plugin with the correct > repository url you gave me, a step forward to 2.8 :-) > > However, this is now the gwt-user actifact itself that fails to download > (this time in the g

Re: JsInterop Maven fail

2015-11-23 Thread josef . koch
Thank you Thomas, as you probably figured, I thought I had to pin jsinterop :) On Monday, November 23, 2015 at 10:12:28 AM UTC+1, Thomas Broyer wrote: > > > On Monday, November 23, 2015 at 9:51:28 AM UTC+1, josef...@gmail.com > wrote: >> >> I am using GWT snapshots from >> https://oss.sonatype.

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, maven can now download the plugin with the correct repository url you gave me, a step forward to 2.8 :-) However, this is now the gwt-user actifact itself that fails to download (this time in the google-snapshots repository) due to this unresolved dependency: Failure to find com

Re: JsInterop Maven fail

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 9:51:28 AM UTC+1, josef...@gmail.com wrote: > > I am using GWT snapshots from > https://oss.sonatype.org/content/repositories/google-snapshots/ > > Where can I find a working jsinterop? > Pin an earlier snapshot that works; e.g. 2.8.0-20151119.055507-99 for gwt-u

Re: Java Deserialization Vulnerability

2015-11-23 Thread Jakob Jarosch
They released a new version of commons-collections (v3.2.2) which addresses this issue. So the remote code execution vulnerability is fixed, but as Jens noted, the potential DOS attack can still be executed. https://commons.apache.org/proper/commons-collections/release_3_2_2.html The issue in the

Re: JsInterop Maven fail

2015-11-23 Thread josef . koch
I am using GWT snapshots from https://oss.sonatype.org/content/repositories/google-snapshots/ Where can I find a working jsinterop? On Saturday, November 21, 2015 at 2:55:27 PM UTC+1, Thomas Broyer wrote: > > We're having an error deploying the new com.google.jsinterop artifacts: > http://buil

spring4gwt error:Spring bean not found: querySenior

2015-11-23 Thread Alex Luya
I am trying to make *gwt-2.7* work with *spring-4.2.3*.Configurations are: *web.xml* contextConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoaderListener springGwtRemoteServiceServlet org.spring4gwt.server.SpringGwtRemoteServiceSe