flowable / flowable/flowable-engine

Missing OSGI exports in flowable-engine-common

オープン
#3,333 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
9.5k
フォーク
2.9k
平均マージ
7時間 8分
マージ済み PR(30日)
2

説明

**Describe the bug**
The module flowable-engine-common is missing the following OSGI exports:
- org.flowable.common.db.mapping
- org.flowable.common.db.mapping.entity

Because of those missing exports, mybatis won't be able to load some files in an OSGI environment and will lauch the following error:

`org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource org/flowable/common/db/mapping/entity/Property.xml`

**Expected behavior**
Add the missing exports in flowable-engine-common pom.xml under section .

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

flowable-engine-common pom.xml を開き、 セクションを見つけます。issue で指定された 2 つの package を追加し、報告されている MyBatis リソース読み込みエラーが解消されるように、OSGI の exports に org.flowable.common.db.mapping と org.flowable.common.db.mapping.entity が含まれていることを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
build-system
issue の種類
バグ
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。