This issue has been created
There are 6 updates.
 
 
Contrib Parent / cid:jira-generated-image-avatar-9701027f-63a1-4a22-8cee-aa11132a378d CPARENT-26 Closed

Revapi errors caused by commons/rendering or platform shouldn't appear in conrib projects

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d8eb60ef-e498-4987-9ff8-4fb402d2323e Vincent Massol created this issue on 30/Jun/26 18:28
 
Summary: Revapi errors caused by commons/rendering or platform shouldn't appear in conrib projects
Issue Type: cid:jira-generated-image-avatar-9701027f-63a1-4a22-8cee-aa11132a378d Bug
Affects Versions: 17.10.9
Assignee: Unassigned
Created: 30/Jun/26 18:28
Priority: cid:jira-generated-image-static-major-83f59d5c-34e1-4240-9cf0-16781838c1a6 Major
Reporter: Vincent Massol
Description:

On my contrib repo (documentation), I upgraded the parent platform pom from 16.x to 17.10.9 and got:

[INFO] Comparing [org.xwiki.contrib.documentation:documentation-api:jar:1.13.2] against [org.xwiki.contrib.documentation:documentation-api:jar:1.14-SNAPSHOT] (including their transitive dependencies).
[INFO] API problems found.
[INFO] If you're using the semver-ignore extension, update your module's version to one compatible with the current changes (e.g. mvn package revapi:update-versions). If you want to explicitly ignore these changes or provide justifications for them, add the xml snippets to your Revapi configuration for the "revapi.differences" extension.

<item>
  <ignore>true</ignore>
  <code>java.method.removed</code>
  <old>method org.apache.commons.httpclient.HttpClient com.xpn.xwiki.XWiki::getHttpClient(int, java.lang.String)</old>
  <justification>ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE</justification>
</item>
<item>
  <ignore>true</ignore>
  <code>java.method.addedToInterface</code>
  <new>method boolean javax.servlet.http.HttpServletRequest::authenticate(javax.servlet.http.HttpServletResponse) throws java.io.IOException, javax.servlet.ServletException @ com.xpn.xwiki.web.XWikiRequest</new>
  <justification>ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE</justification>
</item>
<item>
  <ignore>true</ignore>
  <code>java.method.addedToInterface</code>
  <new>method java.lang.String javax.servlet.http.HttpServletRequest::changeSessionId() @ com.xpn.xwiki.web.XWikiRequest</new>
  <justification>ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE</justification>
</item>
...
 
 

6 updates

 
cid:jira-generated-image-avatar-d8eb60ef-e498-4987-9ff8-4fb402d2323e Changes by Vincent Massol on 30/Jun/26 18:28
 
Fix Version: 17.10.9-1
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Vincent Massol
Resolution: Fixed
Status: Open Closed