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
* Deprecate and legacify NotificationFilterPreferenceProvider and
NotificationFilterPreference#getProviderHint
* Clean up all code relying on it simplifying a lot the implem of
NotificationFilterPreference
* Only valid usage of the providerHint was for checking if a filter
preference was stored or not: replaced it with checking the ID of
the filter
* Fix bad prefix in filters internal ids
* Fix typos
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml
+133-1Lines changed: 133 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,18 @@
37
37
By setting this property, we make sure this application would be automatically uninstalled if the administrator
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/NotificationFilterPreferenceProvider.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,10 @@
34
34
*
35
35
* @version $Id$
36
36
* @since 9.8RC1
37
+
* @deprecated this interface is not used anywhere anymore in XWiki Standard.
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-sources/src/test/java/org/xwiki/notifications/sources/internal/LegacyDefaultNotificationParametersFactoryTest.java
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/pom.xml
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/NotificationFilterPreference.java
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/NotificationFilterPreferenceManager.java
0 commit comments