“2.11.0.SP5”中的 SP 是什么意思?

What does SP in '2.11.0.SP5' mean?

我需要使用不使用 xml-apis 的 xerces 版本;有一些遗留代码不能很好地使用它。

我发现以下内容看起来可以解决问题。

<!-- https://mvnrepository.com/artifact/xerces/xercesImpl -->
<dependency>
    <groupId>xerces</groupId>
    <artifactId>xercesImpl</artifactId>
    <version>2.11.0.SP5</version>
</dependency>

但我不确定 'SP5' 是什么意思。更具体地说,我不知道这对于生产系统是否可信。

这确实是一个包含 JBoss 社区修复的分支。