Commit Graph

16380 Commits

Author SHA1 Message Date
Anshul Bansal
1ff24803d0 code indentation fixed 2019-12-19 10:51:22 +02:00
rahulgul8
42821f4133 Changes for WebRTC (BAEL-3198) (#8213)
* Adding webrtc changes

* formatting

* formatting pom

* formatting

* Adding space instead of tabs for indentation

* formatting changes

* Updating tabs to spaces
2019-12-18 17:04:44 -06:00
Krzysiek
9da4b7590f BAEL-19967: Migrate spring-rest-testing module to the com.baeldung package 2019-12-18 21:41:35 +01:00
Krzysiek
f70025f2b7 BAEL-19967: Migrate spring-shell module to the com.baeldung package 2019-12-18 21:35:26 +01:00
Krzysiek
1e15094846 BAEL-19967: Migrate spring-caching module to the com.baeldung package 2019-12-18 21:31:15 +01:00
Josh Cummings
99a2ae2be2 Merge pull request #8384 from kwoyke/BAEL-19947
BAEL-19947: Standardize packages for gson, guava and httpclient modules
2019-12-17 22:44:32 -07:00
MMonik
aaf8e1d0dd Update README.md (#8261) 2019-12-17 14:22:49 -08:00
Loredana Crusoveanu
24d9244c09 Merge pull request #8377 from kwoyke/BAEL-3442
BAEL-3442: Clean up java-dates module
2019-12-17 22:34:55 +02:00
Krzysiek
9df9e5b068 BAEL-19967: Migrate spring-akka module to the com.baeldung package 2019-12-17 21:26:22 +01:00
Krzysiek
f910c16f11 BAEL-19967: Migrate spring-aop module to the com.baeldung package 2019-12-17 21:23:11 +01:00
Krzysiek
4e368aa1a1 BAEL-3242: Use random port for test execution in spring-vertx module 2019-12-17 20:24:33 +01:00
Gang
bf85b9b026 BAEL-3406 Kruskal’s Algorithm for Spanning Trees 2019-12-16 23:46:22 -07:00
Eric Martin
b714494edc Merge pull request #8278 from maryarm/BAEL-3338
BAEL-3338: A Guide to AuthenticationManagerResolver in Spring Security
2019-12-16 20:16:01 -06:00
Loredana Crusoveanu
b67a82d87c Merge pull request #8386 from kwoyke/BAEL-3385
BAEL-3385: Move article related code to its own package
2019-12-16 23:15:39 +02:00
rpvilao
31c56123a8 Merge pull request #8344 from radhe-sravan/master
BAEL-3566 An Introduction to Podman
2019-12-16 21:57:14 +01:00
rpvilao
bc7d83ef47 Merge pull request #8240 from vimde/master
BAEL-3399: How to merge two sorted arrays into a sorted array
2019-12-16 21:40:28 +01:00
catalin-burcea
90dab2770d [BAEL-19881] - Rename spring-mvc-simple modules 2019-12-16 22:25:22 +02:00
Josh Cummings
bc917e677c Merge pull request #8382 from Maiklins/BAEL-17444-junit4
BAEL-17444 junit4
2019-12-16 12:29:33 -07:00
Josh Cummings
1a033989a8 Merge pull request #8352 from Maiklins/BAEL-11412-post-with-okhttp
BAEL-11412 post with okhttp
2019-12-16 12:23:38 -07:00
Eugen
c5982112d0 Merge pull request #8379 from sjmillington/readme-description-edits
[BAEL-17476] - Final edits for Add README descriptions
2019-12-16 21:09:12 +02:00
Sam Millington
3615560dc0 moved persistence context article files (#8389)
* moved persistence context article files

* Moved test

* added spring boot dependencies
2019-12-16 18:04:29 +00:00
Josh Cummings
71b7954aed Merge pull request #8364 from catalin-burcea/BAEL-9552
[BAEL-9552] - Create spring-security-modules folder
2019-12-16 10:55:28 -07:00
sampada
11e6631b6a BAEL-3589 : removed unnecessary final modifiers 2019-12-16 22:50:51 +05:30
catalin-burcea
b34da5aea9 [BAEL-19883] - Move articles out of core-kotlin part2 2019-12-16 16:26:38 +02:00
Anshul BANSAL
30dbf823f9 ninja module added to the pom.xml 2019-12-16 12:27:31 +02:00
Anshul BANSAL
dad9fd6579 ninja module added to the pom.xml 2019-12-16 11:51:03 +02:00
Krzysztof Woyke
12584bfa20 BAEL-3385: Update README.md 2019-12-16 08:53:28 +01:00
Krzysztof Woyke
dac17651f9 BAEL-3385: Move article related code to its own package 2019-12-16 08:51:01 +01:00
Greg
2e1d1ffb01 Merge pull request #8218 from yavuztas/pr-BAEL-3408
Source code for BAEL-3408
2019-12-15 18:52:43 -05:00
Vikas Rajput
5e8882a328 BAEL-3397: Added next link in core-java-exceptins module (#8380)
* Article: Quick and practical example of hexagonal architecture in java with Spring Project

* Removed server.port property from application.properties

* BAEL-3397: Difference between throw e and throw new Exception(e) in java

* BAEL-3397 : Removed links from readme file

* BAEL-3397: removed hexagonal module from the code

* BAEL-3397: renamed exceptions package name to rethrow

* BAEL-3397: Added next link in core-java-exceptions module and linked core-java-exceptions-2 module
2019-12-15 12:24:17 -08:00
Loredana Crusoveanu
8d3b50f57a Merge pull request #8383 from kwoyke/BAEL-3651
BAEL-3651: Fix failing test in core-java-io-apis
2019-12-15 22:17:15 +02:00
Krzysiek
018175a9b9 BAEL-19947: Migrate gson module to the com.baeldung package 2019-12-15 21:16:48 +01:00
Krzysiek
32370b7588 BAEL-19947: Migrate guava module to the com.baeldung package 2019-12-15 21:08:24 +01:00
Maiklins
49774bde16 BAEL-3130 overflow and underflow in java (#8381)
* BAEL-3131 Guide to Java HashMap
http://jira.baeldung.com/browse/BAEL-3130

* Move test class to correct package
http://jira.baeldung.com/browse/BAEL-3130
2019-12-15 21:07:08 +01:00
Krzysiek
4e375cd6c5 BAEL-19947: Migrate httpclient module to the com.baeldung package 2019-12-15 21:04:27 +01:00
Krzysiek
ec9a27a4e8 BAEL-3651: Make sure the directory is always initially empty 2019-12-15 20:09:01 +01:00
Krzysiek
61a972ec4a Revert "BAEL-3651: [Do Not Merge] Add diagnostic logging"
This reverts commit 445a8d1d7d.
2019-12-15 20:00:00 +01:00
Krzysiek
445a8d1d7d BAEL-3651: [Do Not Merge] Add diagnostic logging 2019-12-15 19:29:08 +01:00
mikr
860e466b84 remove article from readme file as it's already in another modeule 2019-12-15 18:28:40 +01:00
Maiklins
e0f6c7fb07 Merge pull request #12 from eugenp/master
update
2019-12-15 18:02:28 +01:00
mikr
f778c04da8 Move POST test class to its own package
http://team.baeldung.com/browse/BAEL-11412
2019-12-15 17:50:20 +01:00
Jonathan Cook
9d7960b868 Merge pull request #8294 from dev-chirag/master
BAEL3455 Maximum Subarray problem
2019-12-15 16:08:03 +01:00
Jonathan Cook
41f3de27ca Merge pull request #8367 from JonCook/master
BAEL-3224 - Checking if 2 Java Dates are in the same day
2019-12-15 16:06:03 +01:00
Vivek Balasubramaniam
8cfc105c67 BAEL-3399: How to merge two sorted arrays (based on review) 2019-12-15 18:57:20 +05:30
Krzysiek
84dabb9ad6 Merge branch 'master' into BAEL-3442 2019-12-15 12:15:54 +01:00
Sam Millington
001fd3b89c Merge branch 'master' into readme-description-edits 2019-12-15 09:54:49 +00:00
Sjmillington
b339c10eb8 [BAEL-17476] - Final edits for Add README descriptions 2019-12-15 09:50:35 +00:00
Josh Cummings
efda44401a Merge pull request #8327 from nickmelis/master
Code samples for Java Switch Statement
2019-12-14 21:11:49 -07:00
Krzysiek
cc70ce12e3 BAEL-3442: Update main tutorials pom.xml 2019-12-14 20:53:51 +01:00
maryarm
d78833dd9e BAEL-3338: A Guide to AuthenticationManagerResolver in Spring Security
-Fix issues according to review
2019-12-14 19:26:34 +03:30