Moritz Becker

Results 59 comments of Moritz Becker

The build is still failing: * Link to latest CI run: https://github.com/Blazebit/blaze-persistence/actions/runs/353227602

I am also in need of proper MDB support: 1. Just started to build JMS into our system so there is no current provider 2. Yes 3. No, but would...

>You can use the buffered asynchronous client included with the SQS SDK I have already had a look on the buffered asynchronous client but from looking at the code, JMS...

> The buffered asynchronous client will batch together synchronous calls as well True but the calling thread will block until sending is complete. But it should work if I use...

> True but the calling thread will block until sending is complete. But it should work if I use multiple threads that invoke send. But this will destroy message ordering...

@StrahilKazlachev the first example is actually designed to be single level if the templates are replaced top-down.

@bigopon With regard to your example I would expect this to behave like @JoshMcCullough described. But I don't see how your example relates to my original one because you don't...

This is still an issue and I couldn't figure out how https://github.com/spring-projects/spring-boot/issues/24547#issuecomment-784495042 would help. I ended up using the workaround described in https://github.com/spring-projects/spring-boot/issues/24547#issuecomment-747621287.

I think I am facing the same issue when running docker registry v2.6.2 with s3 backend as Swarm service on AWS EC2. My swarm service yml contains the following resources...

How should hash anchor links generelly work with pushState and a base-tag? A simple anchor link in /app/view1 like ```html ... ``` will never work with the suggested pushState approach...