Adler Fleurant
Adler Fleurant
### Describe the bug If no settings.xml is present in the maven user location, cli test will fail with 3 failures and 3 errors. ```shell ./mvnw -f devtools/cli test ......
According to documentation, contextual are preferred over other serializers. However, this was not the case for interfaces. Polymorphic Serializer was always returned even if a contextual serializer was defined. This...
If configuration file is missing, the operator would fail to start with error that kind '' is not valid. This fixes the situation and will load the default configuration if...
Some dependency has downgraded "contrib.go.opencensus.io/exporter/ocagent" breaking cert-operator.
Due to bug: asim/go-config#99, the configuration will turn up empty and will cause failure at startup if the file is missing.
Secrets type cannot be change when a cert is requested on a passthrough, if a secret already exist and isn't of type TLS. The service secret cannot be set. The...
- Changed HTTP method from PUT to PATCH for category updates - Updated JSON payload to use "category" instead of "month_category" - Fixed field naming from "Budgeted" to "budgeted" -...
The `/budgets/{budget_id}/months/{month}/categories/{category_id}` endpoint is expected to be updated using `PATCH`, as specified in the [YNAB API documentation](https://api.ynab.com/v1#/Categories/updateMonthCategory). However, the current implementation uses `PUT` instead. Additionally, the request payload does not...