Skip to content

Commit

Permalink
Avoid some classes
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 3, 2024
1 parent cdf1c8b commit ce7c9cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"java.sql.ShardingKeyBuilder",
"java.sql.SQLType",
"java.text.NumberFormat$Style",
"java.time.chrono.ChronoLocalDate",
"java.util.Comparator",
"java.util.EventListener",
"java.util.random.RandomGenerator",
Expand All @@ -115,6 +114,10 @@
"javax.xml.xpath.XPathEvaluationResult",
"org.w3c.dom.ls.LSSerializerFilter"
],
"ClassesToAvoidInGenerics": [
"java.time.chrono.ChronoLocalDateTime",
"java.time.chrono.ChronoZonedDateTime"
],
"NamespacesInConflict": [
"java.lang.module",
"java.awt.color",
Expand Down

0 comments on commit ce7c9cf

Please sign in to comment.