tocrhz / mqtt-spring-boot-starter

MQTT starter for Spring Boot, easier to use.
Apache License 2.0
93 stars 47 forks source link

Fixing the pattern matching for numeric parameters #7

Closed tjheiska closed 3 years ago

tjheiska commented 3 years ago

There is an issue with numeric parameter declaring two groups in pattern (the whole number and optional decimals). This commit implements JUnit test that reveals the bug and also a fix for it.