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
Dassi Orleando
ac890d6ce4
some cleans
2017-12-25 13:36:07 +01:00
Dassi Orleando
39b12deb04
OrientDB Java Graph and Document APIs
2017-12-25 13:31:45 +01:00
Loredana Crusoveanu
4239a4301b
Merge pull request #3292 from eugenp/lor6-patch-6
...
Update README.md
2017-12-24 21:45:30 +02:00
Loredana Crusoveanu
660750b564
Merge pull request #3293 from eugenp/lor6-patch-7
...
Update README.md
2017-12-24 21:15:12 +02:00
Loredana Crusoveanu
5be2f5c28f
Merge branch 'master' into lor6-patch-6
2017-12-24 20:29:22 +02:00
Loredana Crusoveanu
2d56f43e95
Merge pull request #3291 from eugenp/lor6-patch-1
...
Create README.md
2017-12-24 20:26:39 +02:00
Loredana Crusoveanu
9a6e7df164
Update README.md
2017-12-24 19:52:26 +02:00
KevinGilmore
79125b1f20
BAEL-1328 README ( #3290 )
...
* 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
2017-12-24 11:50:17 -06:00
Loredana Crusoveanu
a1afa983d3
Update README.md
2017-12-24 19:50:07 +02:00
Loredana Crusoveanu
7e241630c7
Create README.md
2017-12-24 19:47:25 +02:00
Tomasz Lelek
2ef351434e
Bael 1421 ( #3222 )
...
* BAEL-1421 live test of kafka streams
* BAEL-1421 Removed not-needed dependency
* BAEL-1421 rearannge
* BAEL-1421 rearannge
* fix pom
2017-12-24 06:33:37 +01:00
Dassi Orleando
3d99307365
BAEL-1216: Introduction to the Oriented Java APIs
2017-12-24 05:48:32 +01:00
Jose Carvajal
85f12cd254
BAEL-399: A Guide to Multitenancy in Hibernate 5 ( #3235 )
...
* BAEL-399: A Guide to Multitenancy in Hibernate 5
* Removed unused properties in profile 2
2017-12-23 17:23:21 -06:00
Loredana Crusoveanu
13d47f0873
Merge pull request #3285 from eugenp/BAEL-1329
...
remove extra serialization ex
2017-12-23 23:00:22 +02:00
Loredana Crusoveanu
b18c4deb3f
remove extra serialization ex
2017-12-23 22:36:56 +02:00
Loredana Crusoveanu
cc39f18d21
Merge pull request #3208 from Ahmad-alsanie/master
...
BAEL-1329 A Guide to Java Initialization
2017-12-23 22:28:30 +02:00
KevinGilmore
314e2148b2
BAEL-1326 2nd attempt ( #3281 )
...
* 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-1326: Default and static methods in interfaces
2017-12-23 07:04:16 -06:00
Victor Ikoro
52edd46c0a
BAEL-1371 - Guide to Cipher class ( #3150 )
...
* Bean Injection Types
* Bean Injection Types
* Bean Injection Types
* Bean Injection Types - Added / Fixed tests
* BAEL-1371 Encryptor class
* BAEL-1371 Modified Encryptor class, added encryptor test
* BAEL-1371 Modified Encryptor class, added encryptor test
* BAEL-1371 removed spring core files
* BAEL-1371 Update test, new line for "when" and "then" logic
* BAEL-1371 Fixed tests
* BAEL-1371 cleanup and assertj assertions
2017-12-21 21:39:55 -06:00
Eric Goebelbecker
0d22a64cbf
BAEL-1420 - introduction to InfluxDB with Java ( #3276 )
...
* BAEL-1420 - introduction to InfluxDB with Java
* BAEL-1420 - removed unused catches. Shorten batch timer.
* BAEL-1420 - add notes to readme.
2017-12-21 16:44:00 -08:00