Jörg Bellmann

Results 5 issues of Jörg Bellmann

Hello, just saw the recording of your talk regarding spring-cloud-configserver. You mentioned in the Q&A you will try to write/implement a go-client to make it spring-cloud-configserver also useable for go-applications....

Hi Konrad, I use your maven-commit-id-plugin in my projects. Thank you for that. But I also use gradle more and more and I was looking for something similar in the...

enhancement

Have a look on #21 last comment.

While the 'max heap-size' is set to a higher value than default, the 'initial heap-size' is not and leads to be very low (16M). This **can** result in OOME during...

If for example only authentication is checked: ``` http .authorizeRequests() .anyRequest().authenticated(); ``` Invalid tokens can pass.

bug