Skip to content
Snippets Groups Projects
Commit 428a3cb8 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Removed revapi ignores from the previous version

parent f9e6f40f
No related branches found
No related tags found
No related merge requests found
......@@ -152,417 +152,6 @@
},
"ignore" : [
// Add more ignores below...
{
"regex": true,
"code": "java\.class\.removed",
"package": "org\.xwiki\.query\.jpql\..*",
"justification": "Classes moved to the internal package as they were not supposed to be public"
},
{
"regex": true,
"code": "java\.method\.finalMethodAddedToNonFinalClass",
"justification": "Revapi bug: Temporarily ignoring till https://github.com/revapi/revapi/issues/131 is fixed"
},
{
"code": "java.class.removed",
"old": "class org.xwiki.notifications.filters.watchlistbridge.WatchlistBridgeProvider",
"package": "org.xwiki.notifications.filters.watchlistbridge",
"classQualifiedName": "org.xwiki.notifications.filters.watchlistbridge.WatchlistBridgeProvider",
"classSimpleName": "WatchlistBridgeProvider",
"elementKind": "class",
"justification": "Class wrongly made public in previous releases! See "
},
{
"code": "java.method.returnTypeChanged",
"old": "method boolean org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
"new": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
"oldType": "boolean",
"newType": "org.xwiki.notifications.filters.NotificationFilter.FilterPolicy",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterEvent",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method boolean org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
"new": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.NotificationFormat)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterEvent",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method boolean org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
"new": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.NotificationFormat)",
"oldType": "boolean",
"newType": "org.xwiki.notifications.filters.NotificationFilter.FilterPolicy",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterEvent",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
"new": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterExpression",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.preferences.NotificationPreference)",
"new": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.preferences.NotificationPreference)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterExpression",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilter>",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getAllFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(boolean) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getAllFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getEnabledFilters(java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>, java.util.Map<java.lang.String, java.lang.Boolean>)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getEnabledFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.parameterTypeChanged",
"old": "parameter java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===org.xwiki.model.reference.DocumentReference===, org.xwiki.notifications.filters.NotificationFilter) throws org.xwiki.notifications.NotificationException",
"new": "parameter java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>===, org.xwiki.notifications.filters.NotificationFilter)",
"oldType": "org.xwiki.model.reference.DocumentReference",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"parameterIndex": "0",
"elementKind": "parameter",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter)",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>",
"newType": "java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedRemoved",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter)",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.parameterTypeChanged",
"old": "parameter java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===org.xwiki.model.reference.DocumentReference===, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType) throws org.xwiki.notifications.NotificationException",
"new": "parameter java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>===, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType)",
"oldType": "org.xwiki.model.reference.DocumentReference",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"parameterIndex": "0",
"elementKind": "parameter",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType)",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>",
"newType": "java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedRemoved",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType)",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.parameterTypeChanged",
"old": "parameter java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===org.xwiki.model.reference.DocumentReference===, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat) throws org.xwiki.notifications.NotificationException",
"new": "parameter java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(===java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>===, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
"oldType": "org.xwiki.model.reference.DocumentReference",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"parameterIndex": "0",
"elementKind": "parameter",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>",
"newType": "java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedRemoved",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilterPreference> org.xwiki.notifications.filters.NotificationFilterManager::getFilterPreferences(java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.filters.NotificationFilter, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilterPreferences",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.removed",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getFilters(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.preferences.NotificationPreference) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getFiltersRelatedToNotificationPreference(java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>, org.xwiki.notifications.preferences.NotificationPreference)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getFiltersRelatedToNotificationPreference",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.parameterTypeChanged",
"old": "parameter java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(===org.xwiki.model.reference.DocumentReference===) throws org.xwiki.notifications.NotificationException",
"new": "parameter java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(===java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>===)",
"oldType": "org.xwiki.model.reference.DocumentReference",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getToggleableFilters",
"parameterIndex": "0",
"elementKind": "parameter",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>)",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilter>",
"newType": "java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getToggleableFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedRemoved",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.stream.Stream<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getToggleableFilters(java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>)",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getToggleableFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.script.NotificationFiltersScriptService::getFilters() throws org.xwiki.notifications.NotificationException",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.script.NotificationFiltersScriptService::getFilters() throws org.xwiki.notifications.NotificationException",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilter>",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>",
"package": "org.xwiki.notifications.filters.script",
"classSimpleName": "NotificationFiltersScriptService",
"methodName": "getFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedAdded",
"old": "method boolean org.xwiki.notifications.filters.watch.WatchedEntityReference::isWatched(org.xwiki.model.reference.DocumentReference)",
"new": "method boolean org.xwiki.notifications.filters.watch.WatchedEntityReference::isWatched(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedEntityReference",
"methodName": "isWatched",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method void org.xwiki.notifications.filters.watch.WatchedLocationReference::<init>(org.xwiki.model.reference.EntityReference, java.lang.String, org.xwiki.model.reference.EntityReferenceResolver<java.lang.String>, org.xwiki.notifications.filters.internal.scope.ScopeNotificationFilterLocationStateComputer)",
"new": "method void org.xwiki.notifications.filters.watch.WatchedLocationReference::<init>(org.xwiki.model.reference.EntityReference, java.lang.String, org.xwiki.model.reference.EntityReferenceResolver<java.lang.String>, org.xwiki.notifications.filters.internal.scope.ScopeNotificationFilterLocationStateComputer, org.xwiki.notifications.filters.NotificationFilterManager)",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedLocationReference",
"methodName": "<init>",
"elementKind": "constructor",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedAdded",
"old": "method boolean org.xwiki.notifications.filters.watch.WatchedLocationReference::isWatched(org.xwiki.model.reference.DocumentReference)",
"new": "method boolean org.xwiki.notifications.filters.watch.WatchedLocationReference::isWatched(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedLocationReference",
"methodName": "isWatched",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method void org.xwiki.notifications.filters.watch.WatchedUserReference::<init>(java.lang.String, org.xwiki.notifications.filters.internal.user.EventUserFilterPreferencesGetter)",
"new": "method void org.xwiki.notifications.filters.watch.WatchedUserReference::<init>(java.lang.String, org.xwiki.notifications.filters.internal.user.EventUserFilterPreferencesGetter, org.xwiki.notifications.filters.NotificationFilterManager)",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedUserReference",
"methodName": "<init>",
"elementKind": "constructor",
"justification": "Young API"
},
{
"code": "java.method.exception.checkedAdded",
"old": "method boolean org.xwiki.notifications.filters.watch.WatchedUserReference::isWatched(org.xwiki.model.reference.DocumentReference)",
"new": "method boolean org.xwiki.notifications.filters.watch.WatchedUserReference::isWatched(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"exception": "org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedUserReference",
"methodName": "isWatched",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method java.util.Map<java.lang.String, java.lang.Boolean> org.xwiki.notifications.filters.NotificationFilterManager::getToggeableFilterActivations(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getToggeableFilterActivations",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
"new": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, java.util.Collection<org.xwiki.notifications.filters.NotificationFilterPreference>, org.xwiki.notifications.NotificationFormat)",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilter",
"methodName": "filterEvent",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method java.util.Collection<java.lang.String> org.xwiki.notifications.filters.watch.WatchedEntitiesManager::getWatchedUsers(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters.watch",
"classSimpleName": "WatchedEntitiesManager",
"methodName": "getWatchedUsers",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.numberOfParametersChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference, boolean) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getAllFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.returnTypeChanged",
"old": "method java.util.Set<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference) throws org.xwiki.notifications.NotificationException",
"new": "method java.util.Collection<org.xwiki.notifications.filters.NotificationFilter> org.xwiki.notifications.filters.NotificationFilterManager::getAllFilters(org.xwiki.model.reference.DocumentReference, boolean) throws org.xwiki.notifications.NotificationException",
"oldType": "java.util.Set<org.xwiki.notifications.filters.NotificationFilter>",
"newType": "java.util.Collection<org.xwiki.notifications.filters.NotificationFilter>",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "getAllFilters",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method void org.xwiki.notifications.filters.NotificationFilterManager::setStartDateForUser(org.xwiki.model.reference.DocumentReference, java.util.Date) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterManager",
"methodName": "setStartDateForUser",
"elementKind": "method",
"justification": "Young API"
},
{
"code": "java.method.addedToInterface",
"new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::setStartDateForUser(org.xwiki.model.reference.DocumentReference, java.util.Date) throws org.xwiki.notifications.NotificationException",
"package": "org.xwiki.notifications.filters",
"classSimpleName": "NotificationFilterPreferenceProvider",
"methodName": "setStartDateForUser",
"elementKind": "method",
"justification": "Young API"
}
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment