fix: monitor pattern is not being built (#1956)

* fix: update the version in pom.xml

* fixes the checksyle error and adds javadoc

* fix: bugs and code-smells in sonarcloud

* replaced logger library with Slf4j

* fix tests and add a previously dropped method

* adds license

* fix: codesmells and bug

* replace Random with SecureRandom

* test: add tests for Main to improve coverage
This commit is contained in:
Arnab Sen
2022-04-16 23:14:01 +05:30
committed by GitHub
parent 3b87565fb6
commit b51bca1a67
7 changed files with 245 additions and 123 deletions
+1
View File
@@ -85,6 +85,7 @@
</properties>
<modules>
<module>abstract-factory</module>
<module>monitor</module>
<module>tls</module>
<module>builder</module>
<module>factory-method</module>