Moritz Becker

Results 59 comments of Moritz Becker

> Even if not a leader, the l4controller should still log some details about the elb. Only one manager should show the port opening, as it's the manager on which...

@Moulick Did you get it to work with Gradle? Still having issues with it..

@EugenMayer Thanks for sharing. If you don't mind I would still like to keep this issue open because we need to provide support for this for other users. Feel free...

@voronovmaksim @beikov I think the underlying issue here is that the return type of JSON_GET with JSON Path is underspecified and incoherent across databases. This is especially true for JSON...

I am experiencing similar issues with a spring-boot application that I am working on. It is a multi-tenant application where configuration for each tenant is provided via environment variables (~6000...

Thank you for the helpful pointer @philwebb , I did not know about the `ConfigurationPropertyCaching` interface! By enabling caching globally using the `ConfigurationPropertyCaching` interface I was actually able to remove...

@dmitriytsokolov > Would it be possible for you to somehow provide snippets of your workarounds? Sure, this is what it comes down to: ```java /** * Mostly a copy of...

I am facing the same issue with mvnd 1.0.2 that uses Maven 3.9.9 AFAIK.

The workaround that I found working is to modify `user.home` using `-Dmvnd.jvmArgs=-Duser.home=/some/dir` and then create `/some/dir/settings.xml`. mvnd will then use this settings.xml to resolve extensions.