Samples
Samples copied to clipboard
Steeltoe samples and reference application collection
This issue tracks the progress of adjusting all existing samples to match the guidelines at #334. Samples: - [x] Configuration - [x] Connectors - [x] Discovery - [ ] FileShares...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
As pointed out [here](https://github.com/SteeltoeOSS/Dockerfiles/pull/36#discussion_r1777639672), we're not publishing images to hub.docker.com anymore, and any documentation of our docker images needs to be updated accordingly
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...
resolves #335
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
Currently we have many options such as preserve static logger, preserve default logger and several other overloaded extension methods to add Serilog, but they need to be documented.
Does a sample use multiple applications and/or backing services? Then it should probably use Aspire. Anticipating _little_ difficulty (excluding the obvious expected framework changes to merging our service discovery features...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
The [documented RabbitMQ Docker image](https://github.com/SteeltoeOSS/Samples/blob/main/CommonTasks.md#run-rabbitmq-server-with-docker) references v3, while v4 is also available. We should try to update and verify everything still works.