Deprecated outgoing features ready for 3.0
Pre-release
Pre-release
The following features are deprecated in this release and will be removed in 3.0:
- The old Java-style syntax (
RegexBuilder()...buildRegex()
) is deprecated. You should replace this with the new type-safe builder syntax (regex { ... }
). - Likewise the old grouping syntax (
startGroup()...endGroup()
) is deprecated. You should replace this with the new type-safe builder syntax (group { ... }
). - Logging is deprecated as it didn't add as much value as intended and causes an additional maintenance overhead.