Java技术中的Jar版本兼容性矩阵?

时间:2017-05-05 14:10:11

标签: java spring web-services maven

从Java 1.7升级到Java 1.8。

Java Technologies中是否有任何关于Jar版本兼容性矩阵的文档(如Java,J2EE,Spring Core,Spring JDBC,Spring Security,CXF SOAP,CXF REst,Maven,Maven Clean Plugin,Maven Compiler Plugin,Log4j,Jackson Parser)等等。)

我们在面对JAR冲突问题时随机更改JAR版本。

先谢谢你!

2 个答案:

答案 0 :(得分:1)

https://abi-laboratory.pro/java/tracker/中搜索兼容性报告。

Spring Core的示例报告:

enter image description here

答案 1 :(得分:0)

经过分析,我在Java,J2EE,J2SE,Apache Maven,Spring,LOGGER,Apache CXF(SOAP / RESTFul),Jackson& Sons中提出了JAR矩阵。 GSON。小型POC已在JBOSS 4X和Web Logic 10 X中完成并验证。将继续更新其余组件

<强>的Maven

  1. maven version - 3.3.9
  2. maven.compiler.plugin - 3.6.1
  3. maven.clean.plugin - 3.0.0
  4. maven.war.plugin - 3.1.0
  5. <强>的Java / J2EE / J2SE

    1. jdk version-1.7 / 1.8
    2. servlet-api - 2.5
    3. mail - 1.4.7
    4. javax.ws.rs-api - 2.0.1
    5. jaxb-core - 2.2.11
    6. jaxb-impl - 2.2.11
    7. javax.annotation-api - 1.2
    8. aopalliance - 1.0
    9. asm - 5.0.4
    10. javassist - 3.20.0-GA
    11. stax-api - 1.0-2
    12. jstl - 1.2
    13. <强>弹簧

      1. spring - 2.5.6
      2. spring-aop - 4.3.8.RELEASE
      3. spring-asm - 3.1.4.RELEASE
      4. spring-aspects - 4.3.8.RELEASE
      5. spring-beans - 4.3.8.RELEASE
      6. spring-context - 4.3.8.RELEASE
      7. spring-context-support - 4.3.8.RELEASE
      8. spring-core - 4.3.8.RELEASE
      9. spring-dao - 2.0.8
      10. spring-expression - 4.3.8.RELEASE
      11. spring-jdbc - 4.3.8.RELEASE
      12. spring-jms - 4.3.8.RELEASE
      13. spring-jmx - 2.0.8
      14. spring-orm - 4.3.8.RELEASE
      15. spring-oxm - 4.3.8.RELEASE
      16. spring-support - 2.0.8
      17. spring-test - 4.3.8.RELEASE
      18. spring-tx - 4.3.8.RELEASE
      19. spring-web - 4.3.8.RELEASE
      20. spring-webmvc - 4.3.8.RELEASE
      21. spring-webmvc-portlet - 4.3.8.RELEASE
      22. spring-webflow - 2.4.4.RELEASE
      23. spring-js-resources - 2.4.4.RELEASE
      24. spring-js - 2.4.4.RELEASE
      25. spring-binding - 2.4.4.RELEASE
      26. spring-batch-core - 3.0.7.RELEASE
      27. spring-batch-infrastructure - 3.0.7.RELEASE
      28. spring-batch-parent - 3.0.7.RELEASE
      29. Apache CXF(SOAP / Restful)

        1. cxf-api - 3.1.11
        2. cxf-common-schemas - 3.1.11
        3. cxf-common-utilities - 3.1.11
        4. cxf-rt-bindings-jbi - 3.1.11
        5. cxf-rt-bindings-soap - 3.1.11
        6. cxf-rt-bindings-xml - 3.1.11
        7. cxf-rt-core - 3.1.11
        8. cxf-rt-databinding-aegis - 3.1.11
        9. cxf-rt-databinding-jaxb - 3.1.11
        10. cxf-rt-frontend-jaxrs - 3.1.11
        11. cxf-rt-frontend-jaxws - 3.1.11
        12. cxf-rt-frontend-simple - 3.1.11
        13. cxf-rt-management - 3.1.11
        14. cxf-rt-transports-common - 3.1.11
        15. cxf-rt-transports-http - 3.1.11
        16. cxf-rt-transports-http-jetty - 3.1.11
        17. cxf-rt-transports-jms - 3.1.11
        18. cxf-rt-ws-addr - 3.1.11
        19. cxf-rt-ws-policy - 3.1.11
        20. cxf-rt-ws-rm - 3.1.11
        21. cxf-rt-ws-security - 3.1.11
        22. cxf-tools-common - 3.1.11
        23. JSON Parser

          杰克逊(codehaus)

          1. jackson-jaxrs - 1.9.13
          2. jackson-core-asl - 1.9.13
          3. jackson-mapper-asl - 1.9.13
          4. 杰克逊(fastxml)

            1. jackson-databind - 2.8.8
            2. jackson-core - 2.8.8
            3. jackson-annotations - 2.8.8
            4. GSON

              1. gson - 2.8.0
              2. <强>日志

                1. log4j - 1.2.17