13392 Commits

Author SHA1 Message Date
Vivek
f4b38eed2a BAEL-2901 Composite primary keys in JPA (#6994)
* BAEL-2901 Composite primary keys in JPA

* Formatted code using the recommended formatter.xml
2019-05-27 17:17:58 -06:00
Loredana Crusoveanu
41eb61026b fix kotlin import (#7028) 2019-05-27 14:49:42 +03:00
Loredana Crusoveanu
c3ec2ab7c4
Merge pull request #7025 from eugenp/BAEL-14787
add surefire comment
2019-05-26 19:40:07 +03:00
Loredana Crusoveanu
1f545a16cc
Merge pull request #7024 from eugenp/fix-readmes
fix parent readmes
2019-05-26 18:40:06 +03:00
Loredana
9b7a362b4d add surefire comment 2019-05-26 17:54:15 +03:00
Loredana
f4c7976dfe fix parent readmes 2019-05-26 17:34:11 +03:00
Loredana Crusoveanu
db08160541
Merge pull request #7020 from eugenp/update-readme
Update readme
2019-05-26 17:05:12 +03:00
Loredana Crusoveanu
680e028888
Merge pull request #7003 from amit2103/BAEL-14777
[BAEL-14777] - Removed old spring 4 and xml related settings
2019-05-26 16:07:06 +03:00
amit2103
fe2cf943d8 [BAEL-14777] - Added Thymeleaf example and added reoved xmls and commented out codes 2019-05-26 11:57:20 +05:30
amit2103
4542b495d4 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14777 2019-05-26 11:50:19 +05:30
Loredana Crusoveanu
fafc341ec0
Merge pull request #7019 from eugenp/junit-fix
Junit fix
2019-05-25 22:32:38 +03:00
amit2103
dd0521437c Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14777 2019-05-26 00:27:46 +05:30
Loredana
924c78c996 fix formatting 2019-05-25 21:53:30 +03:00
Loredana
3471c4d22a update readme 2019-05-25 21:52:00 +03:00
Loredana
148ff421e0 fix formatting 2019-05-25 21:34:44 +03:00
Loredana
8ce7484205 downgrade surefire version 2019-05-25 21:32:32 +03:00
Loredana
402054d5d2 Merge branch 'master' of https://github.com/eugenp/tutorials 2019-05-25 15:09:28 +03:00
Loredana Crusoveanu
da68e062a8
Merge pull request #7014 from eugenp/lor6-patch-4
Update README.md
2019-05-25 00:01:13 +03:00
Loredana Crusoveanu
a2ba6673eb
Merge pull request #7013 from eugenp/lor6-patch-3
Update README.md
2019-05-24 23:59:34 +03:00
Loredana Crusoveanu
97358119ce
Update README.md 2019-05-24 22:08:43 +03:00
Loredana Crusoveanu
b0c8a84732
Update README.md 2019-05-24 22:06:10 +03:00
Loredana Crusoveanu
0f7f90cdfa
Merge pull request #6903 from Maiklins/BAEL-2580
BAEL-2580
2019-05-24 21:48:31 +03:00
Graham Cox
c90f76a4f8 Examples for Clojure Ring (#6881) 2019-05-24 18:24:47 +02:00
maibin
4864f0bc45
Merge pull request #6997 from eugenp/lor6-patch-1
Create README.MD
2019-05-24 09:24:40 -07:00
maibin
d4d768a2ba
Merge pull request #6942 from psevestre/master
[BAEL-2894]  Code cleanup
2019-05-24 09:22:24 -07:00
maibin
5569632c09
Merge pull request #6923 from guilherme-lima/patch-2
Updating javadoc
2019-05-24 09:21:10 -07:00
maibin
abff7489fb
Merge pull request #6908 from hamedmirzaei/master
To enable multiple execution of a job with the same parameters
2019-05-24 09:20:37 -07:00
maibin
18bd06ad63
[BAEL-14118] - Make sure the tutorials build doesn't generate any un-committed or un-ignored artifacts (#6819) 2019-05-24 09:13:10 -07:00
binary-joe
d373336b74 BAEL-2516 catching errors in catch block (#6761) 2019-05-24 18:12:40 +02:00
dionisPrifti
93dfb77f1f Bael 2810 data jpa delete (#6759)
* BAEL-2810: Finished the examples and unit tests.

* BAEL-2810: Changed assertions to isEqualTo

* BAEL-2810: Changed the test of the derived query to reflect the number of the deleted records
2019-05-24 09:10:52 -07:00
Laurentiu Delcea
fd5afd015a BAEL-2924 Jersey request parameters (#7007)
* BAEL-2924 Jersey request parameters

* BAEL-2924 Jersey request parameters
2019-05-23 22:20:09 -07:00
Abhishek Malik
ef9f687f68 rename variable and move underscore to front to simulate minus (#7010) 2019-05-23 22:18:32 -05:00
Loredana Crusoveanu
c15baecbde
Merge pull request #7006 from eugenp/java9-logging-issue
fix slf4j message issue
2019-05-23 22:48:55 +03:00
Loredana Crusoveanu
fbaf4dc1fc
Merge pull request #7005 from eugenp/lor6-patch-3
Update pom.xml
2019-05-23 22:45:40 +03:00
Loredana Crusoveanu
7514f04b8e
Merge pull request #7002 from amit2103/BAEL-12898
[BAEL-12898] - Moved WaysToIterateUnitTest to core-java-collection-li…
2019-05-23 22:43:56 +03:00
Loredana
3946260278 fix conflict 2019-05-23 20:23:14 +03:00
Loredana Crusoveanu
910186e2d4
Update pom.xml 2019-05-23 20:16:13 +03:00
amit2103
d4a51e7ac8 [BAEL-14777] - Added wrongly deleted web security config xml 2019-05-23 21:06:21 +05:30
amit2103
a59168b67f [BAEL-14777] - Removed old spring 4 and xml related settings 2019-05-23 12:37:11 +05:30
amit2103
af996eed8f [BAEL-12898] - Moved WaysToIterateUnitTest to core-java-collection-list-2 module 2019-05-23 00:45:07 +05:30
Priyesh Mashelkar
93f54b10b8 BAEL-2814 Added files for article (#6968) 2019-05-22 08:51:32 -06:00
Sumeet Gajbhar
cb810de745 BAEL-2927 added logging configuration for tomcat logs (#6967) 2019-05-22 08:36:43 -06:00
Erik Pragt
e5f3b0f1e6
Merge pull request #6961 from pkoli/master
BAEL-2886 Mongodb spring session tutorial
2019-05-22 23:38:44 +10:00
Eugen
f686f8fcdd minor formatting work 2019-05-22 09:48:00 +03:00
anuraggoyal1
49304324ad [BAEL-1951]create new module core-java-nio and adding java filechannel examples (#6899)
* create new module core-java-nio and adding filechannel

* updated readme with NIO article details

* fixed typo

* Remore unused dependencies from pom.xml

* fixed build issue

* moving into core-java-modules folder

* remove unused plugins from pom.xml

* remove junk file and update readme

* removing readme.md

* change in indentation. remove tabs to spaces
2019-05-21 21:24:38 +01:00
Loredana
d939f25837 fix slf4j message issue 2019-05-21 22:55:03 +03:00
Loredana Crusoveanu
4a46d484cf
Merge pull request #6999 from eugenp/lor6-patch-3
Create README.MD
2019-05-21 21:31:58 +03:00
Loredana Crusoveanu
2f942e246c
Merge pull request #6998 from eugenp/lor6-patch-2
Update README.md
2019-05-21 21:30:04 +03:00
Loredana Crusoveanu
2d553451d1
Create README.MD 2019-05-21 21:28:21 +03:00
Loredana Crusoveanu
d47801e7ba
Update README.md 2019-05-21 21:27:37 +03:00