flowable / flowable/flowable-engine
Standardize date/time classes in flowable-modeler
Aperta
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.