Jochen Theodorou
Jochen Theodorou
Using the build file from https://github.com/groovy/groovy-core/blob/antlr4/subprojects/groovy-antlr4-grammar/build.gradle with id d40e1c5c4430d4453fd8048c87d4eb3338e98c5b, changing it to not use SNAPSHOT and then executing ./gradlew :groovy-grammar-antlr4:clean results in gradle reporting this error: ``` * What went...
This is a pullrequest to show case the changes required to groovy-core if null.iterator() is supposed to throw a NPE. This is not thought as contribution for Groovy 2.4, more...
DP 0.19.0 In our FX-Client I often get messages like this one here: ERROR com.canoo.dp.impl.platform.core.SimpleUncaughtExceptionHandler - Unhandled error in Dolphin Platform background thread Dolphin-Platform-Background-Thread-5 java.lang.IllegalStateException: Can not call disconnect on...
ERROR com.hazelcast.client.spi.ClientListenerService - hz.client_0_xyz.event-7 caught an exception while processing task:com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl$ClientEventProcessor@10b9f532 java.lang.RuntimeException: Internal Error! No session id defined for event bus listener! at com.canoo.dp.impl.server.event.AbstractEventBus.triggerEventHandling(AbstractEventBus.java:150) at com.canoo.dp.impl.server.event.DistributedEventBus$3.onMessage(DistributedEventBus.java:108) at com.hazelcast.client.proxy.ClientTopicProxy$TopicItemHandler.handle(ClientTopicProxy.java:85) at com.hazelcast.client.impl.protocol.codec.TopicAddMessageListenerCodec$AbstractEventHandler.handle(TopicAddMessageListenerCodec.java:126) at...
the javascript console shows the following; DOLPHIN (on polling error): PlatformHttpTransmitter: Parse error: (Incorrect response = [{"id":"DeletePresentationModelCommand","p_id":"dda6ed35-2ea3-4dce-b82f-0f7c00c7a3aa"},{"id":"DeletePresentationModelCommand","p_id":"b68735e3-65fa-476e-bffe-b11e06cea305"},{"id":"DeletePresentationModelCommand","p_id":"2480c461-eda7-418d-b245-34acbcb8121f"},{"id":"DeletePresentationModelCommand","p_id":"00f30afa-dc46-46ba-87f2-f6433f1f3b29"}]) DP server version: 0.19.0 DP javascript client version: 0.18.0
Right now DP provides one-way communication for a client to talk with the server with dolphin actions. But the server has only presentation models to communicate with the client. What...
It would be good for the platform to provide a way to handle uploads. For example through a DolphinAction. There a parameter could be a representation of a stream of...
This replaces the old custom hashmap variant in MetaMethodIndex with standard maps. Problem though is that this change is a breaking change. MetaMethodIndex itself looks very different now, but is...
to give an impression on the impact of deprecating the callsite caching code