Commit Graph

7014 Commits

Author SHA1 Message Date
hugosama1 92789f9ae6 Guidetoiterator (#3368)
* Added code for iterator

* missing imports..
2018-01-08 17:22:36 +01:00
ShyamVeda 23d47601d8 Zuul and Eureka Integration for discovering routes (#3363) 2018-01-08 17:22:04 +01:00
Hakan Özler db04ce54f0 [BAEL-1455] add docker client test cases and update pom (#3375) 2018-01-08 16:40:32 +01:00
Allan Vital cf32e14a9b [BAEL-1218] Guide to Spring EJB Integration (#3266)
* Evaluation article about types of bean injection in spring

* BAEL-1319 Quick Guide on Data.sql and Schema.sql Files in Spring

* Revert "Evaluation article about types of bean injection in spring"

This reverts commit eb071171673e0b8fa2b7ecffdad86f596e5fb114.

* BAEL-1218: adding spring-ejb and configuring ejb start and deploy

* BAEL-1218: adding spring

* BAEL-1218: wrapping all together

* BAEL-1218: new spring-ejb module

* BAEL-1218: tests and improvements

* BAEL-1218: removing moved files from old article

* BAEL-1218: code review requested changes

* BAEL-1218: test methods nomenclature correction

* BAEL-1418: removing tabs

* BAEL-1218: removing tabs

* BAEL-1218: correcting boot parent module path
2018-01-07 17:59:53 -06:00
Juan Moreno 09cbc1c6ee Sample code for BAEL-1148 - earth001@gmail.com (#3268)
* Sample code for BAEL-1148 - earth001@gmail.com

* Change tabs for spaces in non java files

* Change tabs for spaces in non java files

* Removed unnecessary argument
2018-01-07 17:51:53 -06:00
Loredana Crusoveanu 423486bce1
Merge pull request #3373 from eugenp/remove-extra-project
remove extra spring-boot-actuator project
2018-01-07 22:42:31 +02:00
Loredana Crusoveanu 1f3099731b remove extra spring-boot-actuator project 2018-01-07 20:58:14 +02:00
Dassi orleando 44380f6bd9 BAEL-1318: Quick Guide to Setting up the Maven Wrapper on an Application (#3371)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project
2018-01-07 08:42:06 -08:00
KevinGilmore 477e8cfef4
399 update README (#3365)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README
2018-01-06 16:38:17 -06:00
araknoid fa92d1db3d BAEL-1419: Guide to cockroachDB in Java (#3325)
* adding CockroachDB code

* Fixed database name

* Added handling transaction examples
2018-01-06 20:38:33 +01:00
Jonathan 8108875723 BAEL-1068 (#3070)
* BAEL-1068 - Javadoc example classes

* BAEL-1068 - Formatting change for pom.xml

* Updated javadoc comments to reflect article example
2018-01-06 18:01:49 +01:00
Loredana Crusoveanu 9b01c94acf
Merge pull request #3362 from eugenp/lor6-patch-8
Update README.md
2018-01-06 19:01:12 +02:00
Loredana Crusoveanu bcae968f99
Update README.md 2018-01-06 18:43:48 +02:00
Loredana Crusoveanu ce005f70f0
Merge branch 'master' into lor6-patch-8 2018-01-06 12:01:51 +02:00
Loredana Crusoveanu e709a1a1e1
Merge pull request #3361 from eugenp/lor6-patch-7
Update README.md
2018-01-06 12:01:08 +02:00
Loredana Crusoveanu 03fd9b9599
Merge pull request #3360 from eugenp/lor6-patch-6
Update README.md
2018-01-06 12:00:47 +02:00
Loredana Crusoveanu 7674ec43be
Update README.md 2018-01-06 11:35:44 +02:00
Loredana Crusoveanu 7546281a71
Update README.md 2018-01-06 11:33:42 +02:00
Loredana Crusoveanu 93273366dc
Update README.md 2018-01-06 11:28:35 +02:00
Mansi 21c41cfd99 BAEL-1297 Find kth largest element in a sequence of numbers (#3332)
* Example Code For Evaluation Article

This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"

* Added unit tests

* Minor changes to application context

* Removed code committed for evaluation article

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Code Formatting and solving build issue

* BAEL-944 Resolving build issue due to change in Spring version

* BAEL-944 Resolving build issue

* BAEL-944 Formatting code

* BAEL-944 Moving tests to correct package

* BAEL-944 Moving tests to correct package

* BAEL-944 Replacing @RequestMapping by @GetMapping

* BAEL-944 Remove unnecessary attribute name, "value" in annotations

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Adding activiti module to the parent modules

* BAEL-79 Using latest version

* BAEL-79 Update Spring boot version that works with Activiti

* BAEL-79 Replace RequestMapping with GetMapping

* BAEL-79 Use Java 8 Syntax

* BAEL-79 Formatting

* BAEL-79 changed module name

* BAEL-378 A Guide to Activiti with Java

* BAEL-79 Fixed unit tests

* BAEL-79 Simplified the process

* BAEL-79 Fix test cases

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave

* BAEL-1090 Difference between compact and compressed strings in Java 9

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 Guide to java.util.Formatter

* BAEL-1297 Find kth largest element in a sequence of numbers

* BAEL-1297 fixed issues and modified file name

* BAEL-1297 Modified randomized quickselect

* BAEL-1297 added additional sorting method

* BAEL-1297 UnitTest fix

* BAEL-1297 Additional method

Added QuickSelect With Iterative Partition method

* BAEL-1297 Added AssertJ annotations

* BAEL-1297 added missing assertj dependancy
2018-01-05 20:38:02 -06:00
Doha2012 fe0e0ba115 upgrade boot parent (#3352)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup
2018-01-05 20:56:21 +01:00
Magdalena Krause 1273bb4aee BAEL-1277: RESTFul CRUD application with JavaLite (#3359)
* BAEL-1277: RESTFul CRUD application with JavaLite.

* BAEL-1277: RESTFul CRUD application with JavaLite. Adding exception handling.
2018-01-05 11:51:47 -08:00
Loredana Crusoveanu 749533e14d fix start instead of run (#3353) 2018-01-05 19:18:24 +01:00
Loredana Crusoveanu 4e85066523 fix list endpoints actuator endpoint (#3348) 2018-01-05 19:11:33 +01:00
Tarang Bhalodia e039960365 BAEL-1422: Guide to ThreadLocalRandom [tarangbhalodia@gmail.com] (#3347)
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH

* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool

* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)
2018-01-04 21:58:04 +02:00
Grzegorz Piwowarek e99619dcdc
Update .travis.yml (#3334)
* Update .travis.yml

* Update .travis.yml
2018-01-04 17:21:52 +02:00
Grzegorz Piwowarek da4bd50cdb
Core Java 8 refactor (#3342) 2018-01-04 17:21:32 +02:00
Grzegorz Piwowarek 2afc7dc623
Refactor Vavr Future (#3349) 2018-01-04 17:21:16 +02:00
markusgulden b54440ddb3 BAEL-592: Upgraded Hibernate 5-module to Spring 5 (#3351)
* BAEL-592 Guide to Hibernate 5 with Spring

* BAEL-592: Upgrade to Spring 5
2018-01-04 17:20:53 +02:00
Eugen Paraschiv 5459445826 small module name change 2018-01-03 15:19:56 +02:00
markusgulden 2ded3d36d9 BAEL-592 Guide to Hibernate 5 with Spring (#3346) 2018-01-03 15:07:02 +02:00
Loredana Crusoveanu 0659c76908
Merge pull request #3343 from tarangbhalodia/master
BAEL-1422 Guide to ThreadLocalRandom in Java [tarangbhalodia@gmail.com]
2018-01-03 00:21:52 +02:00
Tarang Bhalodia 12a1924cb3 BAEL-1422: added BDD style test for asserting UnsupportedOperationException while setting seed for ThreadLocalRandom 2018-01-02 23:47:39 +05:30
Tarang Bhalodia 036fabc9f7 BAEL-1422: added BDD style tests for generating random values using ThreadLocalRandom 2018-01-02 22:38:50 +05:30
Doha2012 f6f8f8debe move url matching (#3326)
* make sure modules using java8

* move url matching code
2018-01-02 13:33:37 +02:00
abialas ccf1f4ed27 BAEL-1412 add java 8 spring data features (#3306) 2018-01-01 14:07:35 +02:00
Jose Carvajal 23f7f658e4 BAEL-399 A Guide to Multitenancy in Hibernate 5 (#3323)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2

* Changes after code review
2017-12-31 17:28:27 -06:00
Bogdan Stoean 8de8770eec [BAEL-1410] Spring Boot Security auto-configuration (#3329)
* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements
2017-12-31 17:04:37 +02:00
Ganesh 62e53959ef PR for BAEL-1340 - Java StringJoiner class (#3324)
* unit tests for stringjoiner

* formatting changes

* slit test cases and formatting fixes

* minor formatting fix
2017-12-31 16:54:02 +02:00
Jose Carvajal fc2521b4d6 Bael 1457 (#3330)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2

* Changes after code review

* Updated to use H2 for flyway plugin

* Updated schema property

* Fixed pom format

* Undo things from another PR
2017-12-31 10:49:13 +01:00
Loredana Crusoveanu 393577b064
Merge pull request #3259 from ahmedtawila/master
BAEL-1080 Introduction to Future in Vavr
2017-12-31 09:47:31 +02:00
Grzegorz Piwowarek c7ba3a08aa
Build optimize (#3328)
* CustomConverterIntegrationTest

* StringToEmployeeConverterControllerIntegrationTest

* PersonsRepositoryIntegrationTest

* Refactor spring-rest-embedded-tomcat pom

* Disable Rxjava test
2017-12-30 23:10:54 +01:00
Ahmed Tawila ff2cf57772 BAEL-1080 Introduction to Future in Vavr 2017-12-30 23:23:08 +02:00
Ahmed Tawila a24e221aa2 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-30 22:46:57 +02:00
krishan-gandhi2 b5c7ffeb19 BAEL-4453 (#3304) 2017-12-30 11:19:08 +01:00
José Carlos Valero Sánchez 91be3244f2 Consolidate flyway modules (#3319) 2017-12-30 05:05:05 +01:00
ocheja c52b2a4ff3 BAEL-1440 (#3320)
* Define beans for handling different message types in a lean chat app

* Add class based spring beans configuration

* Define spring configuration in XML for constructor based bean injection

* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set

* Define configuration and classes specific to setter-based bean injection.

* Implement tests for constructor-based and setter-based bean injections

* develop codes for explaining type erasure

* Write unit tests for type erasure examples

* Remove evaluation article code

* Modify type erasure examples and unit tests

* Modify type erasure examples and unit tests

* Add expected exception in TypeErasureUnitTest

* Correct grammar in class name

* Implement File Manager app to demonstrate Polymorphism. Develop unit tests for Polymorphism article code

* Add examples for static polymorphism

* Change sysout statments to slf4j log info statements

* Add assertions and expected errors check on Test

* Add assertions and expected errors check on Test

* Correct compile time error of symbol not found

* Removed commented out non-compiling test.

* Replace string concatenations with String.format

* Replace string concatenations with String.format

* Remove verbose file info descriptor and replace with simpler one

* Add example codes for Hibernate Interceptors article
Write tests for session-scoped and sessionFactory-scoped interceptors
2017-12-29 19:51:24 +01:00
Dassi orleando 0ef4a4a7e2 BAEL-1448: Update Spring 5 articles to use the new milestone version (#3317)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version
2017-12-28 22:51:12 -08:00
Loredana Crusoveanu 5374dbb96c
Merge pull request #3314 from eugenp/pivovarit-patch-3
Update BinaryTree.java
2017-12-28 16:33:24 +02:00
Doha2012 962dfd228f make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00