Skip to content

Fixes and updates for the trace-analytics-sample-app#6350

Merged
dlvenable merged 1 commit into
opensearch-project:mainfrom
dlvenable:trace-analytics-sample-update
Dec 11, 2025
Merged

Fixes and updates for the trace-analytics-sample-app#6350
dlvenable merged 1 commit into
opensearch-project:mainfrom
dlvenable:trace-analytics-sample-update

Conversation

@dlvenable

@dlvenable dlvenable commented Dec 11, 2025

Copy link
Copy Markdown
Member

Description

The trace-analytics-sample-app build is failing. It appears this is happening because Gradle 9 was released and our Docker image was using the latest. This change fixes that, but also updates the project dependencies.

  • Use Gradle 9.2.1, the current latest.
  • Update to Spring Boot 4.0.0.
  • Updated to Java 21.
  • Use a more fixed Docker image when building to avoid future build failures - always Gradle 9 and JDK 21.
  • Remove some dependency version configurations as these have all been updated in Spring Boot 4.0.0.
  • Updates or adds copyright headers.

Issues Resolved

N/A

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Use Gradle 9.2.1, the current latest. Update to Spring Boot 4.0.0. Updated to Java 21. Use a more fixed Docker image when building to avoid future build failures - always Gradle 9 and JDK 21.

Also, updates or adds copyright headers.

Signed-off-by: David Venable <dlv@amazon.com>

@oeyh oeyh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for fixing this!

@dlvenable dlvenable merged commit ee96c7c into opensearch-project:main Dec 11, 2025
43 of 55 checks passed
wandna-amazon pushed a commit to wandna-amazon/data-prepper that referenced this pull request Jan 8, 2026
…rch-project#6350)

Use Gradle 9.2.1, the current latest. Update to Spring Boot 4.0.0. Updated to Java 21. Use a more fixed Docker image when building to avoid future build failures - always Gradle 9 and JDK 21.

Also, updates or adds copyright headers.

Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: Nathan Wand <wandna@amazon.com>
@dlvenable dlvenable deleted the trace-analytics-sample-update branch May 1, 2026 21:46
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.

3 participants