6762 Commits

Author SHA1 Message Date
Ahmed Tawila
1be0d76f8c BAEL-1263 Daemon Threads in Java 2017-10-29 12:59:55 +02:00
Сергей Петунин
568198fed9 BAEL-1280: Mapping Dynamic Values (@Formula, @Filter, @Any, @Where) 2017-10-29 11:43:19 +01:00
Ahmed Tawila
31e2f177ad Merge branch 'master' of https://github.com/eugenp/tutorials 2017-10-29 08:55:06 +02:00
Grzegorz Piwowarek
88adbb6421
Update pom.xml (#2897) 2017-10-29 07:21:20 +01:00
Dassi orleando
e4d90382c3 BAEL-132: Configure Jenkins to run and show Jmeter tests (#2860)
* Different types of bean injection in Spring

* Difference between two dates in java

* Update README.md

* Simple clean of difference between dates

* Clean my test article

* Improve dates diff: for dates and datetimes

* Move difference between dates from core-java to libraries

* BAEL-890 - Kotlin-Allopen with Spring example

* BAEL-1107 - Introduction to Apache Cayenne Orm

* BAEL-1107: update formating and version of libs

* BAEL-1107: update properties of Author

* BAEL-1157: Apache Cayenne - Advanced Querying

* BAEL-1157: Fix imports

* BAEL-1157: code indentation

* BAEL-1157: Update list of author names

* BAEL-132: Configure Jenkins to Run and Show Jmeter Tests

* Removed submodule spring-jmeter-jenkins

* Commit again spring-jmeter-jenkins
2017-10-28 22:52:54 -07:00
Shubham
3d530cd9f2 Merge branch 'master' of https://github.com/sbmaggarwal/tutorials 2017-10-29 08:35:02 +05:30
Shubham Aggarwal
d873088b86
Merge pull request #3 from eugenp/master
Update fork
2017-10-29 08:34:51 +05:30
Shubham
5f795ca5e5 Added Kotlin datetime package and test cases for BAEL-896 2017-10-29 08:32:29 +05:30
Sergey Petunin
d97456ead8 BAEL-1221: How Spring MVC Really Works (#2892) 2017-10-28 08:38:57 -07:00
Yasin Bhojawala
89f9e2fed6 reverting .gitignore changes 2017-10-28 20:43:39 +05:30
Yasin Bhojawala
7ad1e5692b BAEL-1217 Guide to Spring Type Conversions 2017-10-28 20:41:20 +05:30
Shubham Aggarwal
4f23603852
Merge pull request #2 from eugenp/master
Reverse Merge
2017-10-28 11:17:10 +05:30
Hany Ahmed
26f38c1b69 JUnit5 with Mockito using @ExtendWith (#2770)
* JUnit5 with Mockito using @ExtendWith

* rename method:
givenUserWithExistingName_whenSaveUser_thenGiveUsernameAlreadyExistsError

rename this class according to the standard -- UserServiceUnitTest.java
2017-10-27 21:48:33 -05:00
dimitarsazdovski
fb283f35c7 BAEL 148 move to this repo (#2885) 2017-10-27 23:45:27 +02:00
Shaimaa Shalaby
303db6c663 Intro to JDO Queries 2/2 article (#2871)
* ADD 
MyApp.java class
ProductItem.java class

modify:
package.jdo to add a named query
pom.xml to add datanucleus-jdo-query.jar

* remove sys.out statements
2017-10-27 23:42:37 +02:00
daoire
6d0d878ba4
Update README.md (#2887) 2017-10-27 20:59:09 +01:00
Michael C Good
b8bd61243c BAEL-1238 Quick Guide to Using Keycloak with a Spring Boot Application (#2886)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update
2017-10-27 10:23:32 -07:00
nabyla
7489cf6eff PR Bouncycastle article (#2882)
* Add bouncycastle depedencies

* Add certificate and private key to resources folder

* add bouncycastle code sample

* Add bouncycastle test
2017-10-27 11:46:29 +02:00
Ahmed Tawila
5a23a69081 merge with fork 2017-10-27 10:17:01 +02:00
Ahmed Tawila
e6058445d9 merge with fork 2017-10-27 10:16:18 +02:00
Ahmed Tawila
766509cffd merge with remote 2017-10-27 10:12:57 +02:00
Michael C Good
dc349c17a8 BAEL-1238 michael.good703@gmail.com (#2879)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update
2017-10-26 21:32:25 -07:00
Eric Goebelbecker
b1219990ec Add Mockito tutorial for void methods (#2869) 2017-10-26 20:34:25 +02:00
Nikhil Khatwani
c389f56da5 Bael 1166 intro apache spark (#2875)
* Changes for BAEL-1166

* Changes for BAEL_1166

* Changes for BAEL 1166

* Changes for BAEL 1166

* Changes for BAEL_1166
2017-10-26 19:46:35 +02:00
Shubham Aggarwal
eb2f876caf Merge pull request #1 from eugenp/master
Update fork
2017-10-26 19:48:24 +05:30
Ahmed Tawila
ef4ee45a18 BAEL-1263 Daemon Threads in Java 2017-10-26 11:48:45 +02:00
Ahmed Tawila
3ee473d30e Merge branch 'master' of https://github.com/eugenp/tutorials 2017-10-26 10:17:37 +02:00
Ahmed Tawila
ead7528c9c BAEL-1171 java.lang.String API 2017-10-26 10:17:25 +02:00
KevinGilmore
814aff3031 BAEL-1187 README.md (#2873)
* 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
2017-10-25 21:54:00 -05:00
Graham Cox
6ac536861e Updated test names (#2856) 2017-10-25 21:30:53 -05:00
Mohamed Sanaulla
080af1cb45 adding code for BAEL-1262 (#2866)
* adding code for BAEL-1262

* fixing the build issue by moving the test to test folder
2017-10-25 15:11:28 -07:00
Grzegorz Piwowarek
8248a66ddb Build Optimization 25.10 (#2867)
* First round

* Second round
2017-10-25 22:35:21 +02:00
Grzegorz Piwowarek
1da6e1df42 EditDistance refactor (#2853) 2017-10-25 20:18:33 +02:00
Ahmed Tawila
a636f754b0 BAEL-1250 Initializing Arrays in Java (#2862)
* Evaluation article: Different Types of Bean Injection in Spring

* added tests & changed configuration to Java-based config

* removed xml config files

* rename unit tests

* BAEL-972 - Apache Commons Text

* remove code from evaluation article

* remove code from evaluation article

* BAEL-972 - Apache Commons Text - added another example

* BAEL-972 - Apache Commons Text - just indentation

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java - fix problems

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* fix formatting

* BAEL-1033 minor refactor

* BAEL-1035 Introduction to Eclipse Collections

* format

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* cleanup

* cleanup

* BAEL-1109 Introduction to JCache

* BAEL-1109 Introduction to JCache

* remove unneeded property in pom.xml

* fix formatting

* close cache instances properly

* remove latest commit

* BAEL-1057 Introduction to rxjava-jdbc

* refactor rxjava-jdbc

* Refactor rxjava-jdbc

* Refactoring rxjava-jdbc

* BAEL-1171 java.lang.String API

* refactor rxjava-jdbc

* refactor String

* String API - move multiple classes into a single class

* move class into test package

* BAEL-1171 String.lang.String API

* BAEL-1171 java.lang.String API

* BAEL-1250 Initializing Arrays in Java

* BAEL-1250 Initializing Arrays in Java

* BAEL-1250 Initializing Arrays in Java

* small fix
2017-10-25 19:17:15 +02:00
Doha2012
1c9477390d move query language to new module (#2864)
* move security content from spring-security-rest-full

* swagger update

* move query language to new module

* rename spring-security-rest-full to spring-rest-full
2017-10-25 18:39:04 +02:00
Ahmed Tawila
9ce32992a7 small fix 2017-10-25 15:53:15 +02:00
Ahmed Tawila
376206389f Merge branch 'master' of https://github.com/eugenp/tutorials 2017-10-25 15:34:54 +02:00
Ahmed Tawila
26f495afa7 BAEL-1250 Initializing Arrays in Java 2017-10-25 15:34:13 +02:00
Buddhini Samarakkody
864c2e2190 Code changes added for BAEL-656 (#2698)
* BAEL-656 - Add new DAO interface and Impl classes

* BAEL-656 - Add new model class

*  BAEL-656 - Add new Service class

*  BAEL-656 - Add configuration files

* BAEL-656 - maven upgrade for tomcat-dbcp version

*  BAEL-656 - Add JUnit Test classes

* BAEL-656 - upgrade tomcat-dbcp version

* BAEL-656 - for update of tomcat-dbcp version

* Delete exceptionDemoPersistanceConfig.xml

* BAEL-656 - Add renamed file

* Update NoHibernateSessBoundUsingAnnoSessionBeanMainIntegrationTest.java

* Update NoHibernateSessBoundUsingLocalSessionBeanMainIntegrationTest.java
2017-10-25 14:37:36 +02:00
Grzegorz Piwowarek
1757625dba Refactor Arrays (#2857) 2017-10-25 12:08:34 +02:00
Ahmed Tawila
595f6e3de0 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-10-25 08:47:31 +02:00
Ahmed Tawila
a5e2357033 BAEL-1250 Initializing Arrays in Java (#2811)
* Evaluation article: Different Types of Bean Injection in Spring

* added tests & changed configuration to Java-based config

* removed xml config files

* rename unit tests

* BAEL-972 - Apache Commons Text

* remove code from evaluation article

* remove code from evaluation article

* BAEL-972 - Apache Commons Text - added another example

* BAEL-972 - Apache Commons Text - just indentation

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java - fix problems

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* fix formatting

* BAEL-1033 minor refactor

* BAEL-1035 Introduction to Eclipse Collections

* format

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* cleanup

* cleanup

* BAEL-1109 Introduction to JCache

* BAEL-1109 Introduction to JCache

* remove unneeded property in pom.xml

* fix formatting

* close cache instances properly

* remove latest commit

* BAEL-1057 Introduction to rxjava-jdbc

* refactor rxjava-jdbc

* Refactor rxjava-jdbc

* Refactoring rxjava-jdbc

* BAEL-1171 java.lang.String API

* refactor rxjava-jdbc

* refactor String

* String API - move multiple classes into a single class

* move class into test package

* BAEL-1171 String.lang.String API

* BAEL-1171 java.lang.String API

* BAEL-1250 Initializing Arrays in Java

* BAEL-1250 Initializing Arrays in Java
2017-10-24 18:47:40 +02:00
Graham Cox
65d6e0127f Updated test names 2017-10-24 12:54:34 +01:00
Graham Cox
44862818bc Merge remote-tracking branch 'central/master' 2017-10-24 12:51:54 +01:00
deep20jain
5d39af398f BAEL 1143 - Edit Distance - deep20jain@gmail.com (#2718)
* Calculate edit distance

* Fixing formatting

* Making variable local to method
2017-10-24 05:36:28 +02:00
chrisoberle
f4c3469352 update test method names per BAEL-1187 (#2851)
* BAEL-1187 - Mapping Nested Values with Jackson

* minor naming and formatting changes to align with standards

* update formatting and jackson version

* update test method names
2017-10-23 18:55:12 -05:00
KevinGilmore
1c896ec494 Update README (#2852)
* 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
2017-10-23 18:44:18 -05:00
lor6
7c7a6d4407 BAEL-1274 custom method in multiple repositories ex (#2766)
* custom method in multiple repositories ex

* change var name

* refactor packages

* change to assertj, change method name
2017-10-23 22:16:19 +01:00
Ahmed Tawila
c768592435 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-10-23 10:58:32 +02:00
Ahmed Tawila
d14411e2b4 BAEL-1250 Initializing Arrays in Java 2017-10-23 10:58:07 +02:00