Commit Graph

10278 Commits

Author SHA1 Message Date
jabyte 86b4b39852 Update WorkingWithArraysInThymeleafApplication.java 2018-05-11 09:38:11 +01:00
Loredana Crusoveanu 537c1d1150 move design patterns to new module (#4206)
* move design patterns to new module

* fix logger import
2018-05-11 09:11:13 +02:00
Loredana Crusoveanu 4a08fd1352 update, move deferredresult controller (#4164) 2018-05-11 09:07:57 +02:00
Harsh Jain e166f5d9c9 BAEL - 1577 hamcrest core matchers 2.0 version examples as test cases (#4214)
* BAEL-1577 : hamcrest core matchers examples added as test cases

* BAEL-1577 : Hamcrest java library 2.0.0.0 examples updated as test cases

* BAEL-1577 : changed test class name to HamcrestCoreMatchersTest to resolve conflicts
2018-05-10 20:10:46 -07:00
Karan Khanna 114b44da7e changes to add spring-data-keyvalue to parent pom. 2018-05-10 22:56:09 +02:00
ramansahasi 07838a2d25 BAEL-1739 - Check If a String is Numeric in Java (#4209)
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit

* updated test cases

* First commit consisting only of test cases

* First commit with test cases

* Introduced JMH Michrobenchmarking

* Minor corrections
2018-05-10 13:41:33 -07:00
Patryk Kucharz fd11e089fe BAEL-1713: Pessimistic Locking in JPA
Improvments for tests.
2018-05-10 20:56:37 +02:00
DOHA ea4b7a9bb5 dom parsing 2018-05-10 21:46:58 +03:00
Loredana Crusoveanu 387c325403 Merge pull request #4212 from eugenp/update-httpclient
update charset class
2018-05-10 21:46:00 +03:00
Loredana Crusoveanu 6fdd23bd3d fix boot project 2018-05-10 21:08:56 +03:00
Loredana Crusoveanu db77297fa1 update charset class 2018-05-10 20:19:35 +03:00
jabyte 4e4b65c2fc Update WorkingWithArraysInThymeleafApplication.java 2018-05-10 15:58:29 +01:00
jabyte 012bf35ffd Update pom.xml 2018-05-10 15:57:46 +01:00
jabyte 8aad495404 Update continents.html 2018-05-10 15:56:45 +01:00
xenteros d9ddaa8e08 Add sources for BAEL-468 (#4171)
* Added POJO,
* Added DTO,
* Added Mapper
2018-05-10 16:32:20 +02:00
jabyte bc4594dacf Update ThymeleafArrayController.java 2018-05-10 14:43:41 +01:00
Patryk Kucharz c0c319b13f BAEL-1713: Pessimistic Locking in JPA
Tests for the article.
2018-05-10 15:29:07 +02:00
jabyte 5deaa416e6 Add files via upload 2018-05-10 14:24:55 +01:00
jabyte 6d7d894d25 Delete ArrayController.java 2018-05-10 14:23:43 +01:00
KevinGilmore 475931974b README links for BAEL-82 and BAEL-1722 (#4210)
* BAEL-1612: Update README

* BAEL-1562: Update README

* BAEL-1562: Update README

* BAEL-1679: Update README

* BAEL-1701: Update README

* Added article links to README files
2018-05-10 07:31:19 -05:00
jabyte 26521fb2ff Update continents.html 2018-05-10 13:13:58 +01:00
jabyte 300d6000db Update ArrayController.java 2018-05-10 13:12:33 +01:00
jabyte ddd6019631 Update WorkingWithArraysInThymeleafApplication.java 2018-05-10 13:11:24 +01:00
jabyte 517b6d4bc8 Update pom.xml 2018-05-10 13:10:34 +01:00
jabyte c3c8b73e21 Update pom.xml 2018-05-10 12:51:25 +01:00
jabyte 769dfd7664 Add files via upload 2018-05-10 12:45:35 +01:00
jabyte 77227cdc9f Create continents.html 2018-05-10 12:43:28 +01:00
jabyte 936dc5e346 Add files via upload 2018-05-10 12:38:20 +01:00
Loredana Crusoveanu 21f0bdf180 Merge pull request #4201 from eugenp/hamcrest-iterable
emptyiterable ex
2018-05-09 23:24:42 +03:00
Nikhil Khatwani bf04c6bd27 Merge remote-tracking branch 'upstream/master' into BAEL-1657 2018-05-09 18:04:30 +05:30
Nikhil Khatwani 8d05a42c30 Changes for BAEL-1657 2018-05-09 18:03:35 +05:30
Alessio Stalla 1b8a00e6d4 BAEL-82 (#4198)
* BAEL-82 revised example code

* Fix the build

* Modified example

* Clarified commented out sections of the code.
2018-05-09 07:17:45 -05:00
Loredana Crusoveanu afd7079968 Merge pull request #4177 from MherBaghinyan/BAEL-1744
Bael 1744
2018-05-08 22:08:23 +03:00
Loredana Crusoveanu 24abed4f8c Merge pull request #4124 from Doha2012/master
spring data rest projections
2018-05-08 22:07:05 +03:00
Loredana Crusoveanu 008054aa08 remove sysout 2018-05-08 22:05:59 +03:00
Loredana Crusoveanu 08c0b590b0 upgrade bootstrap project 2018-05-08 22:04:21 +03:00
Loredana Crusoveanu dc32c9dce0 Merge pull request #4191 from eugenp/spring-boot-2-upgrade
replace requestmapping, update properties
2018-05-08 22:03:39 +03:00
Loredana Crusoveanu 75afb5da3e emptyiterable ex 2018-05-08 21:21:22 +03:00
Loredana Crusoveanu 4e7efb1395 emptyiterable ex 2018-05-08 21:20:53 +03:00
Loredana Crusoveanu b2e489ca64 emptyiterable ex 2018-05-08 21:16:49 +03:00
Karan Khanna 635cd110b3 code samples for spring data key value
BAEL-1467
2018-05-08 18:48:04 +02:00
DOHA 0f7ba1c4cd Merge remote-tracking branch 'eugenp/master' 2018-05-08 15:16:39 +03:00
Wosin 0dfaafac5c BAEL-430: Added performance tests for mapping frameworks (#4092)
* BAEL-430: Added performance tests for mapping frameworks

* Fixes

* Removed @Test annotation.
2018-05-08 10:50:53 +02:00
mherbaghinyan 2a92926cad remove stream 2018-05-08 09:15:51 +04:00
Felipe Santiago Corro 1d0a6248e5 Spring Cache Custom KeyGenerator in module spring-all (#4196) 2018-05-07 21:19:57 -07:00
Adam InTae Gerard afb5fd317b Removed white-spacing conflict 2018-05-07 13:05:04 -07:00
collaboratewithakash daafd33aac One back-link added (#4195) 2018-05-07 21:55:46 +02:00
mherbaghinyan 0ee2e1adfc parent/child variable classes 2018-05-07 16:17:56 +04:00
Loredana Crusoveanu 88a3f6c0fe replace requestmapping, update properties 2018-05-06 23:02:49 +03:00
Loredana Crusoveanu 507e9856b0 Merge pull request #4190 from eugenp/spring-boot-2-upgrade
upgrade spring-boot project, extract auto-config, remove security
2018-05-06 22:13:58 +03:00