Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/397.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java SP在';2.11.0.SP5&x27;什么意思?_Java_Apache_Xerces - Fatal编程技术网

Java SP在';2.11.0.SP5&x27;什么意思?

Java SP在';2.11.0.SP5&x27;什么意思?,java,apache,xerces,Java,Apache,Xerces,我需要使用一个不使用XMLAPI的xerces版本;有些遗留代码不能很好地使用它 我发现了下面这张图,看起来它会成功的 <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <v

我需要使用一个不使用XMLAPI的xerces版本;有些遗留代码不能很好地使用它

我发现了下面这张图,看起来它会成功的

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

薛西斯
干细胞移植
2.11.0.SP5

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

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

可能是service pack?@mangoHero1,这是一个很好的猜测,但如果是这样的话,你知道为什么会有service pack或者sp中添加了什么吗?
SPx
后缀似乎是JBoss对标准Apache Xerces代码的修复: