Patrick Cornelißen
Patrick Cornelißen
in issue #73 @thpeng found a config setting which helps that restarting services don fail to start due to weird que problems. Maybe there should be a visible warning or...
I just saw the project in the infoq video regarding microservices. The short description doesn't say whether or not the project works with pure git repos or just with github...
I often have to create new DateTime object that are based on other DateTime objects. There are some methods like subtract and add which can create new instances, but sometimes...
### Discussed in https://github.com/smallstep/certificates/discussions/1007 Originally posted by **sbszcz** August 11, 2022 Hello there, is it possible to change the ACME http-01 challenge port via some configuration properties for testing purposes?...
We are installing grafana using the official helm release and we just tried to upgrade from 6.32.3 to 6.32.13, but we encountered a weird error message: ``` Error: YAML parse...
I am a happy user of the cache action and it works great, but it took me basically a whole day to locate the reason for a failing build. I...
I am trying to use spring hateoas in a reactive application. The documentation is still a todo tag, so I explored the code myself and I'm having a hard time...
The current way to handle serialization via objectstream may be the solution that was easiest to implement (and fastest at runtime?), but it has some serious disadvantages. The negative effects...
In Microservice based applications especially, you have the task to do requests on behalf of the user. With Spring session the behavior suddenly changed and the session is now base64...
Hi! It would be neat to have a catalog entry for prometheus 2.0 which came out recently. It is supposed to have a much smaller footprint than the 1.x releases,...