13698 Commits

Author SHA1 Message Date
dupirefr
874f8d07c8 [BAEL-2996] Fixed formatting 2019-06-21 07:46:49 +02:00
dupirefr
e885264b5f [BAEL-2996] Added ND4J dependency and matrices multiplication test 2019-06-21 07:46:49 +02:00
dupirefr
8a8f880d33 [BAEL-2996] Improved test with simpler matrix validation 2019-06-21 07:46:49 +02:00
dupirefr
082aa7d0a6 [BAEL-2996] Added la4j library example 2019-06-21 07:46:49 +02:00
dupirefr
4b14001cb3 [BAEL-2996] Added Colt library example 2019-06-21 07:46:49 +02:00
dupirefr
7d71c3ac94 [BAEL-2996] Added ejml example 2019-06-21 07:46:49 +02:00
dupirefr
ddc85d20b9 [BAEL-2996] Apache Commons Math3 example 2019-06-21 07:46:49 +02:00
Maiklins
d2ae74a037 BAEL-2933 The Difference Between Collection.stream().forEach() and Collection.forEach() (#7137) 2019-06-21 06:59:26 +02:00
nikunjgandhi1987
01bfd6a353 Mini article raw type in java (#7142)
* Raw type example implementation
2019-06-20 22:19:33 -06:00
Erik Pragt
3e1107f217
Merge pull request #7153 from asturcon/BAEL-2977-stream-skip-limit
Bael 2977: stream skip() vs limit()
2019-06-20 16:23:27 -05:00
Laurentiu Delcea
b748c86ce3 BAEL-2982 NanoHTTPD guide (#7148) 2019-06-20 21:53:47 +02:00
Eric Martin
efe62f6dc4
Merge pull request #7087 from er-han/BAEL-2955
Added code sample for autoservice
2019-06-20 14:37:24 -05:00
Erik Pragt
04a89618f5
Merge pull request #7152 from asturcon/BAEL-2427-refactor
BAEL 2427: code moved from core-java to core-java-exceptions
2019-06-20 13:37:38 -05:00
Marcos Lopez Gonzalez
5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
Marcos Lopez Gonzalez
ece6d5c35c Merge branch 'eugenmaster' 2019-06-20 19:33:03 +02:00
Erhan Karakaya
d0b2aa8635 removed empty beggining lines & added override annotation 2019-06-20 11:00:12 +03:00
Erik Pragt
37942a25b6
Merge pull request #7129 from tryncatch/BAEL-2804
BAEL-2804 JPA Query Parameters Usage
2019-06-19 20:21:33 -05:00
glopez
0ef4938069 BAEL-2804 JPA Query Parameters Usage - formatting style
Fix formatting style.
2019-06-19 20:15:56 -03:00
Marcos Lopez Gonzalez
405746ad27 Merge branch 'master' into BAEL-2977-stream-skip-limit 2019-06-19 13:41:11 +02:00
Marcos Lopez Gonzalez
0927be728a Merge branch 'eugenmaster' 2019-06-19 13:40:53 +02:00
Marcos Lopez Gonzalez
17191d02b2 BAEL-2977 - skip vs limit in streams 2019-06-19 13:40:25 +02:00
Anshul Bansal
0b13fdf96c BAEL-773 - Ratpack with Groovy (#6985)
* BAEL-773 - Ratpack with Groovy

* BAEL-773 - Ratpack with Groovy - PR review changes

* BAEL-773 - Ratpack with Groovy - PR review changes

* Typo corrected

* SQLs capitalised
2019-06-19 08:54:19 +01:00
Balaji Sivakumar
c253f224bc BAEL-3022 - Converting Iterator to List (#7109)
* BAEL-3022 - Converting Iterator to List

* BAEL-3022 - Converting Iterator to List.
Removed Service Class and moved logic to Junit class

* BAEL-3022 - Converting Iterator to List
Code Formatting.
2019-06-18 23:43:19 -05:00
cscib
548890541c Bael 2434 (#6635)
* BAEL-2434

* BAEL-2434

* Minor alterations to reflect changes in the article

* Fixing Spel expression and removing extra code that is not referenced anymore in the article

* Moved the files from spring-core to spring-static-resources. Renamed ResourceUtil to ResourceReader.

* Changes due to change of article outline.

* Changes due to change of article outline.

* Removing Converter from article
2019-06-18 21:35:04 +01:00
rpvilao
b2df1257c8
Merge pull request #7135 from veontomo/BAEL-2949
Code snippet for tutorial on folding  technique (BAEL-2949)
2019-06-18 22:07:02 +02:00
Andrew Shcherbakov
9edcaa30d5 Move the code into algorithms-miscellaneous-3 2019-06-18 21:22:13 +02:00
rpvilao
19b5942393
Merge pull request #7140 from antmordel/master
BAEL-2934 IntStreams conversions
2019-06-18 09:16:45 +02:00
rpvilao
c5466433eb
Merge pull request #6988 from j7-juarez/BAEL-2908
BAEL-2908 lazy initialization with spring boot 2.2
2019-06-18 09:08:17 +02:00
antmordel
7c21f2e279 Added IntStream.of constructor 2019-06-18 08:25:42 +02:00
Erhan Karakaya
ac850bbc0b Fixed typos 2019-06-17 14:57:45 +03:00
Erhan Karakaya
2826baee3b Changed sample impls & refactored test 2019-06-17 14:52:29 +03:00
glopez
07adfc9e70 BAEL-2804 JPA Query Parameters Usage
Fix givenEmpNumber_whenUsingPositionalParameter_thenReturnExpectedEmployee
test case after adjustemnts.
2019-06-17 07:42:48 -03:00
Antonio Moreno
44dfb1a076 BAEL-2934 IntStreams conversions
(cherry picked from commit 11abb325ecb2f299c318d82952e7718bab03510c)
2019-06-17 07:07:34 +01:00
Joel Juarez
f69f95d13d fixed styles in pom.xml 2019-06-16 23:23:36 +02:00
Erhan KARAKAYA
1d52e33e2d Added tests & renamed classes 2019-06-16 09:31:29 +03:00
glopez
6aec4a6e0f BAEL-2804 JPA Query Parameters Usage
This is the code behind the 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-16 00:37:44 -03:00
Andrew Shcherbakov
5698486178 Add Javadoc to method arguments and format the code 2019-06-15 19:40:15 +02:00
Loredana Crusoveanu
69f947e3cd
Merge pull request #7127 from rozagerardo/rozagerardo/BAEL-10130_Update-Constructor-Injection-article
[BAEL-10130] spring-core | Update Constructor Injection article
2019-06-15 14:46:45 +03:00
Loredana Crusoveanu
2ca31efc70
Merge pull request #7112 from tinomthomas/master
BAEL-2956
2019-06-15 14:21:16 +03:00
Loredana Crusoveanu
39b1809b19
Merge pull request #7134 from arhohuttunen/master
BAEL-2911 - JUnit Custom Display Name Generator API
2019-06-15 12:56:53 +03:00
Andrew Shcherbakov
41502a7507 Clean the main method of the folding technique code snippet 2019-06-15 11:31:19 +02:00
TINO
bd80953ac4 BAEL - 2956
Fixed permission denied exception
2019-06-15 12:29:59 +03:00
Andrew Shcherbakov
573f3d75af Merge branch 'master' into BAEL-2949 2019-06-15 11:24:10 +02:00
Andrew Shcherbakov
97c1f79f32 Implement illustration for the folding technique 2019-06-15 11:20:32 +02:00
Arho Huttunen
a11e0088ba BAEL-2911 - JUnit Custom Display Name Generator API 2019-06-15 10:05:05 +03:00
Eric Martin
92989e4556
Merge pull request #7015 from michael-pratt/BAEL-2958
BAEL-2958: Jest Client examples
2019-06-14 20:01:42 -05:00
Loredana Crusoveanu
b68e363780
Merge pull request #7130 from rozagerardo/rozagerardo/delete_duplicated_readme_files
Deleted duplicated readme file
2019-06-14 21:07:49 +03:00
Loredana Crusoveanu
48c1df9763
Merge pull request #7098 from amit2103/BAEL-14942
[BAEL-14942] - Create code for the Spring Security - Run-as authentic…
2019-06-14 21:05:38 +03:00
Loredana Crusoveanu
9b60ce6f3d
Merge pull request #7119 from amit2103/BAEL-14847
[BAEL-14847] - Fix tests in spring-activi, spring-data-cassandra-reac…
2019-06-14 21:03:05 +03:00
Loredana Crusoveanu
d256ea0526
Merge pull request #7051 from amit2103/BAEL-14846
[BAEL-14846] - Fixed tests in spring-5-reactive module
2019-06-14 20:57:13 +03:00