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
Over at Bluesky Gunnar Morling "cried" about the fact that still many people use old date and time classes and asked if there are any build time checkers to detect that. I answered that my team at work and I wrote ArchUnit rules for that, which lead @rweisleder to ask if I could provide them to the ArchUnit's GeneralCodingRules .
I'll give it a try to create a PR to add them to ArchUnit.
P.S. For everyone who's wondering why those classes are not deprecated: Brian Goetz mentioned that they most probably will never be annotated with @Deprecated cause of the global usage in almost infinite APIs all over the Java universe, e.g. see this mailing list entry.
The text was updated successfully, but these errors were encountered:
Over at Bluesky Gunnar Morling "cried" about the fact that still many people use old date and time classes and asked if there are any build time checkers to detect that. I answered that my team at work and I wrote ArchUnit rules for that, which lead @rweisleder to ask if I could provide them to the ArchUnit's GeneralCodingRules .
The rules we wrote at my work
I'll give it a try to create a PR to add them to ArchUnit.
P.S. For everyone who's wondering why those classes are not deprecated: Brian Goetz mentioned that they most probably will never be annotated with
@Deprecated
cause of the global usage in almost infinite APIs all over the Java universe, e.g. see this mailing list entry.The text was updated successfully, but these errors were encountered: