Skip to content

chore: Update example Java app to CDS version 4.9.0#403

Draft
mlakov wants to merge 1 commit intomainfrom
chore/update-example-java-app
Draft

chore: Update example Java app to CDS version 4.9.0#403
mlakov wants to merge 1 commit intomainfrom
chore/update-example-java-app

Conversation

@mlakov
Copy link
Copy Markdown
Contributor

@mlakov mlakov commented Mar 30, 2026

Update Example Java App to CDS Version 4.9.0

Chore

🔧 Updated the example Java application to use CDS version 4.9.0, along with an adjustment to the ORD build command to align with the updated CDS tooling.

Changes

  • xmpl_java/pom.xml: Bumped cds.services.version from 4.8.0 to 4.9.0.
  • xmpl_java/srv/pom.xml: Updated the CDS build command for ORD generation — replaced compile --to ord srv -o "...open-resource-discovery.json" with build --for ord -o ".../ord", reflecting the new build approach introduced in CDS 4.9.0.
  • 🔄 Regenerate and Update Summary

📬 Subscribe to the Hyperspace PR Bot DL to get the latest announcements and pilot features!

PR Bot Information

Version: 1.19.9 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback

  • File Content Strategy: Full file content
  • Event Trigger: pull_request.opened
  • LLM: anthropic--claude-4.6-sonnet
  • Output Template: Default Template
  • Correlation ID: bb585250-2c66-11f1-912c-efd915162b09
  • Summary Prompt: Default Prompt

Copy link
Copy Markdown
Contributor

@hyperspace-insights hyperspace-insights bot left a comment

Choose a reason for hiding this comment

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

The two changes in this PR are straightforward and self-consistent:

  1. xmpl_java/pom.xml: Bumps cds.services.version from 4.8.0 to 4.9.0.
  2. xmpl_java/srv/pom.xml: Replaces the old cds compile --to ord command with the new cds build --for ord command, aligning with the updated build target introduced in this plugin (as reflected in the copilot-instructions.md which describes cds build --for ord as the canonical static build path). The output path also changes from a single JSON file (open-resource-discovery.json) to a directory (src/main/resources/ord), which matches the multi-artifact output of cds build --for ord.

Both changes are consistent with each other and with the project's documented architecture. No logic errors, bugs, or other issues were found.

The PR is a clean, minimal dependency and build command update with no substantive defects.

PR Bot Information

Version: 1.19.9 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback

  • File Content Strategy: Full file content
  • Event Trigger: pull_request.opened
  • LLM: anthropic--claude-4.6-sonnet
  • Correlation ID: bb585250-2c66-11f1-912c-efd915162b09
  • Agent Instructions:

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.

1 participant