Ilkka Seppälä
398eb11b11
Set version for the next development iteration
2016-04-02 19:55:04 +03:00
Ilkka Seppälä
1f27dbbf5b
Set version for milestone 1.11.0
1.11.0
2016-04-02 19:51:03 +03:00
Ilkka Seppälä
d20145c05d
Merge pull request #407 from iluwatar/refactor-dao
...
Solves #404 Refactor dao
2016-03-28 19:44:07 +03:00
Narendra Pathai
464ae1690b
Updated pom
2016-03-28 11:59:29 +05:30
Narendra Pathai
ddbc61b140
Incorporated review changes - 1) Created sql file for central schema 2)
...
Changed getById return type to Optional
2016-03-28 11:55:22 +05:30
Narendra Pathai
f32a3892a3
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into refactor-dao
2016-03-28 11:06:25 +05:30
Ilkka Seppälä
d406f0f9c6
Merge pull request #412 from slawiko/patch-1
...
Override annotation added
2016-03-26 21:03:34 +02:00
Slava Shchaurouski
0c56d800c5
Override annotation added
...
I think this is a typo
2016-03-26 15:22:33 +03:00
Narendra Pathai
9074a9ca05
Merge branch 'saifulazad-patch-1'
2016-03-26 15:54:38 +05:30
Narendra Pathai
b14aff17b6
Updated failing test cases
2016-03-26 15:54:10 +05:30
Narendra Pathai
20c1e2ea80
Merge branch 'patch-1' of https://github.com/saifulazad/java-design-patterns into saifulazad-patch-1
2016-03-26 15:50:25 +05:30
Ilkka Seppälä
100a72a5e2
Merge pull request #402 from iluwatar/mute-idiom
...
Implements Mute idiom
2016-03-26 11:07:46 +02:00
Narendra Pathai
a395316a80
Added readme
2016-03-26 13:54:03 +05:30
Narendra Pathai
80875a9ac8
Removed dependency on Mockito from pom
2016-03-26 12:36:50 +05:30
Narendra Pathai
4d820b12ff
Changes after review. Added README
2016-03-26 12:33:02 +05:30
Narendra Pathai
e543ee0a9c
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into mute-idiom
2016-03-26 12:11:09 +05:30
Ilkka Seppälä
2f5a2be27a
Fix missing table error
2016-03-25 22:00:08 +02:00
Saiful Islam
e549af25dd
Severe is not appropriate.
...
"Sever" is most Appropriate
2016-03-25 22:50:17 +06:00
Narendra Pathai
3f7ead5ca5
Work on #404 , updated class diagram and javadoc. Passed checkstyle checks
2016-03-23 13:13:19 +05:30
Markus Moser
aebd857931
Merge pull request #406 from slawiko/slawiko-patch-1
...
File renaming (index.md to README.md)
2016-03-22 12:22:35 +01:00
Narendra Pathai
fa077c8be9
Work on #404 , javadocs and test cases for DB and in memory dao.
2016-03-21 17:55:29 +05:30
slawiko
bd1b65276e
all index.md files renamed to README.md for more compatibility with github
2016-03-20 11:50:21 +03:00
Narendra Pathai
448d855809
implemented and added test cases for DB dao. Added dependency of Hierarchical junit runner in parent pom
2016-03-18 16:39:45 +05:30
Narendra Pathai
f6a20c7693
Refactoring changes to DAO pattern. Renamed default dao implementation to InMemory and refined interface
2016-03-16 18:47:07 +05:30
Narendra Pathai
e5217bbde8
Work on #385 , added missing license template
2016-03-16 12:48:53 +05:30
Narendra Pathai
40e5c8d587
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into mute-idiom
2016-03-16 12:41:15 +05:30
Narendra Pathai
c78dd2667a
Work on #385 , added documentation and class diagram. Made refactoring changes to pass checkstyle and PMD checks
2016-03-16 12:40:46 +05:30
Narendra Pathai
7aff77ab27
Used mockito to replicate SQLException while closing connection to show use of loggedMute
2016-03-15 18:44:59 +05:30
Ilkka Seppälä
528d179efe
Add missing license headers
2016-03-13 17:29:09 +02:00
Ilkka Seppälä
984bf552ce
Merge pull request #390 from DevFactory/release/private-methods-that-don't-access-instance-data-should-be-static-fix-1
...
squid:S2325 - private methods that don't access instance data should …
2016-03-09 18:33:17 +02:00
Narendra Pathai
414cdfa332
Merge pull request #398 from legka/master
...
Event driven architecture refactored.
2016-03-09 10:49:08 +05:30
Oleg
afb897300b
Event driven architecture refactored.
...
1. Renamed Message to Event and Event to AbstractEvent
2. Generified Event and Handler
3. Updated EventDispatcher to make unsafe configuration impossible
4. Updated UML diagram accordingly
2016-03-08 00:56:08 -08:00
Narendra Pathai
adb94044ff
Work on #385 , created project and provided two mute methods
2016-03-01 17:28:28 +05:30
Narendra Pathai
35d6a54831
Merge pull request #391 from DevFactory/release/Useless-parentheses-around-expressions-should-be-removed-to-prevent-any-misunderstanding-fix-1
...
squid:UselessParenthesesCheck - Useless parentheses around expression…
2016-02-29 17:53:13 +05:30
Ilkka Seppälä
f135ef6ec8
Merge pull request #389 from DevFactory/release/Declarations-should-use-Java-collection-interfaces-such-as-List-rather-than-specific-implementation-classes-such-as-LinkedList-fix-1
...
squid:S1319 - Declarations should use Java collection interfaces such…
2016-02-29 07:42:04 +02:00
Mohammed Ezzat
046e131119
squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding
2016-02-23 20:57:55 +02:00
Mohammed Ezzat
e4c34b1e22
squid:S1319 - Declarations should use Java collection interfaces such as List rather than specific implementation classes such as LinkedList
2016-02-23 12:32:23 +02:00
Mohammed Ezzat
3791a80978
squid:S2325 - private methods that don't access instance data should be static
2016-02-22 19:15:51 +02:00
Ilkka Seppälä
ab19c47415
Merge pull request #388 from Crossy147/monad-pattern
...
Monad pattern
2016-02-21 20:36:05 +02:00
Ilkka Seppälä
9f086ba72c
Merge pull request #382 from Crossy147/master
...
issue #333 Factory-kit
2016-02-21 19:56:53 +02:00
Crossy147
cfd83b5753
issue #333 review changes
2016-02-21 12:54:40 +01:00
Crossy147
81e8d354a9
issue #335 review changes
2016-02-21 12:10:08 +01:00
Ilkka Seppälä
c580b61df3
Merge pull request #380 from DevFactory/release/Type-parameter-names-should-comply-with-a-naming-convention-fix-1
...
squid:S00119 - Type parameter names should comply with a naming conve…
2016-02-20 19:35:53 +02:00
Ilkka Seppälä
9714fe075a
Merge pull request #387 from DevFactory/release/Constructors-should-only-call-non-overridable-methods-fix-1
...
squid:S1699 - Constructors should only call non-overridable methods
2016-02-20 19:25:48 +02:00
Ilkka Seppälä
bbd769b208
Merge pull request #386 from amitbhoraniya/master
...
Dao Pattern : Create object with reference to Interface
2016-02-20 18:34:47 +02:00
Mohammed Ezzat
d3689b2040
squid:S00119 - Type parameter names should comply with a naming convention
2016-02-20 18:19:44 +02:00
Ilkka Seppälä
ea81ef71ab
Merge pull request #377 from iluwatar/FactoryMethodChanges
...
Factory and Abstract Factory changes
2016-02-20 17:49:14 +02:00
Crossy147
80ff7bb217
issue #335 brace typo
2016-02-20 15:01:45 +01:00
Crossy147
64f1fe8979
issue #335 typos fixed
2016-02-20 14:55:37 +01:00
Crossy147
f47b9283c3
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into monad-pattern
2016-02-19 19:10:43 +01:00