14949 Commits

Author SHA1 Message Date
Sjmillington
88a20dc6a2 moved some classes back to core-java-8 2019-09-08 14:35:08 +01:00
Loredana
1342f75609 small fixes 2019-09-08 15:52:17 +03:00
Loredana
b6960a762f remove duplicate module 2019-09-08 15:33:34 +03:00
Loredana
25cff41d78 move assertion-libraries module 2019-09-08 15:32:07 +03:00
Loredana
35116b0e69 re-organize testing modules 2019-09-08 15:30:03 +03:00
Loredana Crusoveanu
4e7b8cf19d
Merge pull request #7689 from sjmillington/testing-libraries
[BAEL-16669] moved testing-modules/testing modules into relevant folders
2019-09-08 15:12:10 +03:00
hugogiordano
4cf99eb77c BAEL-3188 How to compress requests using the Spring RestTemplate. Updated GzipUtils code following editor review. (#7746) 2019-09-07 22:08:40 -07:00
amit2103
d1eebc8bef [BAEL-15393] - Fixed tests 2019-09-08 01:54:03 +05:30
amit2103
41ca87136d [BAEL-15393] - Fixed tomcat deployment 2019-09-08 01:14:46 +05:30
Vivek
f53e9e55eb BAEL-3194 Radix Sort in Java (#7700) 2019-09-07 12:34:17 -07:00
amit2103
e7aa80b8a2 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393 2019-09-07 20:51:40 +05:30
amit2103
cfa1b4dfc4 [BAEL-16767] - Renamed RestartApplicationIntegrationTest to RestartApplicationManualTest 2019-09-07 19:51:25 +05:30
amit2103
3166e2eee5 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16767 2019-09-07 19:45:49 +05:30
Eugen
b3323d5f22
Update README.md 2019-09-07 14:50:34 +03:00
Loredana Crusoveanu
12d8c8dd30
Merge pull request #7502 from veontomo/BAEL-3081
Code for article "Logistic Regression in Java" (BAEL-3081)
2019-09-07 13:07:57 +03:00
anilkivilcim.eray
9f88a0ff9d BAEL-3097 mapstruct version change from beta2 to final 2019-09-07 12:42:40 +03:00
wugangca
f24fef9ec6 [BAEL-3210] - Java Copy Constructor (#7706)
* [BAEL-3210] - Copy constructors in Java

* [BAEL-3210] - Copy constructors in Java

* Change indentation space based on code style instructions.
2019-09-07 10:17:33 +01:00
Sam Millington
648ef77f5d [BAEL-3193] Bucket Sort In Java Code (#7731) 2019-09-07 06:31:51 +02:00
Kevin Kraus
ed7b67f19c BAEL-3227 fixed tests 2019-09-06 22:44:56 -05:00
Kevin Kraus
ed459a5786 BAEL-3227 renamed test 2019-09-06 22:40:06 -05:00
Kevin Kraus
49606337a5 BAEL-3227 2019-09-06 22:20:33 -05:00
Alessio Stalla
bd1ed1a3ee Code for BAEL-3189 (custom Apache Shiro permission implementation) 2019-09-06 21:16:05 +02:00
Tapan Avasthi
1fc511ba7a BAEL-3215: Use try-with-resource in FileReader demo (#7732)
- To simplify the demo, change is required in the unit-tests
 that currently uses close() method instead of try-with-resource
2019-09-06 12:13:24 -07:00
psevestre
d147cabfd8 [BAEL-3164] Add spring-boot-jdbi module (#7710) 2019-09-06 12:10:48 -07:00
Michael Sievers
0e904f738a [BAEL-3077] Add examples for mapstruct with multiple source objects (#7724)
* [BAEL-3077] Add examples for mapstruct with multiple source objects

* [BAEL-3077] Add unit tests for mappers added by examples
2019-09-06 12:03:49 -07:00
rpvilao
0ca78b440d
Merge pull request #7670 from maryarm/BAEL-3009
BAEL-3009: Logging Spring WebClient calls
2019-09-06 18:14:43 +02:00
rpvilao
9f72cabe21
Merge pull request #7701 from SmartyAnsh/master
BAEL-3190 - Working with Web Services in Groovy
2019-09-06 18:10:56 +02:00
rpvilao
bcc6905872
Merge pull request #7709 from dcalap/master
BAEL-3142 Removing an element from an ArrayList
2019-09-06 18:09:46 +02:00
Alfred Samanga
5bce8b22a1 BAEL-3059: Update Play Framework (#7674)
* Implementation of Introduction to Play Framework in Java

* Implementation of Introduction to Play Framework in Java

* Implementation of Introduction to Play Framework in Java

* Implementation of the tutorial for Introduction to Play Framework.

* Updated code for Play Routing to 2.7.3

* Updated code for Play Routing to 2.7.3

* Initial Commit

* Added request object to create end point

* Finished implementing student-api

* Finished implementing student-api

* Implementation of the tutorial for Introduction to Play Framework.

* Updated test names

* Removed Lombok dependency

* Corrected isSuccessful spelling and removed the +1 on student ids
2019-09-06 09:39:18 -05:00
Joel Juarez
0d648321dc Bael 3043 datastax cassandra (#7616)
* BAEL-3043: Datastax Java Driver for Apache Cassandra

* changed statement to use query builder

* fixed concatenation vulnerability
2019-09-06 08:17:21 -05:00
Ger Roza
e9e4f63313 [BAEL-9497] Fix failing context tests - part 1 (#7719)
* fixed context dependency issue and added LiveContext notes in persistence-modules/spring-data-couchbase-2 module

* fixed Context tests and added notes for spring-cloud-bus/spring-cloud-config-client module

* Added context test in spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server module, mainly due to incompatible dependencies, plus fixed parent pom path in different modules

* fixed context tests for spring-cloud/spring-cloud-task/springcloudtaskbatch module, renamed ContextLiveTest as IntegrationTest, now configured to run with an H2 embedded instance. Moved the run note to the application

* Added SpringContextLiveTests in persistence-modules/spring-data-mongodb module
2019-09-06 10:19:30 +01:00
Anshul Bansal
cb1de34d0f BAEL-3190 - working with webservices in groovy - followed test names convention 2019-09-06 07:06:26 +03:00
Erik Pragt
c709251eeb
Merge pull request #7522 from dupirefr/bael-3117
dupirefr/dupire.francois+pro@gmail.com [BAEL-3117] The XOR Operator in Java
2019-09-06 08:14:47 +10:00
at508
c85be3d29d BAEL-2076: loading resources (#7347)
* commits for BAEL-2076

- Created core-java-io2 module
- added resource loading example code
- added core-java-io2 to tutorials pom.xml

* Committing review changes

- change to try-with-resources
- change the order of main method

* Reformatting try-with-resources

* Moving resources example from core-java-io2 to core-java-io. Removing core-java-io2

* Removing stray core-java-io2 in tutorials pom file.
2019-09-05 22:38:17 +01:00
Eric Martin
cf2d93b4e7
Merge pull request #7628 from Philippus/patch-1
Drop last 4 bytes of computed SHA-1 hash
2019-09-05 15:44:26 -05:00
amit2103
78ca924a13 [BAEL-15393] - Update Spring File Upload article 2019-09-06 01:31:18 +05:30
Eric Martin
2747b3b5e4
import java.util.Arrays; 2019-09-05 14:45:00 -05:00
amit2103
d4bd1335c7 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393 2019-09-06 00:13:02 +05:30
rpvilao
f87160da11
Merge pull request #7726 from rodrigolgraciano/BAEL-3173
BAEL-3173
2019-09-05 19:11:26 +02:00
Sjmillington
3e155818d5 [BAEL-13505] Move articles out of core-java part 1 2019-09-05 17:44:52 +01:00
maryarm
e7e2c0a8a6 BAEL-3009: Logging Spring WebClient calls.
-Review notes applied
2019-09-05 21:00:26 +04:30
Dhawal Kapil
434bfc980e BAEL-17391 Slice 13 | The top 100 articles should have their own package in the module (#7723)
- Moved folders to respective packages
2019-09-05 17:01:32 +01:00
Dhawal Kapil
b04f8dad95 BAEL-17361 Slice 11 | The top 100 articles should have their own package in the module (#7683) 2019-09-05 15:50:14 +01:00
Krzysztof Majewski
d2d0b8537b Merge remote-tracking branch 'origin/BAEL-BAEL-2966' into BAEL-BAEL-2966 2019-09-05 09:59:13 +02:00
Krzysztof Majewski
b003e69e0a update pom 2019-09-05 09:59:01 +02:00
Krzysztof Majewski
f173646635
Update pom.xml 2019-09-05 09:56:24 +02:00
Krzysztof Majewski
68d7552749
Update pom.xml 2019-09-05 09:50:34 +02:00
Rodrigo Graciano
e925b07dab BAEL-3173 2019-09-04 21:05:08 -04:00
Andrew Shcherbakov
c20918329f Refactor the utility class 2019-09-05 00:06:12 +02:00
Sjmillington
ce9ea390ba renamed back to testing-modules, pulled together testing-modules-2 modules into single module 2019-09-04 18:03:26 +01:00