Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SteeltoeOSS/Samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SteeltoeOSS/Samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 826 files changed
  • 2 contributors

Commits on Feb 19, 2025

  1. badge and pipeline changes for main moving to 3.x (#372)

    * set all pipelines to manual, remove badges
    * update branch note
    
    ---------
    
    Co-authored-by: Bart Koelman <[email protected]>
    TimHess and bart-vmware authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    4980b92 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    b6a7b49 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Update samples for Steeltoe v3.3 (#405)

    * Sync up Directory.Build.props
    
    * Update samples other than Messaging/Stream/Workshop to net8.0, suppress obsolete warnings
    bart-vmware authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    969ff2e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. More fixes in samples for Steeltoe v3.3 (#408)

    * Fix connector samples
    
    * Fix security samples
    
    * Fix broken management samples
    
    * Bump to Steeltoe version 3.3.0-fix-transitive-vulnerable-dependencies-3x-00145
    
    * Fix more broken samples
    
    * Set Steeltoe version back to 3.3.*-*
    
    * Update MusicStore/README-CloudFoundry.md
    
    Co-authored-by: Tim Hess <[email protected]>
    
    * Fix broken basic auth
    
    ---------
    
    Co-authored-by: Tim Hess <[email protected]>
    bart-vmware and TimHess authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    f14fc6e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. More updates for 3.3 (#412)

    * revisit remaining non-messaging samples, sync CommonTasks.md
    * Drop FreddysBBQ and WorkshopFinal
    * fix MusicStore (local process with docker services and docker-compose only)
    * update messaging samples and tutorials
    * added multi-project launch files where beneficial
    * Add container health checks for musicstore sample, hide SQL logging, `add docker compose build`
    * Fix SBA in Management/Kubernetes sample
    * Use RMQ 5.1.2 where newer versions likely break things
    * Use newer Steeltoe container image repository
    * Update SecureEndpoints management samples
    
    ---------
    
    Co-authored-by: Bart Koelman <[email protected]>
    TimHess and bart-vmware authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    a83da9f View commit details
    Browse the repository at this point in the history
  2. Samples 3.x fixes (#416)

    * Fix code fences
    
    * Fix broken links
    
    * Update old TFMs
    
    * Fix more links
    
    * Downgrade RabbitMQ.Client to 5.1.2, target net80 packages in Messaging
    
    * Hide SQL logging in docker-compose
    
    * Fix broken docker build
    
    * Fix build error in VS:
    > Skipped starting container for (name). Microsoft.VisualStudio.Azure.Containers.Tools.Targets's version must be in [1.19.3,2.0).
    
    * Apply suggestions from code review
    
    Co-authored-by: Tim Hess <[email protected]>
    
    * Fix framework version
    
    * Add trailing slash to doc links
    
    ---------
    
    Co-authored-by: Tim Hess <[email protected]>
    bart-vmware and TimHess authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    631ce5d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Revisit non-SCDF Stream samples (#417)

    - Basic clean up to fix naming, dead code, excess references, etc
    - Change .StartAsync to .RunAsync so apps don't immediately quit
    - Remove docker fragments
    - Add basic README files
    
    Co-authored-by: Bart Koelman <[email protected]>
    TimHess and bart-vmware authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    dadba91 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Update 3.x samples for v3.3 (#421)

    * Remove references to dev feed
    
    * Update script to sync Directory.Build.props files
    
    * Set Steeltoe version to 3.3.* (using new script)
    
    * Remove redundant System/Microsoft nuget references from projects
    bart-vmware authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    ebeb6e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Revert runtime changes to Messaging samples (#422)

    * revert runtime changes to Messaging samples
    * revert swashbuckle upgrade in Stream
    TimHess authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    5e050c9 View commit details
    Browse the repository at this point in the history
Loading