You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adopt java11 as min JDK for tstng package (ff09435).This commit modifies the project so that java 11 is the minimum version of the JDK for building/testing the project.We still produce java 8-compatible classes, but using java11 will allow us to bump test-related dependencies if needed to address security vulnerabilities.
add FCM V1 destination support - add FCM V1 destination support - Apps using the FCM legacy HTTP API should consider migrating to the HTTP v1 API(98bec9e)
add service now destination support - support to ServiceNow as destinations so that we can use EN as the notification component in my Security Information and Event Management (SIEM) solutions.