Commit Graph

30 Commits

Author SHA1 Message Date
Ilkka Seppälä 9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
erikgajdos1997 41b8d80479 Close #969 (#972) 2019-10-08 18:08:56 +03:00
Gaurav Deshpande 84c4b034a9 Fix: Github reports security vulnerabilities #933 (#960)
* Fix: Github reports security vulnerabilities  #933

Upgrade camel and spring-data

* -Fix github security vulnerabilities in spring-data and camel

* -Code changes for review comments
2019-10-08 07:42:54 +03:00
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
Artur Mogozov 6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Mudit Porwal 09585c3874 Removed AvoidStarImport Rule
Added JavaDocType Rule
2017-03-22 01:16:02 +08:00
Ilkka Seppälä faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
daniel-bryla 3091ff21b0 #502 Reduced amount of information logged 2016-11-17 09:54:10 +01:00
daniel-bryla 0438811489 #502 Replaced usages of System.out with logger. 2016-10-23 19:59:03 +02:00
Ilkka Seppälä 2f5a2be27a Fix missing table error 2016-03-25 22:00:08 +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
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 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ä 59c32d3937 Add tests that run the examples 2016-01-31 12:09:09 +02:00
Joseph McCarthy 3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Ilkka Seppala 8b020837ea Checkstyle corrections 2015-12-29 21:34:27 +02:00
Ilkka Seppala 5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Ilkka Seppala cec9a99410 Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations. 2015-12-25 23:49:28 +02:00
Ilkka Seppala 507b89d5e4 Apply project coding conventions to Repository example 2015-12-05 21:26:30 +02:00
neonds 9a85dfe9df Annotation Config was added. Now AppConfig contains a Main Method (same logic in App.java) to execute 2015-11-27 21:23:55 -06:00
hoswey 9d4fff6029 Fix #216 Repository vs DAO 2015-11-27 11:22:33 +08:00
Ankur Kaushal 306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
Ilkka Seppala 57a271d4fe #107 Improve Repository example's JavaDoc 2015-08-21 22:49:53 +03:00
Ilkka Seppala 0d2df99013 #216 Improve naming in Repository example 2015-08-17 18:34:17 +03:00
Ilkka Seppala 3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
Ilkka Seppala 1c24f80f05 #55 Commented the Repository example code 2015-07-22 00:58:22 +03:00
Ilkka Seppala c6cf96b641 #55 Changed Hibernate to create-drop mode 2015-07-22 00:31:50 +03:00
Ilkka Seppala 9b4db0a503 #55 H2 database taken to use in the example code 2015-07-21 23:23:36 +03:00
Ilkka Seppala b22d2ddf89 #55 Repository example skeleton 2015-07-21 21:11:22 +03:00
Ilkka Seppala cd07c5cf60 #55 Added skeleton for Repository example 2015-07-20 19:11:19 +03:00