Skip to content

Commit 8d41538

Browse files
committed
[Misc] Move deprecated JobManager/DefaultJobManager to legacy modules
* Add missing ignore so that other modules depending on the job module don't fail
1 parent 8e6bcf0 commit 8d41538

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

xwiki-commons-core/pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,17 @@
224224
</differences>
225225
</revapi.differences>
226226
-->
227-
228-
229-
<!-- Jakarta -->
230-
231-
227+
<revapi.differences>
228+
<differences>
229+
<item>
230+
<ignore>true</ignore>
231+
<code>java.class.removed</code>
232+
<old>interface org.xwiki.job.JobManager</old>
233+
<justification>Not a breakage, the code was moved to a legacy module</justification>
234+
<criticality>allowed</criticality>
235+
</item>
236+
</differences>
237+
</revapi.differences>
232238
</analysisConfiguration>
233239
</configuration>
234240
</plugin>

0 commit comments

Comments
 (0)