You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it quite confusing to have a common parameter name shared between MOJOs being implemented in different ways. I prefer the SimpleDateFormat and you already have a utility class that can be called uniformly across MOJOs. I will be submitting a PR to accomplish the following:
Update CreateMojo to use Utils.createTimestamp()
Check for usage of java.text.MessageFormat value in timestampFormat and warn of it's deprecation while regex parsing out the format for backwards-compatibility
Update all the IT projects except basic-it so that the warning and backwards-compatibility are validated.
The text was updated successfully, but these errors were encountered:
I found it quite confusing to have a common parameter name shared between MOJOs being implemented in different ways. I prefer the SimpleDateFormat and you already have a utility class that can be called uniformly across MOJOs. I will be submitting a PR to accomplish the following:
Utils.createTimestamp()
java.text.MessageFormat
value intimestampFormat
and warn of it's deprecation while regex parsing out the format for backwards-compatibilitybasic-it
so that the warning and backwards-compatibility are validated.The text was updated successfully, but these errors were encountered: