Aache ActiveMQ各バージョンに依存するJDKバージョン

3394 ワード

ActiveMQダウンロードアドレス
http://activemq.apache.org/download-archives.html
ActiveMQ依存JDKバージョン
MQバージョン番号
Build-Jdk
JDKに依存する
apache-activemq-5..0
1.1.5_12
1.5+
apache-activemq-51.0
1.1.5_12
1.5+
apache-activemq-5.2.0
1.1.5_15
1.5+
apache-activemq-5.30.
1.1.5_17
1.5+
apache-activemq-5.40.
1.1.5_19
1.5+
apache-activemq-5.50.
1.6.0_23
1.6+
apache-activemq-5.6..0
1.6.0_26
1.6+
apache-activemq-5..0
1.6.0_33
1.6+
apache-activemq-5.8.
1.6.0_37
1.6+
apache-activemq-5..0
1.6.0_51
1.6+
apache-activemq-510.0
1.7.0_12-ea
1.7+
apache-activemq-511.0
1.7.0_60
1.7+
apache-activemq-512.0
1.7.0_80
1.7+
apache-activemq-513.0
1.7.0_80
1.7+
apache-activemq-514.0
1.7.0_80
1.7+
apache-activemq-5.0
1.8.0_112
1.8+
どのように公式発表ActiveMQ依存JDKバージョンを調べますか?
バージョンのapache-activemq-515.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属性値Buiild-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