tet123/debezium-ddl-parser
Jiri Pechanec 3a55caf8b5 DBZ-2972 Handle IP only for user to avoid false matches;
If for example a label is used without space like `label1:BEGIN`, then the
tokenizer would create tokens `label1`, `:BE` and `GIN` as `:BE` matches
`IP_ADDRESS` token. As the tokenization is globally executed it is
better to skip a separate token and link IPv6/IPv4 directly to the
username token.
2021-01-27 09:37:00 +01:00
..
src DBZ-2972 Handle IP only for user to avoid false matches; 2021-01-27 09:37:00 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-01-07 03:38:13 -05:00