Commit Graph

7193 Commits

Author SHA1 Message Date
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
linhvovn 2bac6f88e7 [BAEL-1411] Format code 2017-12-31 23:32:33 +08: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
linhvovn 1b7e6957bb [BAEL1411-tlinh2110] Add Class Level Security Example 2017-12-31 22:56:35 +08: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
linhvovn 0d84b1f0c1 [tlinh2110@gmail.com] Restructure to Method Security 2017-12-29 01:24:21 +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
Grzegorz Piwowarek 7b797ff97a
Update BinaryTree.java 2017-12-28 13:45:03 +01:00
Marcos Lopez Gonzalez 5e25e2c3ea BAEL -1339 Implement a binary tree in Java (#3301)
* edge cases binary tree

* code cleanup
2017-12-28 13:16:38 +01:00
Tomasz Lelek 0a76081ac3 Bael 1421 (#3312)
* BAEL-1421 live test of kafka streams

* BAEL-1421 Removed not-needed dependency

* BAEL-1421 rearannge

* BAEL-1421 rearannge

* fix pom

* move to libraries-data

* move to libraries-data
2017-12-28 11:21:11 +01:00
Loredana Crusoveanu e87114be6e
Merge pull request #3307 from eugenp/lor6-patch-1
Update README.md
2017-12-28 07:35:41 +02:00
Dassi orleando fc8eb5dc98 BAEL-1216: improve tests (#3309) 2017-12-27 19:21:13 -08:00
KevinGilmore 620abb2753
1278 and 1326 README (#3308)
* 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
2017-12-27 20:58:28 -06:00
Loredana Crusoveanu ef97c8aa0b
Update README.md 2017-12-28 01:11:30 +02:00
Loredana Crusoveanu 13b9b3d9e6
Merge pull request #3302 from dassiorleando/master
BAEL-720: better handle failed test in Jenkins pipeline
2017-12-27 19:47:33 +02:00
Grzegorz Piwowarek e9c7fefc21
Create pom.xml (#3298) 2017-12-27 15:32:45 +01:00
Dassi Orleando 3219228071 Make unit test work 2017-12-27 06:47:43 +01:00
Dassi Orleando 139a50a95a Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-27 06:46:36 +01:00
Dassi Orleando 5853c2ca07 BAEL-720: better handle failed tests in Jenkins pipeline 2017-12-27 06:46:22 +01:00
Dassi orleando e5559db619 BAEL-1216: Introduction to the OrientDB Java APIs (#3300)
* BAEL-1216: Introduction to the Oriented Java APIs

* OrientDB Java Graph and Document APIs

* some cleans

* BAEL-1216: Object API + code formating

* Prevent the build to failed

* Improve code and readme

* Update Readme

* Simulate failed test in jenkins pipeline
2017-12-26 21:36:33 -08:00
Dassi Orleando 8898d22ccb Simulate failed test in jenkins pipeline 2017-12-27 05:38:11 +01:00
Dassi Orleando 8d5afe2023 Update Readme 2017-12-27 05:19:48 +01:00
Dassi Orleando f8a45da58b Improve code and readme 2017-12-27 05:16:18 +01:00
Dassi Orleando 8daa5dab4e Prevent the build to failed 2017-12-26 19:05:59 +01:00
Dassi Orleando fa8dee2985 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-26 18:15:04 +01:00
Dassi Orleando dc189801a6 BAEL-1216: Object API + code formating 2017-12-26 18:14:48 +01:00
KevinGilmore 546cc0742e
1371 README (#3297)
* 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
2017-12-25 22:13:39 -06:00
thakursantosh 6f386f79e5 Code for BAEL-1437 - thakursantosh/st1972@gmail.com (#3294)
* New code for First Article 'Types of Bean Injection'

* Adding code for BAEL-1306

* Code changes for BAEL-1306

* Removed code of my evaluation article

* Simplified code to use number arrays BAEL-1306

* Simplified code for BAEL-1306

* Code commit for BAEL-1437

* Removed code that was added for BAEL-1437

* Code commit for BAEL-1437
2017-12-25 19:45:55 +01:00
Muhammed Almas 72854479e7 Counter (#3223)
* BAEL-1375 Counter in Java.

* BAEL-1375 Frequency counter in java.

* BAEL-1375 Refactored method names.

* BAEL-1375 refactored code.

* BAEL-1375 Fixed the test

* BAEL-1375 updated code to include parallel stream.
2017-12-25 15:50:22 +01:00
chrisoberle 284eeb894f fix issue with pom and remove unused import (#3286) 2017-12-25 15:49:16 +01:00