Using JDK 11 to develop apps with the Atlassian SDK is not yet supported

アトラシアン ナレッジベース

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

Using JDK 11 with the Atlassian SDK is not yet supported - see Unable to locate Jira server for this macro. It may be due to Application Link configuration.

環境

Atlassian SDK <= 8.2 ( as of this article, see bug report for eventual version supporting JDK 11 )


.

診断

Attempting to compile with the Atlassian SDK and JDK 11 results in the following:

$ rm -rf target && atlas-package 

[INFO] Project POM found

Executing: 
/Applications/Atlassian/atlassian-plugin-sdk-8.2.6/apache-maven-3.5.4/bin/mvn
 package -gs 
/Applications/Atlassian/atlassian-plugin-sdk-8.2.6/apache-maven-3.5.4/conf/settings.xml

Exception in thread "main" java.lang.NullPointerException
	at java.base/java.io.Reader.<init>(Reader.java:167)
	at java.base/java.io.InputStreamReader.<init>(InputStreamReader.java:72)
	at org.twdata.maven.trap.Dispatcher.getInterceptorsResourceBufferedReader(Dispatcher.java:67)
	at org.twdata.maven.trap.Dispatcher.getMavenInterceptors(Dispatcher.java:45)
	at org.twdata.maven.trap.Dispatcher.main(Dispatcher.java:21)
	at org.twdata.maven.trap.App.main(App.java:18)


ソリューション

Continue using JDK 8 to compile. The resulting app should work in JDK 11 without issue

最終更新日 2021 年 4 月 13 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.