13695 Commits

Author SHA1 Message Date
glopez
11a41d5036 BAEL-2804 JPA Query Parameters Usage
This is the code behind JPA Query Parameters Usage tutorial. Within
these examples you can find the way to use named and positional query
parameters either using plain jpql or criteria queries.
2019-06-13 22:53:57 -03:00
Loredana Crusoveanu
bafceed6aa
Merge pull request #7086 from JonCook/master
BAEL-2913 - TempDir Support
2019-06-14 00:23:16 +03:00
DOHA
be171f7f59 iterable to collection 2019-06-13 21:38:53 +03:00
Gerardo Roza
5eaa028123 * Added test for constructor dependency injection article
* removed spring version in xml file
2019-06-13 13:10:54 -03:00
Joel Juarez
0ce2c744b3 fixed typos 2019-06-12 23:25:09 +02:00
Joel Juarez
d6bd06ddd9 fixed typos 2019-06-12 23:23:21 +02:00
Joel Juarez
20e1e25831 Changed description for spring-boot-performance module 2019-06-12 23:20:32 +02:00
Joel Juarez
2e383281a8 Changed description for spring-boot-performance module 2019-06-12 23:14:04 +02:00
Jon Cook
bcfd520643 BAEL-2913 - TempDir Support 2019-06-12 18:25:28 +02:00
Jon Cook
f9e6007e6b merge upstream 2019-06-12 18:14:52 +02:00
Michael Pratt
e833ede836 BAEL-2958: Update elasticsearch demo project 2019-06-12 13:00:24 +00:00
TINO
5ff3aee99f Merge branch 'master' of https://github.com/tinomthomas/tutorials.git 2019-06-12 13:31:50 +03:00
TINO
f64b7c027b BAEL - 2956
Changed the test methods name
2019-06-12 13:30:58 +03:00
Andrew Shcherbakov
2449c8117a Create a package for the article code 2019-06-12 07:18:42 +02:00
pcoates33
a057010fed BAEL-2922 Add Json to CSV code using Jackson CsvMapper (#7115) 2019-06-12 07:09:20 +02:00
Eric Martin
d7c857266b
Merge pull request #7121 from eugenp/BAEL-2937-Move
BAEL-2937: Moved delay to core-java-concurrency-basic
2019-06-11 23:02:54 -05:00
eric-martin
d73ad96976 BAEL-2937: Moved delay to core-java-concurrency-basic 2019-06-11 22:57:24 -05:00
Lukasz Rys
847ad4d0dd [ BAEL-2978 ]: Determine file creation date in java (#7099)
* [ BAEL-2978 ]: Determine file creation date in java
2019-06-11 21:21:06 -06:00
macroscopic64
d5f8b4e852 BAEL-1205 Introduction to SPF4J (#7064)
* BAEL-1205 Introduction to SPF4j
2019-06-11 21:00:54 -06:00
amit2103
b3d77616e1 [BAEL-14847] - Fix tests in spring-activi, spring-data-cassandra-reactive modules 2019-06-12 01:49:11 +05:30
maryarm
7b0daba254 #BAEL-2461 (#7116)
Implement methods to download a large file through Spring RestTemplate
2019-06-11 21:07:07 +02:00
Loredana Crusoveanu
feff598bd4
Merge branch 'master' into master 2019-06-11 21:47:42 +03:00
Marcos Lopez Gonzalez
130d0878e7 Merge branch 'eugenmaster' 2019-06-11 16:00:56 +02:00
Loredana Crusoveanu
44fb9946c7
Merge pull request #7093 from amit2103/BAEL-14848
[BAEL-14848] - Fixed tests in spring-data-redis module
2019-06-10 22:39:11 +03:00
Loredana Crusoveanu
e11b35748e
Merge pull request #7111 from amit2103/BAEL-14844
[BAEL-14844] - Fix tests in libraries, libraries-data modules
2019-06-10 22:34:45 +03:00
rpvilao
e99e2389dd
Merge pull request #7059 from codehunter34/BAEL-2969
Bael 2969
2019-06-10 18:26:31 +02:00
DOHA
765f3553f8 Merge remote-tracking branch 'eugenp/master' 2019-06-10 15:36:55 +03:00
emineoymak
3b380d79ed Merge branch 'BAEL-2969' of https://github.com/codehunter34/tutorials into BAEL-2969 2019-06-10 01:49:02 -04:00
codehunter34
a342b198b3 BAEL-2969: Copying sets in Java 2019-06-10 01:48:47 -04:00
codehunter34
8899b80818 BAEL-2969: Copying sets in Java 2019-06-10 01:48:14 -04:00
emineoymak
fdf3b86d72 Merge branch 'BAEL-2969' of https://github.com/codehunter34/tutorials into BAEL-2969 2019-06-09 23:50:57 -04:00
codehunter34
35539daf79 BAEL-2969: Copying Sets in Java 2019-06-09 23:48:43 -04:00
codehunter34
f7772f1a87
Merge pull request #3 from codehunter34/master
Merge from master to BAEL-2969 branch
2019-06-09 23:16:29 -04:00
codehunter34
f1e59e754e
Merge pull request #2 from eugenp/master
Merge changes from master to the fork "codehunter34/tutorials"
2019-06-09 23:12:58 -04:00
Eric Martin
871a4b35ab
Merge pull request #7038 from gmconte/BAEL-2899
Bael 2899 - Integrating Groovy into Java Applications
2019-06-09 21:35:14 -05:00
Erik Pragt
fce304c87b
Merge pull request #7084 from urvyagrawal/BAEL-2968
Bael 2968
2019-06-10 10:38:46 +10:00
Gian Mario Contessa
dd69f71a9c [BAEL-2899] adding more information and changing methods names 2019-06-09 21:18:13 +01:00
TINO
0933326ea9 BAEL-2956
Initial Commit
2019-06-09 23:10:28 +03:00
Shubhra Srivastava
51e050ae85 Bael 2950 graph has cycle check for directed graphs (#7088)
* BAEL-2950 : Graph Check If Cycle Exists

* BAEL-2950 : Minor Refactoring

* BAEL-2950 Cycle detection

* BAEL-2950 : Renaming unit test file
2019-06-09 22:01:06 +02:00
amit2103
151fdb5a8a [BAEL-14844] - 2019-06-10 00:14:08 +05:30
rpvilao
aa4f6873cb
Merge pull request #7107 from liesheng/BAEL-2931
refactored the module for java optional as a return
2019-06-09 16:09:59 +02:00
Loredana Crusoveanu
c03b46093c
Merge pull request #7073 from amit2103/BAEL-14843
[BAEL-14843] - Fixed tests in jersey module
2019-06-09 09:06:51 +03:00
Liesheng Long
af92ef7146 refactored the module for java optional as a return 2019-06-09 00:31:09 -04:00
Loredana Crusoveanu
7ce538e8cf
Merge pull request #7100 from amit2103/BAEL-14850
[BAEL-14850] - Fixed junits for core-java-persistence module
2019-06-08 21:02:27 +03:00
amit2103
2155cb7ac6 [BAEL-14850] - Changed to live test 2019-06-08 20:05:31 +05:30
amit2103
1dfc7e8244 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14850 2019-06-08 19:56:33 +05:30
Loredana Crusoveanu
b7f5dd65ba
Merge pull request #7102 from amit2103/BAEL-14845
[BAEL-14845] - Fixed tests in log4j2 module
2019-06-08 16:11:49 +03:00
Loredana Crusoveanu
661d647160
Merge pull request #7101 from amit2103/BAEL-14842
[BAEL-14842] - Fixed tests in java-cassandra module
2019-06-08 16:05:00 +03:00
Loredana Crusoveanu
e97c91ebe8
Merge pull request #7090 from collaboratewithakash/master
Back link added
2019-06-08 15:18:37 +03:00
Loredana Crusoveanu
26fab288f0
Merge branch 'master' into master 2019-06-08 14:11:25 +03:00