Commit Graph

11244 Commits

Author SHA1 Message Date
Loredana Crusoveanu 705128d9ba
Merge pull request #5999 from eugenp/BAEL-2175-v2
new module core-java-perf
2018-12-26 21:24:44 +02:00
Loredana 0a0701c947 new module core-java-perf 2018-12-26 20:42:28 +02:00
Loredana Crusoveanu 4600c02f84
Merge pull request #5990 from faabianr/BAEL-2454
BAEL-2454 Add new section in Java Http Request article
2018-12-26 20:10:07 +02:00
kyleandari 21bde94745 Java Interfaces Examples (#5992)
* Implementing Hexagonal Architecture in java

* Implementing multi-inheritance and Polymorphism using interfaces

* Removing hexagonal code

* Deleting hexagonal architecture code

* fix for unit test names

* Java Interfaces examples
2018-12-25 11:58:14 -08:00
amit2103 45ba2a9387 [BAEL-10837] - Splitted core-java-concurrency module 2018-12-25 21:54:46 +05:30
Loredana Crusoveanu 55158e59c9
Update README.md 2018-12-25 15:54:29 +02:00
Loredana Crusoveanu 8fbed2e741
Merge pull request #5993 from amit2103/BAEL-10839
[BAEL-10839] - Added missed class and moved articles related to hashc…
2018-12-25 15:53:44 +02:00
Loredana Crusoveanu ed05ee188b
Merge branch 'master' into BAEL-10839 2018-12-25 15:25:31 +02:00
Loredana Crusoveanu eb3503be30
Merge pull request #5985 from amit2103/BAEL-10838
[BAEL-10838] - Created core-java-lang-syntax module
2018-12-25 15:15:17 +02:00
Loredana Crusoveanu bb57ab3de1
Merge pull request #5983 from amit2103/BAEL-10968
[BAEL-10968] - Updated Jackson Dates article
2018-12-25 15:11:43 +02:00
Loredana Crusoveanu ddef2c4043
Merge pull request #5994 from eugenp/BAEL-9044-v2
move networking articles, update readme
2018-12-25 15:02:23 +02:00
Loredana Crusoveanu be54e39e60
Merge branch 'master' into BAEL-10838 2018-12-25 14:25:08 +02:00
Loredana e02f08eb8c update readmes 2018-12-25 14:13:34 +02:00
Loredana fb66f1bc78 move networking articles, update readme 2018-12-25 14:05:10 +02:00
Loredana Crusoveanu 68f1cb23dd
Merge pull request #5981 from amit2103/BAEL-9044
[BAEL-9044] - Moved articles out of core-java
2018-12-25 13:44:59 +02:00
amit2103 10c52bc1b9 [BAEL-10839] - Added missed class and moved articles related to hashcode and equals 2018-12-25 16:32:35 +05:30
Loredana Crusoveanu 7e2f10f497
Merge pull request #5971 from amit2103/BAEL-10839
[BAEL-10839] - Create core-java-lang-oop module
2018-12-25 12:14:39 +02:00
Loredana Crusoveanu c96072f515
Merge pull request #5982 from amit2103/BAEL-10985
[BAEL-10985] - Removed vavr-validation submodule
2018-12-25 11:20:49 +02:00
Fabian Rivera 48c0b83978 BAEL-2454 Add missing disconnect call on open connections 2018-12-24 17:46:12 -06:00
Fabian Rivera cdaf0b46bf BAEL-2454 Reading the error response and building the full response
BAEL-2454 Add examples for reading response content on failed requests. Add example on how to build full response string.
2018-12-24 17:44:09 -06:00
Loredana Crusoveanu 45c9532cfb
Merge pull request #5947 from eelhazati/master
Hibernate 5 bootstrap API Test.
2018-12-24 18:10:49 +02:00
Loredana Crusoveanu e2903619e3
Merge pull request #5937 from amit2103/BAEL-10866
[BAEL-10866] - Upgrade jackson version in tutorials repository
2018-12-24 16:20:52 +02:00
Sam Millington b4eee1e231 BAEL-2419: Added String Concatenation Unit Tests (#5898) 2018-12-24 10:02:29 -03:00
myluckagain a444d51ae1 Many To One BAEL-2329 (#5878)
* Many To One BAEL-2329

* xml config
2018-12-23 19:30:03 -03:00
amit2103 8cf3e3f41a [BAEL-10838] - Created core-java-lang-syntax module 2018-12-24 01:10:15 +05:30
amit2103 7bc513561c [BAEL-10968] - Updated Jackson Dates article 2018-12-23 23:31:21 +05:30
Shashank agarwal fda7ff2690 Added Character Array method (#5965)
* Added the code of Replace char in a string at specific index

* added test cases

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Replaced README with the upstream repo

* Added Char Array Method
2018-12-23 09:27:01 -06:00
amit2103 5deb87325b [BAEL-10985] - Removed vavr-validation submodule 2018-12-23 16:59:32 +05:30
amit2103 ec53cb77ac [BAEL-9044] - Moved articles out of core-java 2018-12-23 16:32:19 +05:30
Ganesh Pagade 338b0bc80c format 2018-12-23 12:08:36 +05:30
Ganesh Pagade e8b07fea1d unit tests for nest based access control 2018-12-23 12:05:51 +05:30
amit2103 bba9a99f32 [BAEL-10836] - Create core-java-collections-list module 2018-12-23 01:15:24 +05:30
Josh Cummings be2e45b0a5
Two More Examples for Break and Continue (#5974)
Issue: BAEL-2432
2018-12-22 12:39:35 -07:00
sandy03934 0459f337cd Passing Parameters to a Thread
Issue: BAEL-2417
2018-12-22 12:34:29 -07:00
KevinGilmore e0d24b6780
BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 Update README (#5973)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
2018-12-22 11:40:24 -06:00
fanatixan 12bf5e9f3b bael-2437 (#5972) 2018-12-22 09:13:09 -08:00
amit2103 023bf2c5b5 [BAEL-10839] - Create core-java-lang-oop module 2018-12-22 21:02:12 +05:30
Karanbir Singh c2fc5c0aa6
spelling mistake - minor one 2018-12-22 19:27:25 +05:30
amit2103 afe4a98944 [BAEL-10866] - Resolved conflicts 2018-12-22 18:58:28 +05:30
geroza cb259f6f6c minor fixes:
fixed method naming
added dirtiesContext annotation to classes that shouldnt share the app context state
using SpringApplication instead of unnecessary SpringApplicationBuilder
2018-12-22 11:05:38 -02:00
geroza 832a3dc176 Fixed deprecation usage in spring-boot 2018-12-22 10:38:25 -02:00
geroza cb4470edea migration of modules:
spring-zuul
spring-vertx
spring-sleuth
2018-12-22 10:38:25 -02:00
geroza dcc054d6de Migrated the following modules to parent-boot-2:
spring-reactor
spring-quartz
2018-12-22 10:38:25 -02:00
geroza a1b5d77656 Migrated the following modules, nos using parent-boot-2:
spring-protobuf
spring-mockito
spring-mustache
spring-kafka
spring-jooq
spring-cucumber
spring-aop
spring-amqp-simple
2018-12-22 10:36:08 -02:00
geroza 29b4110b34 just migrated poms, nothing checked 2018-12-22 10:36:08 -02:00
cror 5e02becb5e BAEL-2445: adding example for the intersection of two lists (#5968) 2018-12-21 18:21:08 -08:00
Loredana Crusoveanu dda5ffbea9
Merge pull request #5955 from charlesgonzales/master
fix/delete incorrect articles from the readme files - BAEL-10969
2018-12-21 23:11:08 +02:00
Tom Hombergs 01293da309
Merge pull request #5953 from eugenp/shedlock
moved shedlock code example to module "spring-boot-libraries"
2018-12-21 19:51:05 +01:00
raghav-jha fa190f96f6 BAEL-2436 Criteria Queries Using Hibernate Metamodel
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
2018-12-21 10:33:40 -07:00
j-bennett 25c270a789 BAEL-2353: Persist a JSON object using Hibernate (#5960)
* BAEL-2353: Persist a JSON object using Hibernate

* BAEL-2353: Persist a JSON object using Hibernate

- Updated dependencies to latest versions
2018-12-21 08:54:04 -07:00