-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Notification Template API] API Implementation #629
[Notification Template API] API Implementation #629
Conversation
f27a82b
to
286247b
Compare
pom.xml
Outdated
<carbon.identity.framework.version>7.5.0</carbon.identity.framework.version> | ||
<maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version> | ||
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version> | ||
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes> | ||
<identity.event.handler.version>1.8.19</identity.event.handler.version> | ||
<identity.event.handler.version>1.9.5-SNAPSHOT</identity.event.handler.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The snapshot versions need to be bumped after dependent PRs are merged. The snapshot values will be replaced with new release versions.
…nctions for system templates
...org/wso2/carbon/identity/api/server/notification/template/common/TemplatesServiceHolder.java
Show resolved
Hide resolved
...org/wso2/carbon/identity/api/server/notification/template/common/TemplatesServiceHolder.java
Show resolved
Hide resolved
...wso2/carbon/identity/api/server/notification/template/common/factory/OSGIServiceFactory.java
Outdated
Show resolved
Hide resolved
...wso2/carbon/identity/api/server/notification/template/common/factory/OSGIServiceFactory.java
Show resolved
Hide resolved
Co-authored-by: AmshikaH <[email protected]>
...tification.template/org.wso2.carbon.identity.api.server.notification.template.common/pom.xml
Outdated
Show resolved
Hide resolved
...org/wso2/carbon/identity/api/server/notification/template/common/TemplatesServiceHolder.java
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/rest/api/server/notification/template/v1/util/Util.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/rest/api/server/notification/template/v1/util/Util.java
Outdated
Show resolved
Hide resolved
518dbd3
to
88287e9
Compare
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/11489863048
Purpose
Release note
Documentation
Automation tests
Samples
Related Issues
Related PRs
Learning