Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace Actuator Updates #1356

Merged
merged 11 commits into from
Sep 25, 2024
Merged

Trace Actuator Updates #1356

merged 11 commits into from
Sep 25, 2024

Conversation

TimHess
Copy link
Member

@TimHess TimHess commented Sep 12, 2024

Description

While adding support for header filtering, I discovered we're a bit out of sync with Spring on this actuator in general, so I also decided to:

  • Remove everything related to the /trace (v1) actuator
  • Rename httptrace to httpexchanges (to align with Spring Boot 3), but still use /httptrace on TPCF

I also ran into an unhandled exception with the mappings actuator and included a fix for that

Fixes #1351

Quality checklist

  • Your code complies with our Coding Style.
  • You've updated unit and/or integration tests for your change, where applicable.
  • You've updated documentation for your change, where applicable.
    If your change affects other repositories, such as Documentation, Samples and/or MainSite, add linked PRs here.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.
  • You've added required license files and/or file headers (explaining where the code came from with proper attribution), where code is copied from StackOverflow, a blog, or OSS.

@TimHess TimHess added Type/enhancement New feature or request Component/Management Issues related to Steeltoe Management (actuators) ReleaseLine/4.x Identified as a feature/fix for the 4.x release line labels Sep 12, 2024
@TimHess TimHess added this to the 4.0.0-m1 milestone Sep 12, 2024
@TimHess TimHess self-assigned this Sep 12, 2024
@TimHess
Copy link
Member Author

TimHess commented Sep 13, 2024

/azp run cleanup-code

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Code cleanup failed to reformat and push changes.

View details here.

@TimHess TimHess force-pushed the feature/header-masking-httptrace branch from a51e47c to ba2fd37 Compare September 13, 2024 13:57
Copy link
Member

@bart-vmware bart-vmware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First glance over the changes. It's pretty hard to see what's changed on GitHub due to renames. I'll run a file-by-file diff in the next round.

@TimHess TimHess force-pushed the feature/header-masking-httptrace branch 3 times, most recently from 3609088 to 27ff773 Compare September 16, 2024 20:15
@TimHess TimHess force-pushed the feature/header-masking-httptrace branch 2 times, most recently from c25ef15 to 8d78612 Compare September 18, 2024 22:16
@TimHess TimHess changed the base branch from main to fix-schema-cref-in-para September 18, 2024 22:16
@TimHess
Copy link
Member Author

TimHess commented Sep 18, 2024

/azp run cleanup-code

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Code cleanup successfully reformatted files and pushed changes.

@TimHess TimHess requested a review from bart-vmware September 18, 2024 23:36
@TimHess TimHess marked this pull request as ready for review September 19, 2024 13:48
@TimHess TimHess reopened this Sep 19, 2024
@TimHess TimHess changed the base branch from fix-schema-cref-in-para to main September 19, 2024 14:06
@TimHess
Copy link
Member Author

TimHess commented Sep 19, 2024

/azp run cleanup-code

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Code cleanup successfully reformatted files and pushed changes.

@TimHess TimHess force-pushed the feature/header-masking-httptrace branch from df33a65 to 38337b9 Compare September 19, 2024 15:47
@TimHess TimHess force-pushed the feature/header-masking-httptrace branch from 5955f36 to 42752ce Compare September 20, 2024 20:56
@TimHess TimHess requested a review from bart-vmware September 20, 2024 20:57
Copy link
Member

@bart-vmware bart-vmware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed a full sweep of all changes. Please don't rebase anymore until this PR is approved.

@TimHess
Copy link
Member Author

TimHess commented Sep 23, 2024

/azp run Steeltoe.All

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Code cleanup successfully reformatted files and pushed changes.

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@TimHess TimHess requested a review from bart-vmware September 24, 2024 21:23
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

2 similar comments
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

@TimHess TimHess merged commit bb9c92b into main Sep 25, 2024
22 checks passed
@TimHess TimHess deleted the feature/header-masking-httptrace branch September 25, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component/Management Issues related to Steeltoe Management (actuators) ReleaseLine/4.x Identified as a feature/fix for the 4.x release line Type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authorization Header is shown by Actuator trace endpoint
2 participants