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

fix: correlation id #34

Merged
merged 1 commit into from
Nov 14, 2024
Merged

fix: correlation id #34

merged 1 commit into from
Nov 14, 2024

Conversation

manikmagar
Copy link
Contributor

@manikmagar manikmagar commented Nov 14, 2024

fixes #33

Sample request object after the fix:

    "request": {
        "correlationId": "e4840310-a268-11ef-b9ac-ca89f39a1b64",
        "status": "OK",
        "timestamp": "2024-11-14T14:44:46.72+05:30",
        "url": "http://localhost:8081/monitor/health"
    }

@manikmagar manikmagar changed the title fix: correlation id ( fixes#33 ) fix: correlation id Nov 14, 2024
Copy link
Contributor

github-actions bot commented Nov 14, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 720f76e. ± Comparison against base commit 875f5dd.

♻️ This comment has been updated with latest results.

@manikmagar manikmagar requested a review from a team November 14, 2024 14:15
@manikmagar manikmagar merged commit 0c2c303 into main Nov 14, 2024
7 checks passed
@manikmagar manikmagar deleted the fix/iss-33 branch November 14, 2024 14:18
csumeet-avio added a commit that referenced this pull request Nov 19, 2024
* main:
  chore: [create-pull-request]  Auto increment to v3.1.2-SNAPSHOT (#36)
  chore: release 3.1.1 (#35)
  fix: correlation id ( fixes #33 ) (#34)
  chore: [create-pull-request]  Auto increment to v3.1.1-SNAPSHOT (#30)
  chore: Release v3.1.0
  chore: Updating dependencies and configurations for Java 17 support
  chore: Increment to v3.0.2-SNAPSHOT
  release: v3.0.1
  fix: Removed space from connector name and unnecessary loggers using the core mule logger
  build:  Update github actions to use shared workflows
  fix: Updated and tested for compatibility across Mule, Maven and mule-maven-plugin versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CorrelationId not being populated in response payloads
2 participants