Ruslan Stelmachenko

Results 86 comments of Ruslan Stelmachenko

Usually I do just: ``` $ git checkout release/v1.0 Branch release/v1.0 set up to track remote branch release/v1.0 from origin by rebasing. Switched to a new branch 'release/v1.0' ``` But...

> docker will fetch all credentials for all registries in your config file before initiating a build, just in case the daemon needs them It's a **design flaw** then, I...

I like @Zegveld idea, but I want to mention one case to make sure it will not be forgotten when this will be implemented. Some containers could have more than...

Thanks! I understand. Then, yes, this issue can be a feature request, if this is not too hard to implement. :)

Me too stucked with this for 2 hours. Don't know how I found this issue. But thank you! And I think this can be considered as a bug because placeholder...

> That's at least the use case I had in mind when designing it and that is fact the preferred mode of operation for microservices at Zalando. Then, the problem...

> We have a global catch block around our domain/business logic where we catch and log our business exceptions Just single global catch block for each microservice or single block...

@whiskeysierra Thanks you very much for detailed response! That makes sense! I understand the benefits but was struggle with technical solution to this `GlobalCatchBlock` implementation. You confirmed that AOP is...

I want to help to improve this, of course. But I'm sure you noticed that english is not my native language and I'm very bad at it, especially grammar. :)...

I think the root of the problem is introduced in this PR #413. Before this change (in version 0.25.2 and below) there was [`SpringSecurityExceptionHandling`](https://github.com/zalando/problem-spring-web/commit/9b7d800369eb724875237a5d28dfdb6dc3c91a2e#diff-382a32802a5e3d0187b0bef87bc4af52f3b3e11c16ea9e542c6490c1f9b4bd49) bean that was directly annotated with...