Apache ActiveMQ 各個版本所依賴的JDK版本
ActiveMQ下載地址
http://activemq.apache.org/download-archives.html
ActiveMQ 依賴JDK版本
MQ版本號 Build-Jdk 依賴JDK
apache-activemq-5.0.0 1.5.0_12 1.5+
apache-activemq-5.1.0 1.5.0_12 1.5+
apache-activemq-5.2.0 1.5.0_15 1.5+
apache-activemq-5.3.0 1.5.0_17 1.5+
apache-activemq-5.4.0 1.5.0_19 1.5+
apache-activemq-5.5.0 1.6.0_23 1.6+
apache-activemq-5.6.0 1.6.0_26 1.6+
apache-activemq-5.7.0 1.6.0_33 1.6+
apache-activemq-5.8.0 1.6.0_37 1.6+
apache-activemq-5.9.0 1.6.0_51 1.6+
apache-activemq-5.10.0 1.7.0_12-ea 1.7+
apache-activemq-5.11.0 1.7.0_60 1.7+
apache-activemq-5.12.0 1.7.0_80 1.7+
apache-activemq-5.13.0 1.7.0_80 1.7+
apache-activemq-5.14.0 1.7.0_80 1.7+
apache-activemq-5.15.0 1.8.0_112 1.8+
如何檢視官方釋出ActiveMQ依賴JDK版本
以版本 apache-activemq-5.15.0 為例
方法1:檢視 release-note
ActiveMQ 5.15.0 Release
Java 8 Required
The minimum Java version has been upgraded to Java 8.
1
2
3
4
方法2:檢視檔案 activemq-all-*.jar\META-INF\MANIFEST.MF 屬性值 Build-Jdk
Manifest-Version: 1.0
Implementation-Title: ActiveMQ :: All JAR bundle
Implementation-Version: 5.15.0
Archiver-Version: Plexus Archiver
Built-By: cshannon
Specification-Vendor: The Apache Software Foundation
Specification-Title: ActiveMQ :: All JAR bundle
Implementation-Vendor-Id: org.apache.activemq
Implementation-Vendor: The Apache Software Foundation
Main-Class: org.apache.activemq.console.command.ShellCommand
Created-By: Apache Maven 3.5.0
Build-Jdk: 1.8.0_112
Specification-Version: 5.15.0
1
2
3
4
5
6
7
8
9
10
11
12
13
EOF
---------------------
作者:六月的紙飛機
來源:CSDN
原文:https://blog.csdn.net/yanfeipei/article/details/75267384
版權宣告:本文為博主原創文章,轉載請附上博文連結!