Commit Graph
27 Commits
Author SHA1 Message Date
Subhrodip MohantaandGitHub 020695afc5 Merge branch 'master' into async-method-invocation-explanation 2021-03-18 10:54:16 +05:30
Subhrodip MohantaandGitHub 74abc7a0d6 added license headers to active object pattern (#1676) 2021-03-14 16:08:53 +02:00
Subhrodip MohantaandGitHub 0e26a6adb5 Use property to set version and update dependencies (#1671)
* formatting and versioning

* updated versions

* reverted checkstyle plugin version
2021-03-07 19:16:50 +02:00
Subhrodip MohantaandGitHub b423002e6c updated Random() to SecureRandom() (#1670)
* updated Random() to SecureRandom()

* batch 2 of SecureRandom updates
2021-03-06 13:26:02 +02:00
Subhrodip MohantaandGitHub e9d0b3e98c remove labeling trigger for PR and actions set to master (#1666) 2021-03-05 19:51:09 +02:00
Subhrodip MohantaandGitHub c3c90e2bd4 created CircleCI config for sonar analysis (#1664)
* created sonar config

#1663

* updated license headers

* xvfb to run tests

* updated circle image to enable css and JS analysis
2021-03-01 16:50:34 +02:00
Subhrodip MohantaandGitHub 03bc4a6b9a update CI badge (#1658) 2021-02-21 15:21:11 +02:00
Subhrodip MohantaandGitHub a79bed9a46 #1655: added maven wrapper (#1656)
Addresses Point 1 and 2
2021-02-15 17:13:06 +02:00
Subhrodip MohantaandGitHub 7891c2b117 update inception year to 2021 (#1653) 2021-02-14 11:57:57 +02:00
Subhrodip MohantaandGitHub b3fc60fe92 update .gitignore (#1651)
* updated factorypath

* updated gitignore
2021-02-14 11:03:13 +02:00
Subhrodip MohantaandGitHub d620dbbc05 bump version to 3.8.0.2131 (#1647)
earlier version 3.7.0.1746
org.sonarsource.scanner.maven.sonar-maven-plugin
2021-02-07 16:55:52 +02:00
Subhrodip MohantaandGitHub 3f09fb70bb Clear Sonar Blockers (#1643)
* remove debt from CachingTest

https://sonarcloud.io/project/issues?fileUuids=AW3G0SevwB6UiZzQNqXR&id=iluwatar_java-design-patterns&open=AXK0Ozo--CiGJS70dLl0&resolved=false
 
Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>

* fixed few debts for Spatial Partition module

Mainly convertig Hashtable to HashMaps

Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>

* fixed some logger norms

Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>

* fixed few errors as it got mixed with the stash

Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-01-30 13:37:52 +02:00
663dbd298e Update License year to 2021 (#1639)
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-01-30 12:53:28 +02:00
462b581b34 clearing Sonar Blockers (#1633)
* update gitignore

.checkstyle files are being tracked which should not be

* NOSONAR for statement

excluded from SONAR analysis as it is already dealt using functional approach

https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AW8FwRBhm8eoEVQR-x0f&open=AW8FwRBhm8eoEVQR-x0f

* achieved thread safety with lazy initialization

https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmM&id=iluwatar_java-design-patterns&open=AXb6t19yusn4P8Tm-Lmo&resolved=false

* remove double checked locking and initialize before using

https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmK&id=iluwatar_java-design-patterns&open=AXb6t19qusn4P8Tm-Lmk&resolved=false

* NOSONAR for the line

https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AXPd3iSe46HRSze7cz3D&open=AXPd3iSe46HRSze7cz3D

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-01-27 16:24:06 +02:00
Subhrodip MohantaandGitHub 3adc3cda05 update gitignore (#1632)
.checkstyle files are being tracked which should not be
2021-01-24 11:17:05 +02:00
Subhrodip MohantaandGitHub f5a6161044 Merge pull request #1604 from gkulkarni2020/master
Word mistake in factory/README.md #1601
closes #1601
2020-12-04 14:17:32 +05:30
Subhrodip MohantaandGitHub 76eefa80b5 Merge branch 'master' into master 2020-12-04 13:30:11 +05:30
Subhrodip MohantaandGitHub 38cc490e3f update namespaces of different steps of build job 2020-10-17 10:14:49 +05:30
Subhrodip MohantaandGitHub 911cfd64af Update maven-pr-builder.yml 2020-10-16 09:36:02 +05:30
Subhrodip MohantaandGitHub 64266d63fd Merge pull request #1 from iluwatar/master
Update README.md
2020-10-01 22:18:53 +05:30
Subhrodip MohantaandGitHub b80b9354c6 Update maven-ci.yml 2020-08-30 02:31:06 +05:30
Subhrodip MohantaandGitHub 1973d1bc63 Update maven-pr-builder.yml
upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS for the PR builder as well
2020-08-29 19:35:20 +05:30
Subhrodip MohantaandGitHub f5886325ec Update maven-ci.yml
upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS
2020-08-29 19:34:43 +05:30
Subhrodip MohantaandGitHub 338c146c78 Update maven-pr-builder.yml 2020-08-29 17:39:50 +05:30
Subhrodip MohantaandGitHub 8135dbecdb Update maven-ci.yml 2020-08-29 17:36:31 +05:30
Subhrodip MohantaandGitHub 47e746c3ba Update maven-pr-builder.yml
removed the if checking block for building Pull Requests as this was redundant code.
2020-08-28 12:26:27 +05:30
Subhrodip MohantaandGitHub 7118ccafa9 Update maven-ci.yml
Removed if clause for building code in main codebase from the CI pipeline.
2020-08-28 12:17:38 +05:30