Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
428a3cb8
Commit
428a3cb8
authored
6 years ago
by
Vincent Massol
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Removed revapi ignores from the previous version
parent
f9e6f40f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/pom.xml
+0
-411
0 additions, 411 deletions
xwiki-platform-core/pom.xml
with
0 additions
and
411 deletions
xwiki-platform-core/pom.xml
+
0
−
411
View file @
428a3cb8
...
...
@@ -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"
}
]
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment