flowable / flowable/flowable-engine
Standardize date/time classes in flowable-modeler
- 主要言語
- Java
- スター
- 9.5k
- フォーク
- 2.9k
- 平均マージ
- 7時間 8分
- マージ済み PR(30日)
- 2
説明
As of Flowable 6.2.1, using the built-in form editor and engine of flowable-modeler and flowable-task.
- The class of a date value obtained from a form is org.joda.time.LocalDate.
Action: JODA time has become java.time from Java 8. Use standard Java classes.
- It is not possible to assign a date obtained from a form to, for example, DueDate.
Action: A date/time obtained from a form should be valid input for dates in other places of the engine.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、flowable-modeler と flowable-task がフォームの日付値をどのように変換するかを追跡し、次に DueDate などのエンジンの日付入力を調べます。現在どの経路が org.joda.time.LocalDate を生成しているか、また標準の Java 日付/時刻クラスがどこで想定されているかを確認します。完了の条件は、フォームの日付が Java 8 の日付/時刻クラスを使用し、エンジンが対応する日付を受け付けるあらゆる箇所に割り当てられることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100