Confluence 9.3 への準備
このドキュメントでは、既存のプラグインおよびアプリに Confluence 9.3 との互換性があるかどうかを確認したい、Confluence 開発者向けの情報をご案内します。
このページで、新しいマイルストーンの公開タイミング、およびその内容をご確認ください。ベータ版のリリース後、正式なリリース ノートを公開します。
最新のマイルストーン
2025 年 1 月 31 日 | 9.3.1-rc1 |
このマイルストーンで問題が見受けられた場合
Confluence EAP のヘッダーで [フィードバック] ボタンを押すか、課題を登録してお知らせください。
On this page:
予定されている変更
このセクションでは、導入予定の変更の概要について紹介します。アプリへの影響の検討にお役立てください。変更の実装が完了したら、そのタイミングと対象のマイルストーンをご案内します。
このリリースは Data Center ライセンスのみをサポートします。サーバー ライセンスをお持ちの場合は、アップグレードのオプションをご確認ください。
ブログ投稿のテンプレート
ステータス: 進行中
喜ばしいことに、ブログ投稿でテンプレートを使用できるようになりました。Confluence Cloud での動作と同様に、テンプレートを使用して Confluence ページを作成し、それらのページをブログ投稿に変換できます。
ガジェット アプリはベータ版で利用できます
ステータス: ベータ版利用可能
Confluence と Jira の統合を可能にするために、Confluence 9.0 で削除されたガジェットが Atlassian Marketplace アプリとして復活します。
この変更について詳しくは、「Confluence 9.2 以降、Marketplace アプリに移行したガジェット」をご確認ください。
アプリはベータ版として利用可能
テストおよびフィードバックを目的として、Confluence アプリ向けの外部ガジェットのベータ版が利用できるようになりました。アプリはまだ開発中であり、機能が制限されている可能性があります。
新しいアプリを試したら、上記のリンク先のチケットでコメントを共有してください。
Deprecation of OpenSymphony PropertySet
ステータス: 事前通知
In Confluence 9.3, all APIs that use PropertySet
are deprecated. Mutative operations will be blocked from Confluence 10.0, and the APIs will be removed entirely in Confluence 11.0.
This change affects the following APIs based on PropertySet
for Users:
com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
com.atlassian.confluence.user.UserAccessor#getPropertySet
com.atlassian.confluence.user.UserAccessor#getConfluenceUserPreferences
The supported data types will remain accessible using the following replacement API:
com.atlassian.confluence.user.UserAccessor#getUserPreferences(ConfluenceUser)
Supported data types are:
Boolean
String
(andText
)Long
Integer
Migrate all other data types to a suitable replacement as soon as possible because they will become read-only from Confluence 10.0 and completely inaccessible from Confluence 11.0.
The following APIs based on PropertySet
for Content are also affected:
com.atlassian.confluence.core.ConfluencePropertySetManager
Migrate any required data in your apps to one of the following alternatives as soon as possible because it will become read-only from Confluence 10.0 and completely inaccessible from Confluence 11.0.
- (Spaces)
com.atlassian.confluence.api.service.content.SpacePropertyService
- (Content)
com.atlassian.confluence.api.service.content.ContentPropertyService
To migrate data, you may choose to implement the com.atlassian.sal.api.upgrade.PluginUpgradeTask
API in your apps and export it as an OSGi service. For details, see Writing a plugin upgrade task to migrate user data to new user keys.
Deprecation of Bandana
ステータス: 事前通知
In Confluence 9.3, the com.atlassian.bandana.BandanaManager
API has been deprecated. Mutative operations will be blocked from Confluence 10.0, and the APIs will be deleted entirely in Confluence 11.0.
Migrate any required data in your apps as soon as possible to one of the following alternatives.
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory
com.atlassian.confluence.api.service.content.SpacePropertyService
com.atlassian.activeobjects.external.ActiveObjects
(For details, see Active objects)
Note that com.atlassian.confluence.setup.xstream.ConfluenceXStreamManager
will remain available for manual serialization and deserialization needs if needed.
To migrate data, you may choose to implement the com.atlassian.sal.api.upgrade.PluginUpgradeTask
API in your apps and export it as an OSGi service. For details, see Writing a plugin upgrade task to migrate user data to new user keys.
変更の実装内容
このセクションでは、実装済みの変更の詳細について、それらが最初に提供されたマイルストーンごとに紹介します。テストするマイルストーン バージョンの判断にご利用ください。
RC – 2025 年 1 月 31 日
マイルストーン 9.3.1-rc1
含まれるもの
軽微なバグ修正
ベータ – 2025 年 1 月 28 日
マイルストーン 9.3.0-beta1
含まれるもの
軽微なバグ修正
EAP 3 – 20 January 2025
Milestone 9.3.0-m179
含まれるもの
軽微なバグ修正
EAP 2 – 2025 年 1 月 13 日
Milestone 9.3.0-m146
含まれるもの
- 軽微なバグ修正
EAP 1 – 2025 年 1 月 7 日
Milestone 9.3.0-m129
含まれるもの
- 軽微なバグ修正
最新のドキュメントをお探しの場合は、Confluence EAP スペースで最新のドキュメントをご確認ください。
新しい開発者コミュニティがあるのをご存知ですか? community.developer.atlassian.com/ で、ぜひご確認ください。新しい EAP リリースの公開時にはお知らせカテゴリに投稿する予定です。