feat(Platform Notifications): add new service to the project - #303
Merged
Conversation
pyrooka
requested changes
May 6, 2026
pyrooka
left a comment
Member
There was a problem hiding this comment.
Most of the changes look good, but there are a few things to address:
- I see that you updated the
pom.xmlin the examples module, but the PR doesn't add any code example for the Platform Notifications service. Please add it to the project. - Once the code examples are added, run them and attach a screenshot please.
- You also need to run the detect secrets tool in the project and update the
.secrets.baselinefile.
Contributor
Author
Signed-off-by: Zalán Farkas <zalan.farkas@ibm.com>
…age, example and readme Signed-off-by: Zalán Farkas <zalan.farkas@ibm.com>
…nd generate examples Signed-off-by: Zalán Farkas <zalan.farkas@ibm.com>
…seline Signed-off-by: Zalán Farkas <zalan.farkas@ibm.com>
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
Member
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
pyrooka
requested changes
Jun 16, 2026
pyrooka
left a comment
Member
There was a problem hiding this comment.
Left two minor comments, otherwise looks good!
| [IBM Cloud Shell](https://cloud.ibm.com/apidocs/cloudshell?code=java) | com.ibm.cloud:ibm-cloud-shell:0.75.0 | ||
| [Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api?code=java) | com.ibm.cloud:open-service-broker:0.75.0 | ||
| [Partner Management APIs](https://cloud.ibm.com/apidocs/partner-apis/partner?code=go) | com.ibm.cloud:partner-management:0.75.0 | ||
| |[Platform Notifications](https://cloud.ibm.com/apidocs/platform-notifications?code=java) | com.ibm.cloud:platform-notifications:0.75.0 |
Member
There was a problem hiding this comment.
Suggested change
| |[Platform Notifications](https://cloud.ibm.com/apidocs/platform-notifications?code=java) | com.ibm.cloud:platform-notifications:0.75.0 | |
| [Platform Notifications](https://cloud.ibm.com/apidocs/platform-notifications?code=java) | com.ibm.cloud:platform-notifications:0.75.0 |
Comment on lines
+52
to
+56
| * The following configuration properties are assumed to be defined: | ||
| * PLATFORM_NOTIFICATIONS_URL=<service base url> | ||
| * PLATFORM_NOTIFICATIONS_AUTH_TYPE=iam | ||
| * PLATFORM_NOTIFICATIONS_APIKEY=<IAM apikey> | ||
| * PLATFORM_NOTIFICATIONS_AUTH_URL=<IAM token service base URL - omit this if using the production environment> |
Member
There was a problem hiding this comment.
Could you update this list to contain all the necessary config properties?
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
Signed-off-by: Ákos Sztremi <Akos.Sztremi@ibm.com>
ibm-devx-sdk
pushed a commit
that referenced
this pull request
Jun 25, 2026
# [0.76.0](0.75.2...0.76.0) (2026-06-25) ### Features * **Platform Notifications:** add new service to the project ([#303](#303)) ([7f480ab](7f480ab))
Contributor
|
🎉 This PR is included in version 0.76.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.




PR summary
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
Does this PR introduce a breaking change?
Other information
test results:
