Bart Koelman

Results 95 issues of Bart Koelman

## Description Experimental and hacky, do not merge. Open issues: - BLOCKING: breaking changes in `AggregationManager` (Steeltoe copy from .NET runtime is outdated and incompatible) - BLOCKING: Compatible MySQL drivers...

Not _essential_, but it looks like several of the `// Arrange/Act/Assert` comments survived the purge, now might be a good time to remove these _Originally posted by @TimHess in https://github.com/SteeltoeOSS/Steeltoe/pull/1373#discussion_r1787613542_

## Describe the bug As described at https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.yaml.mapping-to-properties, Spring Boot supports escaping dots in configuration keys: > When binding to scalar values, keys with . in them do not need...

Type/bug
Component/Configuration

This PR updates the connector samples to match Steeltoe changes at https://github.com/SteeltoeOSS/Steeltoe/pull/1528. I've tested all locally and in Dhaka where possible. Only Valkey fails in Dhaka, because LUA scripting is...

See https://github.com/SonarSource/sonar-dotnet/issues/6752#issuecomment-1768257155.

False Positive

## Description ## Quality checklist - [ ] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). - [ ] You've updated unit and/or integration tests for your change, where applicable. -...

Since the changes in https://github.com/SteeltoeOSS/Steeltoe/pull/1510, the Steeltoe Package pipeline produces several warnings in the Sign Packages step: - `The client secret options are obsolete and should no longer be specified.`...

Status/needs-investigation
Type/infrastructure
ReleaseLine/4.x

The test `ConfigureCertificateOptionsTest.CertificateOptionsUpdateOnFileLocationChange` contains the following line twice: ```c# _ = changeToken.RegisterChangeCallback(_ => changeCalled = true, "state"); ``` The second occurrence can be commented out, but the test still succeeds....

Type/bug
Component/Common
ReleaseLine/4.x

The text at https://github.com/SteeltoeOSS/Steeltoe/wiki and https://github.com/SteeltoeOSS/Steeltoe/wiki/Steeltoe-Support-Versions is outdated in many ways and should be updated.