chore: Update example Java app to CDS version 4.9.0#403
Draft
Conversation
Contributor
There was a problem hiding this comment.
The two changes in this PR are straightforward and self-consistent:
xmpl_java/pom.xml: Bumpscds.services.versionfrom4.8.0to4.9.0.xmpl_java/srv/pom.xml: Replaces the oldcds compile --to ordcommand with the newcds build --for ordcommand, aligning with the updated build target introduced in this plugin (as reflected in thecopilot-instructions.mdwhich describescds build --for ordas 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 ofcds 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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: Bumpedcds.services.versionfrom4.8.0to4.9.0.xmpl_java/srv/pom.xml: Updated the CDS build command for ORD generation — replacedcompile --to ord srv -o "...open-resource-discovery.json"withbuild --for ord -o ".../ord", reflecting the new build approach introduced in CDS 4.9.0.📬 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 | 💬 Feedbackpull_request.openedanthropic--claude-4.6-sonnetbb585250-2c66-11f1-912c-efd915162b09