Robert Wiesner

Results 32 comments of Robert Wiesner

I’m using spring-cloud-config-kubernetes which is just one config backend server for spring cloud config or?

Are you using spring fox 3.x? This helped me when upgrading to spring 2.6/2.7 http://springfox.github.io/springfox/docs/current/#migrating-from-existing-2-x-version

This also affects `CoroutineCrudRepository` with Spring Data R2DBC ```shell Caused by: java.lang.IllegalStateException: Required property null not found for class org.example.DbEntity at org.springframework.data.mapping.PersistentEntity.getRequiredPersistentProperty(PersistentEntity.java:190) at org.springframework.data.r2dbc.convert.MappingR2dbcConverter$RowParameterValueProvider.getParameterValue(MappingR2dbcConverter.java:731) at org.springframework.data.mapping.model.SpELExpressionParameterValueProvider.getParameterValue(SpELExpressionParameterValueProvider.java:53) at org.springframework.data.relational.core.conversion.BasicRelationalConverter$ConvertingParameterValueProvider.getParameterValue(BasicRelationalConverter.java:293) at org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator.extractInvocationArguments(ClassGeneratingEntityInstantiator.java:313)...

@bodiam would be very convenient if that's stated on the repo main readme

Not sure if we can really get chart version or app version out of OCI metadata or manifest. AFAIK an OCI Image only has a tag which could represent a...

@sabre1041 thanks for the example. ~~This would mean helm needs to pull every tag to inspect it or?~~ Just checked the docs: Inspecting a remote image showing its properties including...

@marccampbell digging through OCI Distribution / Image spec issues they seem to consider „catalog“ a bad api that should be replaced at some point. There are some drafts for new...

I forgot to mention the detekt call also includes ```shell http --download "https://repo1.maven.org/maven2/io/gitlab/arturbosch/detekt/detekt-formatting/$detektVersion/detekt-formatting-$detektVersion.jar" --plugins detekt/plugins/detekt-formatting-$detektVersion.jar ``` when disabling "formatting:" in detekt.yaml it works

That's not a good solution if detekt integrates formatting / ktlint it should just work. running ktlint standalone works