Confluence 1.0

いよいよシャンパンを空け、準備を整えてお祝いしましょう。今夜そうしても構いません、ようやく Confluence 1.0 がリリースされるのです。

Confluence 1.0 represents the hard work and dedication of quite a few people. Obviously there's the development team: Ara, Armond, Charles, Dave, Mike and Ross, but there's also the JIRA team and the rest of the guys at Altlassian who have offered support, advice, and loud music. A huge thanks also goes out to everyone involved in the beta-testing program. Your real-world use of Confluence gave us invaluable suggestions and bug-reports, and we apologise for the times we've messed up your databases on the way.

Confluence に組み込んできたすべての優れた機能には自信があり、今後のバージョンでさらに改善することをお約束します (お持ちのライセンスがアップグレード対象になるのは 1 年間です)。

The only sad moment for the day is that for the 1.0 release, we had to lose emoticons. The regular expression responsible for turning (smile) into a smiley-face was causing pages to take ten seconds to render. Commenting out the filter lowers the rendering time of even highly complex pages to a few hundred milliseconds. We promise, the smileys will return in a future version, faster and stronger than ever! Or if you don't mind the cost, you can re-enable them by uncommenting the emoticonFilter line in wikiSubsystemContext.xml

最近のリリース候補のビルドでは、結果的にパフォーマンスが大幅に向上するでしょう。

コンテンツ

  1. 新機能
  2. RC6 以降の注目するべきバグ修正
  3. Outstanding Issues
  4. RC6 からのアップグレード
  5. 旧リリースの注目機能

See also: Issues Resolved for 1.0

新機能

今日のリリースまでにすべてをクリーンアップしなければならなかったため、今週はあえて新機能を追加しませんでした。

Notable Bug-fixes

Outstanding Issues

RC6 からのアップグレード

データベース スキーマには変更を加えていないため、新しいバージョンの Confluence をインストールして、既存の ConfluenceHome ディレクトリをポイントするだけで以前のとおり実行できます。ただし、念のためにアップグレードする前にバックアップすることをお勧めします。

  1. Confluence 1.0RC5 以降、Confluence データベースのセットアップ ステップを実施していない場合
  2. 組み込みの HSQL データベースを実行しているか、(アプリケーション サーバー データソース経由ではなく) データベースに直接接続している

次に、ConfluenceHome ディレクトリ内の confluence.cfg.xml ファイルに、いくつかの接続プール プロパティを追加する必要があります。ファイルを編集して <Properties> セクションのどこかに次の内容を挿入します。

上記のカテゴリに該当しない、またはこれらの行が既にファイルに含まれている場合は、これを実行する必要はありません

  <property name="hibernate.c3p0.max_statements"><![CDATA[0]]></property>
  <property name="hibernate.c3p0.min_size"><![CDATA[0]]></property>
  <property name="hibernate.c3p0.timeout"><![CDATA[30]]></property>
  <property name="hibernate.c3p0.max_size"><![CDATA[4]]></property>

これによって、c3p0 接続プールが有効になります。これは、以前使用していたデフォルトのプールよりもはるかに高い信頼性を誇ります。

旧リリースの注目機能

ベータ版と RC 版のリリース中に Confluence 追加した優れた機能について、簡単にふりかえってみましょう。決して包括的なものではありませんが、元のリリース ノートへのリンクをたどると、この数か月間、当社がどれだけ取り組んできたかをご覧いただけます。

Confluence 1.0a2 (November 6, 2003)

Confluence 1.0a3 (December 5, 2003)

Confluence 1.0b1 (December 19, 2003)

Confluence 1.0b3 (January 19, 2004)

Confluence 1.0b4 (January 26, 2004)

Confluence 1.0rc1 (February 6, 2004)

Confluence 1.0rc2 (February 13, 2004)

Confluence 1.0rc5 (February 20, 2004)

Confluence 1.0rc6 (March 5, 2004)