Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フラグメント バンドルを作成し、maven-bundle-plugin インストラクションの下に新しいヘッダー エントリを追加するとします。その新しいエントリは、実行時にホスト バンドル ヘッダー リストとマージされますか?.
バンドルは、クラスローダーをフラグメント バンドルと共有します。それだけです。
Bundle.getHeaders() は、その特定のバンドルに対して定義されたヘッダーを常に表示します。フラグメント バンドルのヘッダーは、ホスト バンドルのヘッダーにマージされません。