Arnold Gálovics

Results 55 comments of Arnold Gálovics

@alberto-art3ch can you provide an update on this please?

Fineract PR is here: https://github.com/apache/fineract/pull/4386

Turns out I need to use a direct CGLib proxy instead of creating it with Spring AOP to catch the equals/hashCode method, here's the update: ``` public class StepSynchronizationManager {...

@5280major I understand it's technically possible but why doesn't the chart handle this by default? The deployment.yml template has this: ``` {{- if .Values.mariadb.enabled }} - name: UPTIME_KUMA_DB_TYPE value: "mariadb"...

I'm experiecing this issue as well with a brand new OpenSearch and Dashboard installation. This is something I'm really surprised to find because the standard ECS log format contains many...

As I said on the mailing list, please take a look at https://github.com/apache/fineract/blob/f5add87f2ab040787da1738ff8404163ab4dc8d7/fineract-provider/src/main/java/org/apache/fineract/portfolio/client/api/v2/search/ClientSearchV2ApiResource.java#L40 to make an API type-safe instead of introducing Spring MVC and extra refactorings that don't belong to...

I'm running into this right now. @devoncrouse wouldn't it be possible to just add an extra variable for the nodepool configuration that'll be used in the ignore_changes section so that...