Stefan Röck
Stefan Röck
I ran into the same issue, `.gitattributes` did the trick as mentioned above. After that, the JavaClassDescriptorTest fails due to an encoding issue which can be fixed by adding these...
An rough implementation of the highlighted approach (wrapping and extending with metadata) can be found here: https://gist.github.com/stefanroeck/0e7b2002eb0e801b8ff619e6738048db This also uses an XML-based persistence with the provided rule ids as reference...
The same applies for artifacts with packaging type `ear`.
I agree, I JSON based format would be preferrable. At the moment, to consume MQTT messages for the parkingPosition, multiple topics need to be consumed: - latitude - longitude -...
Thanks, works like a charm ;-)
Reason for this issue seems to be a combination of two things: - Re-attaching the iFrame after upload fires another onSubmitComplete event with an empty response (as already stated in...
This patch worked for me [gwtUpload.patch.txt](https://github.com/manolo/gwtupload/files/215597/gwtUpload.patch.txt)