Robert Volkmann
10fb952d85
feature: remove naked objects implementation ( #2336 )
2022-11-21 18:59:09 +02:00
Qixiang Chen
1a14fa4f40
feature: Completed component design pattern implementation, testing and respective README ( #2153 )
...
* update the explanation in README.md
* #556 update initial files
* added README to component design pattern
* Rearrange the file
* Finalize the directory
* Add test sample
* Update the title for README.md
* Update the title for README.md
* Update the title for README.md
* Update the title for README.md
* Finish the component design pattern
* Updated comments and docstrings for component DP, added basic tests for App and GameObject java classes. Slight modifications to pom.xml to reflect the test suite introduction.
* updated comments/docstrings for all classes - wrote v1 of README.md for component design pattern.
This still requires the class diagram sketch.
* Update the UML and linked with the README.md
* Update the README.md
* Remove the additional update method and rearrange the file based on the CheckStyle plugin
* Changed the structure based on the code smells feedback from PR
* Documentation update - uml
* Documentation update - grammar
* Updated readme to reflect the use of the LOGGER instead of the system output prints.
* Correct the constant name
* Uses Lombok to remove getter/setter boilerplate
* Rename the constant name
* Branch out from master and finish all the review changes
* Correct the CheckStyle warning
Co-authored-by: Samman Palihapitiya Gamage <u7287889@anu.edu.au >
Co-authored-by: SammanPali <110753804+SammanPali@users.noreply.github.com >
2022-11-20 15:19:26 +02:00
JoshuaSinglaANU
fcaf72fdf8
feature: #1261 Added collecting parameter design pattern ( #2134 )
...
* #1261 Added base directories, folders, and file for the collecting parameter design pattern.
* #1261 Added initial comment
* #1261 Added Maven Dependencies
* #1261 Added Maven Dependencies
* #1261 Finished README.md file
* #1261 Added tests
* #1261 Code adheres to the standard
* #1261 Code adheres to the standard
* #1261 Code adheres to the standard
* #1261
- Added table to README.md
- Explicitly state that result is the collecting parameter
- Improved applicability
- Separated PrinterItem.java from PrinterQueue.java
- Tests work now
- Giant comment split
* #1261 fixed programmatic example in README.md.
* #1261 updated class diagram
* #1261 Fixed everything.
* #1261 Minor edit to README.md.
* #1261 Minor edit to README.md.
* #1261 Minor updates.
* #1261 Fixed code style.
* #1261 Removed getPrinterQueue test
* #1261 Removed code smells
* #1261 Added UML plugin.
* #1261 Dependencies resolved.
* #1261 Specified the UML diagram paths. Perhaps this will work.
* #1261 pom.xml updated with UML wrapper. Maybe this will create class diagram when built?
* #1261 UML added.
* #1261
- README.md obeys the YAML requirements
- Typo in README.md fixed
- UMLWrapper removed from module pom.xml
- More comments added
Should be able to merge now :)
2022-11-20 14:37:33 +02:00
Robert Volkmann
ba5aee0a1d
dependencies: remove unused dependencies ( #2319 )
2022-11-20 14:31:19 +02:00
Robert Volkmann
2f71c41af0
dependencies: upgrade Camel 2.25.1 to 3.18.1 ( #2318 )
2022-11-20 14:29:17 +02:00
Robert Volkmann
c4307db0a6
dependencies: Fix #2297 : Upgrade H2 ( #2317 )
...
* refactor: drop tables according to their dependencies
* refactor: renamed table because USER is an SQL keyword
* dep: upgrade com.h2database.h2 1.4.190 to 2.1.214
2022-11-20 14:25:33 +02:00
Robert Volkmann
465a6871b2
dependencies: Upgrade mockito 3.5 to 4.5 ( #2316 )
...
* refactor: move tests of leader-followers into correct package
* dep: remove version constraint for Mockito in acyclic-visitor
* dep: remove version constraint for Mockito in caching
* chore: cleanup mockito-core import on some POMs
* dep: upgrade core.mocktio 3.5.6 to 4.5.1
"- org.mockito.Mockito#verifyZeroInteractions an alias of verifyNoMoreInteractions"
https://github.com/mockito/mockito/commit/caf35b24e2764df0498469526ecb3e7ec68a0430
2022-11-20 10:16:53 +02:00
JurenXu
b103e44ecd
feature: Implement Serialized Entity Pattern ( #2150 )
...
* Add files:
- App.java
- Country.java
- CountryDao.java
- CountrySchemaSql.java
- CountryTest.java
- README.md
- serialize-entity.urm.puml
- pom.xml (inherit from parent pom.xml)
Update files:
- pom.xml (parent pom.xml, add 1 module called serialized-entity)
* Fix duplicated error in pom.xml
* Update:
- pom.xml (module servant, changed by error, now fixed)
- pom.xml (module serialized-entity)
* Update:
- pom.xml (changed, artifactId)
* Update:
- pom.xml
Add:
AppTest.java
* Resolved changes required by the reviewer
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2022-11-13 09:43:03 +02:00
u7275858
d2599a2904
feature: #1299 Add Identity Map Pattern ( #2094 )
...
* #1299 IMPLEMENT IDENTITY MAP PATTERN.
* #1299 Add docstrings, README, testCases and class diagram.
* #1299 Update a comment string in DB implementation.
* #1299 Fix code smells.
* #1299 Fix code smells and add comments to App.java
* #1299 Update constant name.
* #1299 Remove java version dependency and update README.md.
* #1299 Add lombok to PersonFinder.java.
* #1299 Add dependency to maven-assembly-plugin.
* #1299 Use java streams in PersonDbSimulatorImplementation.java.
* #1299 Add print statements while returning the person object.
* #1299 Update README.md.
* #1299 Add puml file.
* Update README.md
2022-11-09 21:55:44 +02:00
Sudarsan Balaji
1d5a0b07c1
refactoring: Rename presentation to presentation model ( #2291 )
...
* Rename presentation to presentation-model
* Rename image
* Rename UML diagram
* Rename presentation to presentation-model
* Rename package to presentationmodel
* Rename module reference in pom.xml
2022-11-08 20:58:24 +02:00
Ilkka Seppälä
c9fc12331e
fix: Formatting of the main pom.xml
2022-11-06 10:48:29 +02:00
MohanaRao SV
adb0e25c2f
refactor: Fix for maven warnings ( #2157 )
...
* fix for maven warnings
* Removed unwanted dependency and htmlunit upgraded to latest
Co-authored-by: Mohana Rao S V <mohana.rao.s.v@tietoevry.com >
2022-10-30 18:51:17 +02:00
Robert Volkmann
ae64433211
dependencies: update spring-boot-dependencies 2.0.9 to 2.7.5 ( #2156 )
...
Remove explicit dependencies that are covered by spring-boot-dependencies
hibernate 5.4.24 -> 5.6.12
spring-webmvc 5.0.17 -> 5.3.23
spring-data-jpa 2.0.14 -> 2.7.5
junit 4.12 -> 4.13.2
junit-jupiter 5.7.1 -> 5.8.2
slf4j 1.7.30 -> 1.7.36
logback 1.2.9 -> 1.2.11
jackson 2.12.3 -> 2.13.4
lombok 1.18.22 -> 1.18.24
byte-buddy 1.11.5 -> 1.12.8
jaxb-impl 2.3.2 -> 2.3.7
2022-10-30 17:32:42 +02:00
zhoumengyks
e379ebc6b7
dependencies: update org.apache.camel:camel-core 2.24.0 to 2.25.1 ( #2079 )
...
Co-authored-by: zhoumengyks <zhoumengyks>
2022-10-17 19:45:45 +03:00
zhoumengyks
94a7f3ca12
dependencies: update org.hibernate:hibernate-core 5.2.18.Final to 5.4.24.Final ( #2071 )
...
Co-authored-by: OSCS <wangxiaodong@murphysec.com >
2022-10-16 19:06:25 +03:00
dependabot[bot]
8a7c7b6f21
build(deps): bump mongo-java-driver from 3.12.1 to 3.12.8 ( #2014 )
...
Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver ) from 3.12.1 to 3.12.8.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases )
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r3.12.1...r3.12.8 )
---
updated-dependencies:
- dependency-name: org.mongodb:mongo-java-driver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-09 20:49:58 +03:00
Victor He
20ce47bb92
dependencies: upgrade jacoco plugin version to 0.8.8 to ensure JDK 17 compatibility ( #2033 ) ( #2051 )
...
Co-authored-by: Victor He <victor.he@insigniafinancial.com.au >
2022-10-08 19:40:29 +03:00
Karshil sheth
57fe447f9c
dependencies: Updated Lombok version to 1.18.22 ( #2038 )
...
Ticket issue : https://github.com/iluwatar/java-design-patterns/issues/2034
2022-10-04 20:41:15 +03:00
Renjie LIU
953af7c66c
feature: Add Service to Worker Pattern ( #2004 )
...
* update service to worker
* update pom.xml and make GiantModel public
* add javadoc for GaintModel
2022-09-18 13:36:59 +03:00
Ilkka Seppälä
932836f68b
Update license plugin ( #2020 )
...
* update license plugin
* suppress linelength and emptylineseparator rules
* fix checkstyle error
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2022-09-14 23:22:24 +05:30
dependabot[bot]
5fd5840df7
build(deps): bump logback-core from 1.2.3 to 1.2.9 ( #1985 )
...
Bumps logback-core from 1.2.3 to 1.2.9.
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 16:11:46 +03:00
Arnab Sen
b51bca1a67
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
2022-04-16 20:44:01 +03:00
Kevin
7652b11bca
new pattern: Issue#1264: Implemented Composite-View Pattern ( #1923 )
...
* initial commit, created package, README, pom, and directory structure.
* Issue#1264, continue working on JavaBeans, added getters, setters, and private fields. Created test file for JavaBeans.
* set up junit for tests folder.
* Issue#1264, set up local server and added web-application framework to composite-view to allow the JSP to run on a local Tomcat container. Wrote unit tests for Java-bean class, working on JSP pages.
* Issue#1264, Added forwarding functionality to servlet and main composite view page.
* Issue#1264, Finished composite view template in newsDisplay.jsp and created atomic sub-view components in businessNews.jsp, header.jsp, localNews.jsp, scienceNews.jsp, sportsNews.jsp, worldNews.jsp. Composite view page renders correctly, atomic views are inserted in and substituted in the template page depending on request parameters.
* Issue#1264, Added all views, updated README.md with documentation.
* Issue#1264, updated README.md, moved images folder into etc folder.
* Issue#1264, removed build artifacts from tracked files.
* Issue#1264, updated README.md
* Issue#1264, updated README.md
* Issue#1264, removed unused import, made AppServlet class final, changed to .equals() for string comparison.
* Issue#1264, in AppServlet, put the output writing into try blocks to ensure writers are closed.
* Issue#1264, added tests for Servlet, coverage up to 100%, used lombok to reduce boilerplate setters and getter, updated README.md with better grammar, appropriate tags and links to related patterns. Updated pom.xml to get rid of superfluous lines.
* Issue#1264, made changes as requested in README.md.
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2022-01-18 21:51:53 +02:00
DragonDreamer
8403fdacdd
feature: Metadata Mapping pattern ( #1932 )
...
* metadata-mapping
* Update README.md
* add class diagram
* update README.md
* fix identation
* Update pom.xml
* fix indentation
* fix ci
* remove e.printstack
* fix ci
* update class diagram
* fix ci
* fix ci
* fix sc
* fix smells
* Update DatabaseUtil.java
* fix coverage
* Update DatabaseUtil.java
* Update DatabaseUtil.java
* Update DatabaseUtil.java
* Update metadata-mapping/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
* fix review
* fix review
* Update App.java
* Update App.java
* fix review
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2022-01-01 20:46:20 +02:00
Ilkka Seppälä
2674cb9523
Set version for the next development iteration
2021-11-11 21:49:55 +02:00
Ilkka Seppälä
925755fa35
Reach milestone 1.25.0
2021-11-11 21:47:49 +02:00
Subhrodip Mohanta
2c93c81cf9
maintenance: Update Spacing of XML ( #1865 )
...
PR Set 3 of 4
2021-10-19 20:54:24 +03:00
Francesco Scuccimarri
57f9c2e968
task: Update Lombok to version 1.18.20 ( #1828 )
...
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2021-10-05 10:05:20 +05:30
Nagaraj Tantri
be25c0b433
bug-fix: Use Junit5 in the serverless module tests ( #1794 )
...
* #1667 : Fixing the serverless tests to use Junit5 and also modifying other classes to remove the deprecated initMock() method
* #1667 : Fixing the sonar code smells
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2021-09-29 00:09:19 +05:30
karthikbhat13
d87e8cf10d
feature: Added FanOut/FanIn Pattern ( #1800 )
...
* Added FanOut/FanIn Pattern (#8 )
* #1627 adding fanout-fanin pattern
* #1627 adding class diagram image
* #1627 adding readme
* #1627 adding license
* #1627 updating relations
* #1627 interrupting the thread
* #1627 fixing sonar issues
* #1627 fixing sonar issues
* #1627 adding more info in README.md
* Added FanOut/FanIn (#9 )
* #1627 adding fanout-fanin pattern
* #1627 adding class diagram image
* #1627 adding readme
* #1627 adding license
* #1627 updating relations
* #1627 interrupting the thread
* #1627 fixing sonar issues
* #1627 fixing sonar issues
* #1627 adding more info in README.md
* #1627 adding programmatic examples in README.md
2021-08-08 15:51:27 +03:00
AndriyPyzh
eac85678f0
feature: Added Domain Model pattern ( #1795 )
...
* domain-model pattern
* fixed optional get before check isPresent
* readme minor changes
* change currency representation with joda money
* changed names of test methods
* fixed code smells
* Update domain-model/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
* Update domain-model/README.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
* updated readme and diagrams
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2021-07-22 16:58:21 +03:00
Ilkka Seppälä
04bf566dc1
task: Explanations and grammar fixes for all the GoF patterns ( #1791 )
...
* Grammatical fixes to command pattern
* Update bridge pattern readme
* Fixes to builder pattern grammar
* Update chain of responsibility
* Improvements to the composite example
* Fixes to headings
* Minor updates to decorator pattern
* Update facade
* Update factory example
* Update factory method
* Update flyweight
* Interpreter explanation
* Update iterator readme
* Add explanation for mediator pattern
* Grammatical fixes to memento
* Grammar fixes for observer
* Update explanation for the prototype pattern
* Proxy pattern grammar fixes
* Update singleton
* Grammar fixes to state pattern
* Grammar fixes for strategy
* Grammar fixes, template method
* Grammar fixes for visitor
* Fix typo
2021-06-24 18:27:20 +05:30
jinishavora
bbdff14a66
Fix: Fixing License issue in MVVM pattern ( #1701 )
...
* Fixing License issue in MVVM pattern
* Updating LICENSE.md
* Updating pom.xml
* License header update to MVVM module only.
* Updating pom and removing gpl txt
* Adding gpl txt file
Co-authored-by: Jinisha <Jinisha@LAPTOP-VG38PNMC.fios-router.home >
2021-06-08 21:40:24 +03:00
Tao
e498c25675
feature: #1319 add table module pattern ( #1742 )
...
* modify table module pattern
* fix code smells
* resolve conversation
Co-authored-by: tao-sun2 <sustc18st@gmai.com >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2021-05-17 22:06:35 +03:00
Noam Greenshtain
122e6edb38
feature: resolve #1282 for Lockable Object pattern. ( #1702 )
...
* Added Lockable-Object pattern. Closes #1282 .
* Refactor method name.
* Refactor sonar lint bugs.
* Added tests and enum Constants.
* Increase coverage.
* Changed @Data to Getters and Setters.
* Iluwatar's comment on pull request #1702 .
* Fixed codes mells.
* Incremented wait time to 3 seconds.
* Reduced wait time to 2 seconds.
* Cleaned Code Smells.
* Incremented wait time, removed cool down.
* Refactored README.md file.
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com >
2021-05-14 21:26:41 +05:30
EdisonE3
f1feb3f6a0
feature: Implement Presentation Model Pattern ( #1710 )
...
* #415 initial all componets
* #415 add src and tests
* #415 add diagram
* #415 add README
* #415 add README
* #415 change pom.xml
* #415 change pom.xml
* #415 change pom.xml
* #415 update pom.xml
* #415 change some code smell
* #415 change some code smell
* #415 update test
* #415 add javadoc
* #415 remove author tag
* #415 add lombok @AllArgsConstructor
* #415 fix code converge
* #415 fix code converge
* #415 fix code converge
* #415 add javadoc
* #415 fix code smell
* #415 fix code smell
* #415 add log information
* #415 remove unused import
* #415 add javadoc and more test
* #415 modify test
* #415 fix checkstyle
* #415 remove useless code and add more javadoc and test.
* #415 add package-info.java.
* #415 add package-info.java.
* #415 add more test.
* #415 fix code smell.
* #415 fix code smell and increase code coverage.
* #415 fix code smell.
* #415 update README.md
* #415 update README.md
* #415 make this demo better
* #415 satisfy checkstyle
* #415 make some field static.
* #415 make some fields static.
* #415 rename some fields static.
* Delete package-info.java
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com >
2021-05-11 19:16:11 +05:30
dependabot-preview[bot]
41b1462eed
[Security] Bump spring-webmvc from 5.0.13.RELEASE to 5.0.17.RELEASE ( #1739 )
...
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework ) from 5.0.13.RELEASE to 5.0.17.RELEASE. **This update includes a security fix.**
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.13.RELEASE...v5.0.17.RELEASE )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-01 10:29:50 +05:30
dependabot-preview[bot]
276549d156
[Security] Bump jackson.version from 2.10.2 to 2.12.3 ( #1738 )
...
Bumps `jackson.version` from 2.10.2 to 2.12.3.
Updates `jackson-core` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.12.3 )
Updates `jackson-databind` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-annotations` from 2.10.2 to 2.12.3
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-01 10:29:05 +05:30
dependabot[bot]
076310bb79
Bump commons-io from 2.6 to 2.7 ( #1729 )
...
Bumps commons-io from 2.6 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 13:36:24 +05:30
zWeBrain
09b577f634
task: Add Composite Entity pattern ( #1705 )
...
* add composite entity pattern
* add composite entity pattern
* Update ReactorTest.java
* resolve some code quality problems
* modified a lot
* remove some extra codes
* modified README
* removed the author name and adjusted the spacing
Co-authored-by: zwebrain <11811721@mail.sustech.edu.cn >
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2021-04-26 13:45:52 +05:30
Ilkka Seppälä
be3250bd0d
Set version for the next development iteration
2021-04-05 14:57:36 +03:00
Ilkka Seppälä
1222f12b99
Set version number for milestone 1.24.0
2021-04-05 14:56:36 +03:00
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