-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
org.jboss.as.ejb3.timerservice.schedule.attribute.DayOfWeek and org.jboss.as.ejb3.timerservice.schedule.attribute.DayOfMonth classes both contain a mapping of dayOfWeek string value to int.
They should be combined into one.
Note that the mapped int value in DayOfWeek class is 0 - 6, but in DayOfMonth class is 1 - 7 (Calendar.SUNDAY - Calendar.SATURDAY).
- is related to
-
WFLY-15963 Combine ORDINALS and ORDINAL_TO_WEEK_NUMBER_MAPPING fields in ejb3 DayOfMonth class
- Closed