Anton Bessonov

Results 206 comments of Anton Bessonov

@JiaLiPassion great! it would be nice if path to api can be configured too, because we use /service instead of /api. Can you tell my how I can configure your...

I really like spring session approach, but I have same issue with it like many others. I see some issues related to this topic: https://github.com/spring-projects/spring-session/issues/280, https://github.com/spring-projects/spring-session/issues/361 and https://github.com/spring-projects/spring-session/issues/529. @rwinch is...

@vpavic yeah, I've seen it. The linked approach is similar to yours, but it don't just delegate to original delete function and uses `redisTemplate.delete`. As I see from [source](https://github.com/spring-projects/spring-session/blob/1.3.1.RELEASE/spring-session/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java#L466) there...

@iwahbe Probably, related to or makes https://github.com/pulumi/pulumi-command/issues/23 obsolete

@jrmuizel @GuangweiWang A friendly remainder about open questions above 👍

First of all, thank you @michaelwittig for your example. I had same issue. The lambda.zip file wasn't updated for years, but it worked and helped me to resolve the issue....

Same issue. As a workaround I put following in the docker compose file: ```yaml healthcheck: test: 'wget -O - http://127.0.0.1:$${MAILDEV_WEB_PORT}$${MAILDEV_BASE_PATHNAME}/healthz || exit 1' ```

Do you mean d8d4db1aa388cd0c497f2793cd70ab2e5c294582 (dos2unix JOhmUtils.java, BasicPer...)? There is no changes here. I've used dos2unix, because someone checked windows-style-newlines in and it looks bad (http://img26.imageshack.us/img26/8238/screenshotby.png). But if you will, I...