Commit Graph

39 Commits

Author SHA1 Message Date
Narendra Pathai 2aa9e78ddd Minor refactorings and code style changes (#807)
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals

* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments

* Removed unused import from Promise

* Addressed review comments

* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
Ilkka Seppälä 7a7e891384 Set version for next development iteration 2018-09-30 21:05:57 +03:00
Ilkka Seppälä 26d6d96f78 Reach milestone 1.20.0 2018-09-30 21:03:48 +03:00
Ilkka Seppälä 1c0e0cd88b Set version for next development iteration 2018-03-31 10:36:05 +03:00
Ilkka Seppälä 3407392664 Reach milestone 1.19.0 2018-03-31 10:34:25 +03:00
olcbean a82000650d Remove redundant explicit super() constructor calls #694 2018-01-15 19:33:55 +01:00
James Roland e9a541259b Removing all redundant super constructor calls 2018-01-10 21:20:37 -08:00
Ilkka Seppälä dea2316f1f Set version for next development iteration 2018-01-01 16:58:29 +02:00
Ilkka Seppälä cb38501ea2 Reach milestone 1.18.0 2018-01-01 16:50:05 +02:00
Artur Mogozov 6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Ilkka Seppälä bf98299db2 #190 Remove pumlids from readmes 2017-11-28 21:28:53 +02:00
Ilkka Seppälä b0f9582824 #190 Remove urm plugin 2017-11-28 20:55:52 +02:00
Ilkka Seppälä 0d4a8db114 Set version for next development iteration 2017-09-30 22:30:34 +03:00
Ilkka Seppälä ba7142ca97 Reach milestone 1.17.0 2017-09-30 22:26:44 +03:00
Ilkka Seppälä ffbf56f01a CQRS pattern: Add missing license headers 2017-07-29 21:41:11 +03:00
Sabiq Ihab 871df4f918 close connection before throwing an exception 2017-07-29 13:26:54 +01:00
Sabiq Ihab 7ae9e3ee22 add a description of the pattern 2017-07-29 13:13:08 +01:00
Sabiq Ihab c572fe885e add check on null objects 2017-07-29 12:16:19 +01:00
Sabiq Ihab a221245909 Use Logger instead of println 2017-07-29 12:14:15 +01:00
Sabiq Ihab 8bf4497879 Close sessions using try with resources 2017-07-29 12:13:34 +01:00
Sabiq Ihab 8073b93182 fix README.md 2017-07-29 12:04:04 +01:00
Sabiq Ihab 87c10faaac Fix : remove AppTest 2017-06-30 23:22:44 +00:00
Sabiq Ihab d1b11539ec add pumlid 2017-06-30 21:53:47 +00:00
Sabiq Ihab c744bf418a add README.md, cqrs.ucls and etc/cqrs.urm.puml 2017-06-30 21:41:25 +00:00
Sabiq Ihab 5873aeeb69 add cqrs module to parent pom.xml and update pom.xml 2017-06-30 21:31:25 +00:00
Sabiq Ihab d8919d88f0 fix pmd errors 2017-06-30 21:26:02 +00:00
Sabiq Ihab b67719ab32 add tests 2017-06-30 21:26:02 +00:00
Sabiq Ihab a8f50297eb add hashCode and equals to Author and Book DTOs 2017-06-30 21:26:02 +00:00
Sabiq Ihab 3128d3fb40 create main class 2017-06-30 21:26:02 +00:00
Sabiq Ihab a2dba5bf6d add logs, javadoc and format to checkstyle conventions 2017-06-30 21:26:02 +00:00
Sabiq Ihab 40c00ca2af add ICommandService and IQueriesService Implementations 2017-06-30 21:26:02 +00:00
Sabiq Ihab 8e25ec55bf change long with BigIntger and replace getBook() 2017-06-30 21:26:02 +00:00
Sabiq Ihab 8881950e6d add toString() to BookDTO 2017-06-30 21:26:02 +00:00
Sabiq Ihab 51bcee5d7d add Queries and Commands Interfaces 2017-06-30 21:26:02 +00:00
Sabiq Ihab 15a25f0ef3 add DTOs 2017-06-30 21:26:02 +00:00
Sabiq Ihab f3902ffc16 add setters and protected no-arg constructor 2017-06-30 21:26:02 +00:00
Sabiq Ihab 8208f6252b add hibernate.cfg and HibernateUtil class 2017-06-30 21:26:02 +00:00
Sabiq Ihab ca73621f4d create data model 2017-06-30 21:26:01 +00:00
Sabiq Ihab 4e9988877a Initial commit 2017-06-30 21:26:01 +00:00