Link to issue ticket: https://github.com/spring-projects/spring-boot/issues/35674

Change B3 propagation to B3Propagation.Format.SINGLE

Comment From: jonatan-ivanov

I rebased your changes on main, squashed your commits together and added a test: https://github.com/spring-projects/spring-boot/compare/main...jonatan-ivanov:spring-boot:b3-single What do you think?

Comment From: KitBolourchi

I see, yes this looks good. That makes a lot of sense and clearly outlines the mistakes I made. Would you propose I close this PR down and continue with your changes or I rectify and fix my tests for this PR?

Comment From: jonatan-ivanov

I don't think there is a need for another PR, you can fetch my branch and reset yours to my last commit (you will need to force push).

Comment From: KitBolourchi

I don't think there is a need for another PR, you can fetch my branch and reset yours to my last commit (you will need to force push).

Should be all done now. @jonatan-ivanov Please check that all is aligned and as expected. I appreciate the help, I learned a lot with this PR :)

Comment From: mhalbritter

Thank you all!