Zachary Sistrunk

Results 22 comments of Zachary Sistrunk

Unfortunately, I've found with some local testing that this unfortunately doesn't work 100% of the time. Allowing it to pass in the ExecutionContext works fine, it maintains the MDC through...

We managed to get it working internally without any further changes to Scredis, we ended up having to use a custom dispatcher configurator. With that and the changes in this...

We recently moved from using Scredis to a different Redis backend, so unfortunately I no longer have an investment in this project. Sorry!

On further testing in VS, I found that it's simply not treating the result of Game.spawns['Spawn1'] as a Spawn object. Using the code 'var testspawn = new Spawn(); testspawn.' will...

For what it's worth, I was also coming here to report this as a bug before I found this issue. Trailing commas are very counter-intuitive compared to other languages. This...

@trask I was able to write a test for the remote-slsb Spring XML integration pattern. While I was at it, I also converted the Groovy test to Java for #7195....

@trask Tests are now successful. Turns out the Spring class I used to mock JNDI was removed in Spring 5, so it broke the latest dependencies test with a NoClassDefFoundError....

Thanks @laurit! I wasn't able to find a way to dynamically create an EJB at runtime, so it's cool to see that you were able to.

> Redis support is experimental and unsupported. IMO it shouldn't have ever been added to dskit or Mimir. We don't run it and have no intention of running it. I...