Confluence 7.1 ベータ版リリース ノート

Confluence Development Releases

このページの内容

お困りですか?

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

コミュニティに質問

Atlassian presents Confluence 7.1.0-rc3. This is a snapshot of our work in progress, primarily focused on providing app developers an opportunity to test their apps and make any required changes in advance of an official release.

Confluence 7.1.0-rc3 は今すぐダウンロードできます

Development releases are not production ready. Development releases are snapshots of the ongoing Confluence development process. While we try to keep these releases stable, they have not undergone the same degree of testing as a full release, and could contain features that are incomplete or may change or be removed before the next full release.

No upgrade path. Because development releases represent work in progress, we cannot provide a supported upgrade path between development releases, or from any development release to a final release. You may not be able to migrate any data you store in a Confluence development release to a future Confluence release.

Atlassian does not provide support for development releases.



このベータ版に不具合がある場合、
お手数ですが当社まで問題を報告してください。 

問題を報告する

Highlights of 7.1.0-rc3

2019 年 10 月 29 日にリリース

We’ve decided not to bundle Java 11 with Confluence just yet. Java 11 is officially supported, but the installers will continue to use the bundled AdoptOpenJDK 8 JRE.

If you install Confluence manually, you can choose to continue using Java 8 for now, or manually switch to Java 11.

Highlights of 7.1.0-beta1

2019 年 10 月 17 日にリリース

多数のマクロの改善

We've got some small, but mighty, improvements to macros to make your day. These aim to improve how macros scale in busy sites. 

スペース一覧マクロ

Previously this macro showed all spaces, including spaces that have been archived. Now it shows current spaces by default, and you can choose to include archive spaces if you want the full list. 

変更履歴マクロ

This macro can display details of the page's history. Now you have the option to limit the number of versions that appear in the macro.

ラベル別コンテンツ マクロ

ラベル別コンテンツ マクロは、特定のラベルと他の検索条件に一致するページの一覧を表示するために使用されます。今回のリリースでは、現在のページ (マクロが存在するページ) が検索条件に一致する場合も、それを一覧から除外するように選択できるようになりました。 

ページのコピー時に添付ファイルをスキップ

単一のページをコピーした場合、そのページで使用されていない添付ファイルを含むすべての添付ファイルがコピーされていました。これにより、多数の不要なファイルが追加されてしまう可能性がありました。 

今回のリリースでは、単一のページをコピーする際に添付ファイルを除外するオプションが追加されました。ページで使用されていたすべてのファイルは "不明な添付ファイル" として表示されます。 

コピーする添付ファイルが存在しない場合、チェックボックスは無効化されます。 

Office で編集機能の延長サポート

For many teams, editing and versioning files is a vital part of working productively in Confluence. For that reason, we're extending our support for Edit in Office to enable these features for organizations who can't use the Atlassian Companion app in their environment.

Edit in Office will remain as a dark feature in 7.1 (previously only available in 6.13.6 and 6.15.6). Once enabled, WebDAV integrations will be restored, allowing users to edit attached Office documents using the legacy Edit in Office options. This action will also disable the Companion app integrations, so any functions provided by Companion won't be available.

Check our EAP documentation for details on enabling Edit in Office.

アップグレード ノート

Java 11 のサポート

We now support running Confluence with Java 11 (Oracle and AdoptOpenJDK). Java 11 is a Long Term Support version, so will set you up for several years of access to regular bug fixes and security updates.

In this release we've bundled the AdoptOpenJDK 11 JRE for use with new installations. If you've installed Confluence manually you can either continue to use Java 8 or switch to Java 11 now.  See Change the Java vendor or version Confluence uses to find out how to switch your Java version or vendor.

Some of the Java arguments used in our setenv.sh  / setenv.bat  files are no longer recognised in Java 11. When you upgrade, make sure you apply your customisations manually, don't simply copy over your old setenv file (or existing Java options if you run Confluence as a service). 

変更内容...

Java 11 では、次の引数が置き換えられます。

-XX:-PrintGCDetails -XX:+PrintGCDateStamps -XX:-PrintTenuringDistribution -Xloggc:$LOGBASEABS/logs/gc-`date +%F_%H-%M-%S`.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=2M
-Djava.locale.providers=COMPAT,SPI 

置き換え後は次のようになります。

-Xlog:gc+age=debug:file="%atlassian_logsdir%\gc-%atlassian_timestamp%.log"::filecount=5,filesize=2M 
-Djava.locale.providers=COMPAT,SPI,CLDR 

また、以下の新しい引数も追加しました。

-XX:+IgnoreUnrecognizedVMOptions 
-Djdk.tls.server.protocols=TLSv1.1,TLSv1.2 
-Djdk.tls.client.protocols=TLSv1.1,TLSv1.2    

IgnoreUnrecognizedVMOptions  means that unrecognised Java 8 arguments will be ignored. You won't need to remove these manually. 

詳細な情報については、Java 11 ドキュメントの「Enable Logging with the JVM Unified Logging Framework」を参照してください。 

If you have added additional arguments, you may need to check that these are still available in Java 11, as they may cause errors when you start Confluence. 

サポート対象プラットフォームの変更

  • Added support for Java 11 (AdoptOpenJDK and Oracle)
  • Advance notice: Confluence 7.3.x will be the last release to support PostgreSQL 9.4, MySQL 5.6 and Oracle 12c R1. See End of Support Announcements for Confluence for more information.

インフラストラクチャの変更

Confluence 7.1 contains changes that may affect apps. Head to Preparing for Confluence 7.1 to find out how these changes will impact app developers. 

最終更新日: 2019 年 10 月 29 日

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

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