jinishavora
794795acf5
task: MVVM design pattern using zkoss framework. ( #1678 )
...
* MVVM design pattern using zkoss framework.
* MVVM Design pattern updates for issues reported by SonarCloud.
* MVVM Design pattern updates for coverage issues reported by SonarCloud.
* MVVM Design pattern updates for coverage issues (removing lombok @Data)
reported by SonarCloud.
* MVVM Design pattern updates for coverage issues reported by Sonar - TEST
cases added for Equals and ToString
* MVVM Design Pattern - updating missing/todo details.
* MVVM Design Pattern - adding lombok.config
* MVVM Design Pattern - Removing xml, updating pom.xml and README as per
suggested changes in code review
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* Update model-view-viewmodel/README.md
* MVVM Design Pattern - Updated pom.xml and Readme based on Suggested
changes
* added type as xml
* MVVM Design Patterm - root pom.xml and module pom.xml updated
* Update pom.xml
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-03-22 11:43:34 +05:30
Noam Greenshtain
c8a2ef01d3
pattern: Active-Object pattern. ( #1660 )
...
* Closes #65 .
* Removed
* Removed unnecessary files. Added logging. Closes Fixes #1660 .
* Added Terminition condition.
* Logger implemented. Removed maven wrapper.
* Added module to parent POM. removed .gitignore
* Replaced tabs with whitespaces, added Javadocs.
* Fixed more whitespaces problems.
* Fixed more checkstyle errors
* More checkstyle errors.
* Checkstyle errors.
* Final checkstyle cleanup
* Added UML file. Changed System.exit() to Runtime.
* Changed buisiness logic and readme.md file
* Changed typos and readme.md file
* Fixed checkstyle errors
* Fixed grammer errors and CircleCI bugs.
* Wrong readme.md
* Added Thread.interrupt() for after catching exception.
* Fixed SonarCloud code smells.
* Removed unused brackets.
* Changed main program exit logic. Added tests.
* Reverted abstract-factory
* Cleaned code
* Added static to loggers. cleaned code smells.
* Checkstyle errors.
* Code Smells.
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-14 11:53:41 +05:30
va1m
5cf2fe009b
📍 Use lombok, reformat, and optimize the code ( #1560 )
...
* Use lombok, reformat, and optimize the code
* Fix merge conflicts and some sonar issues
Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
Subhrodip Mohanta
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
CF
903453229c
Updated update-method module to JUnit 5 ( #1542 )
...
* Updated saga to JUnit 5
* Update fix for CI job in trampoline module
* Updated update-method module to JUnit 5
* Upgraded to latest JUnit Jupiter
JUnit 4 is not needed when using JUnit-Vintage
* Reverted change to access modifier on Trampoline
* Cleanup to resolve code smells
* Formatting
* Formatting
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-04 10:49:31 +05:30
Martel Richard
846d05672a
#1638 Add Parameter Object pattern ( #1650 )
...
* #1638 Add Parameter Object pattern
* #1638 Fix comments and formatting for Parameter Object pattern
* #1638 Fix formatting, commenting, remove string concatenation in Parameter Object pattern
* #1638 Fix readme formatting and log parameter object
2021-02-28 11:42:48 +02:00
Ilkka Seppälä
cda2675221
Upgrade jacoco ( #1657 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-02-16 12:27:11 +05:30
Subhrodip Mohanta
7891c2b117
update inception year to 2021 ( #1653 )
2021-02-14 11:57:57 +02:00
Subhrodip Mohanta
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
Rohit Singh
b9da15dda3
issue 1628 handled, removed mutex and semaphore from catalog. ( #1634 )
...
* issue 1628 handled, removed mutex and semaphore from catalog.
* issue1634, modules still exiting in pom.xml
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-01-26 22:19:36 +02:00
Ilkka Seppälä
0010fb55c5
Merge data transfer object examples ( #1635 )
...
* #1617 merge dto pattern examples
* #1617 update license headers
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-01-25 09:05:04 +05:30
ignite1771
dea7ecfb7a
#1317 Special Case Pattern ( #1624 )
...
* #1317 Add Special Case Pattern
To focus on pattern itself, I implement DB and
maintenance lock by the singleton instance.
* #1317 Add special cases unit tests
Assert the logger output
(ref: https://stackoverflow.com/a/52229629 )
* #1317 Add README.md
Add Special Case Pattern README
* #1317 Format: add a new line to end of file
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2021-01-13 13:06:21 +05:30
siavash
5bc61c8c28
#1569 DTO pattern implementation using Enums ( #1570 )
...
* #1569 DTO pattern implemented using Enums
* #1569 DTO pattern implemented using Enums
* #1569 adding some java docs
* #1569 some changes in java doc and code style
* #1569 some changes in java doc and code style
* #1569 some changes in java doc and code style
* #1569 some changes in java doc and code style
* #1569 adding suggested extra line
* #1569 license added to pom.xml
* #1569 more checkstyle problems resolved
* #1569 more checkstyle problems resolved
* #1569 more checkstyle problems resolved
Co-authored-by: siavashsoleymani <siavash.soleimani@snapp.cab>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2020-12-09 12:51:24 +05:30
Vivek Singh
14c4710435
Implemented Registry pattern ( #1543 )
...
* #1310 Implemented registry pattern
* fixed parent pom version
* added empty line in registry.urm.puml
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
2020-12-08 10:34:42 +05:30
Pavel Manannikov
2332520d67
#1284 Implement Version Number pattern
2020-10-13 20:17:25 +03:00
swarajsaaj
7fd7735527
#1313 Add separated-interface module to parent pom
2020-09-10 03:10:58 +05:30
Samil Ayoub
8b26452c75
bug fixing
2020-09-03 22:58:15 +01:00
Samil Ayoub
46b23f322f
Add Simple Factory Pattern implementation
...
Java source code demonstrate simple factory design pattern
2020-09-02 13:46:53 +01:00
Amit Garg
b07d33f332
Upgrade Mockito version to latest
2020-08-26 00:09:30 +01:00
Ilkka Seppälä
723afb85ba
Set version for next development iteration
2020-08-25 21:21:36 +03:00
Ilkka Seppälä
a0e5d061cb
Milestone 1.23.0
2020-08-25 21:20:30 +03:00
Stefan Birkner
3754c66604
Replace System Rules with System Lambda
...
System Lambda is more specific. It only wraps the part of the code that
produces the output.
2020-08-24 23:20:03 +02:00
Ilkka Seppälä
ef033b66a6
Merge pull request #1499 from mkrzywanski/pattern/filterer
...
Filterer pattern
2020-08-23 16:56:06 +03:00
Michal Krzywanski
905b5dc6d8
Implemented filterer pattern
2020-08-21 11:51:43 +02:00
Toxic Dreamz
292ec5b8e5
Merge branch 'SonarCloud-Reports-Issue#1012'
...
# Conflicts:
# pom.xml
2020-08-19 23:27:43 +04:00
Toxic Dreamz
860453b46b
Fixed JUnit tests causing build issues due to mixing JUnit 4 & JUnit 5
2020-08-19 23:14:37 +04:00
Ilkka Seppälä
7afb065a10
Upgrade urm plugin to latest version
2020-08-15 20:59:11 +03:00
Ashish Trivedi
5441db6582
Update pom.xml
2020-08-10 12:52:15 +05:30
Ashish_Trivedi
e09de2fb36
#1321
2020-08-09 01:58:19 +05:30
Ashish_Trivedi
a59c9bba97
#1321
2020-08-09 01:39:51 +05:30
Ashish_Trivedi
7acc5fbf95
#1321
...
Resolved conflicts and used var wherever possible
2020-08-09 01:33:19 +05:30
Ashish Trivedi
bdf2145b3f
Merge branch 'master' into master
2020-08-09 01:17:07 +05:30
Ilkka Seppälä
689cc8b59b
Update surefire and minor improvements
2020-08-02 11:55:13 +03:00
Matt Dolan
14487261d0
Use of ${artifactId} is deprecated and should be updated to ${project.artifactId}
2020-08-02 00:03:36 -04:00
Ashish Trivedi
58b98c54e5
#1321
...
Initial folder setup
2020-07-19 15:30:30 +05:30
ZhouSky
6fe219d644
Pr/1235 Review ( #1250 )
...
* Add simple implementation for strangler pattern.
* Add strangler pattern in pom.xml.
* change package name
* Revert "change package name"
This reverts commit 430bd9073ea7bea6430586a0953c77f1798aacc8.
* Code review for strangler
Delete final of method parameters.
Add final to private members.
Change package name.
* Revert "Code review for strangler"
This reverts commit d5063567083e0348d678a938bd749e17343bcb8e.
* Revert "Revert "Code review for strangler""
This reverts commit c8fd65fda782749c4f74f6de85da0f271d3c48a8.
* Remove unnecessary files
2020-07-04 12:05:46 +03:00
Ilkka Seppälä
a396d972f6
Add sonar modulekey
2020-06-14 21:54:47 +03:00
Ilkka Seppälä
30678792fd
Remove extra project key
2020-06-14 21:23:07 +03:00
Ilkka Seppälä
5db8037b8b
Add SonarCloud analysis
2020-06-14 21:02:40 +03:00
Zhang WH
1c26bd7416
Fix issue #1218 : Arrange, Act, Assert pattern ( #1221 )
...
* add AAA pattern
* reformat comment
* use Testing in readme tags in stead of Unit Test
2020-05-17 21:44:53 +03:00
Zhang WH
be1c0b8143
Fix issue #179 : Leader Followers Pattern ( #1189 )
...
* add leader followers pattern
* use var and streams instead in App::execute
* use logger instead of printing to system output stream
2020-03-26 21:14:44 +02:00
dependabot-preview[bot]
f942bfa51c
Bump javassist from 3.25.0-GA to 3.26.0-GA ( #1170 )
...
Bumps [javassist](https://github.com/jboss-javassist/javassist ) from 3.25.0-GA to 3.26.0-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 08:52:38 +02:00
dependabot-preview[bot]
d2fdd7d82b
Bump mongo-java-driver from 3.12.0 to 3.12.1 ( #1169 )
...
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver ) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases )
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r3.12.0...r3.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 08:51:21 +02:00
dependabot-preview[bot]
365c74ddde
Bump slf4j-api from 1.7.28 to 1.7.30 ( #1153 )
...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j ) from 1.7.28 to 1.7.30.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.28...v_1.7.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 17:13:50 +02:00
Ilkka Seppälä
1401accb4f
Revert "Bump maven-surefire-plugin from 3.0.0-M3 to 3.0.0-M4 ( #1126 )"
...
This reverts commit f00523f7c0f8a008f3e5e5616f156e615bc47e16.
2020-01-12 11:00:23 +02:00
dependabot-preview[bot]
1ffb28ba4f
[Security] Bump jackson.version from 2.8.5 to 2.10.2 ( #1133 )
...
Bumps `jackson.version` from 2.8.5 to 2.10.2.
Updates `jackson-core` from 2.8.5 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.8.5...jackson-core-2.10.2 )
Updates `jackson-databind` from 2.8.5 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-annotations` from 2.8.5 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-11 10:06:45 +02:00
dependabot-preview[bot]
6c545c93e5
Bump mongo-java-driver from 3.3.0 to 3.12.0 ( #1127 )
...
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver ) from 3.3.0 to 3.12.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases )
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r3.3.0...r3.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 22:17:59 +02:00
dependabot-preview[bot]
f00523f7c0
Bump maven-surefire-plugin from 3.0.0-M3 to 3.0.0-M4 ( #1126 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M3 to 3.0.0-M4.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M3...surefire-3.0.0-M4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 22:16:54 +02:00
Ilkka Seppälä
0685a505d3
#1113 Add uml-reverse-mapper plugin
2019-12-07 18:03:49 +02:00
Azureyjt
55769e9841
Update Method pattern ( #1106 )
...
* Add update method pattern
* Add unit tests
* Add README.md
* Resolve conflict
2019-12-01 15:06:19 +02:00