Tim Hess
Tim Hess
## Description Wrap `RegisterChangeCallback` in usings, reset `changeCalled` boolean between changes Fixes #1506 ## Quality checklist - [x] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). - [x] You've updated unit...
> I'd like to discuss adding the [logfile actuator](https://docs.spring.io/spring-boot/api/rest/actuator/logfile.html). If this is something the team would be open to, I'm happy to work the issue. > > **My use case:**...
Sonar analysis is triggered in both [Steeltoe.All](https://github.com/SteeltoeOSS/Steeltoe/blob/main/azure-pipelines.yml) and [sonar-analyze](https://github.com/SteeltoeOSS/Steeltoe/blob/main/build/sonar-analyze.yml) but should only happen in one place. Removing sonar-analyze completely might be the best idea. Additionally, neither pipeline produces code coverage...
A [recent change in Spring Boot Admin](https://github.com/codecentric/spring-boot-admin/pull/3719) that added support for [Spring Boot Log Groups](https://www.baeldung.com/spring-boot-log-groups) was implemented in a way that breaks when trying to use the Steeltoe Loggers endpoint....
See #48 for an example of excessive "how to run this image" comments
Workflows should not add the same comment multiple times fixes #49
[.NET 10.0 RC1 was released this week](https://devblogs.microsoft.com/dotnet/dotnet-10-rc-1/) and is licensed for use in production. Per the blog post, this is expected to be the first of two RC's. It's fair...
Follow-up ideas from #403: - Open an internal PR, and keep it up-to-date if public changes - Propagate running workflows internally on public push - Report back the workflow outcomes...
## Describe the bug Either of these should produce logs for the config server ``` var loggerFactory = BootstrapLoggerFactory.CreateConsole(); // or var loggerFactory = BootstrapLoggerFactory.CreateConsole(logging => logging.SetMinimumLevel(LogLevel.Trace)); builder.AddCloudFoundryConfiguration(loggerFactory); ``` But...
## Describe the bug Prior to #1520, every endpoint listed in the response body for `/actuator` or `/cloudfoundryapplication` had `"templated": false`, which was not necessarily accurate since it [should indicate...