Commit Graph

6919 Commits

Author SHA1 Message Date
Carsten Gräf da97e4c5ac
Merge pull request #3149 from dhruba619/master
BAEL-1160 Introduction to Apache Lucene-Added new sections
2017-11-29 15:54:35 +01:00
Eugen d433add90d
Create LICENSE (#3159)
Setting the MIT license on the repo.
2017-11-29 16:36:08 +02:00
Ahmed Tawila 11863ab2c3 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-29 15:28:21 +02:00
Ahmed Tawila 339552010e enhance nested classes 2017-11-29 15:28:08 +02:00
Eugen Paraschiv 9f42f62187 new spring context test 2017-11-29 14:57:56 +02:00
Loredana Crusoveanu c89879c3ea
Merge pull request #3032 from gschambial/master
BAEL-1331 - Quick Example: Comparator vs Comparable in Java
2017-11-29 13:36:32 +02:00
gschambial 8af39bf730 1. Comparator example using Lambda and Comparator.comparing corrected. 2017-11-29 16:46:37 +05:30
Grzegorz Piwowarek fb8f07c852
Update PolygonFactory.java (#3108) 2017-11-29 12:10:22 +01:00
Grzegorz Piwowarek 3feaee499a
Update README.md (#3044) 2017-11-29 12:07:35 +01:00
gschambial 352af1c6c5 Merge remote-tracking branch 'upstream/master' 2017-11-29 16:15:21 +05:30
Marcos Lopez Gonzalez d10a8d7f47 spring junit config (#3124) 2017-11-29 09:53:43 +01:00
Ahmed Tawila b75d54e627 Merge branch 'master' of https://github.com/ahmedtawila/tutorials into future-vavr 2017-11-29 09:07:01 +02:00
Ahmed Tawila 5f0eed9502 Future in Vavr - Initial Commit 2017-11-29 09:06:30 +02:00
Ahmed Tawila 0b19854257 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-29 09:01:36 +02:00
Ahmed Tawila c46996bd09 Merge branch 'master' of https://github.com/ahmedtawila/tutorials 2017-11-29 09:01:13 +02:00
Dassi Orleando eb33074a0e Simulate false unit test 2017-11-29 05:30:56 +01:00
Dassi Orleando 4bf7fb23f6 BAEL-720: Intro to Jenkins 2 and the power of pipelines 2017-11-29 04:30:45 +01:00
Eugen 1854175cb9
Update README.md 2017-11-28 12:39:39 +02:00
Eugen Paraschiv 5f57a6cb4b separating the sun specific functionality into a new module 2017-11-28 12:36:54 +02:00
Grzegorz Piwowarek 7f2ace0da9
FilesTest fix (#3146)
* FilesTest fix

* StopThreadTest fix
2017-11-27 21:02:42 +01:00
dhrubajyoti.bhattacharjee 68eae8ebf4 BAEL-1160 Introduction to Apache Lucene-Added new sections 2017-11-27 21:18:31 +05:30
Eugen Paraschiv bac574a7c2 cleanup work after build 2017-11-27 16:08:53 +02:00
Eugen Paraschiv ebc25b2b41 minor cleanup work 2017-11-27 15:56:07 +02:00
Ahmed Tawila 992c661e56 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-27 15:27:49 +02:00
Grzegorz Piwowarek 6536e39622
Update README.md (#3050) 2017-11-27 10:03:08 +01:00
parth.karia 3daa1b01ce BAEL-21 Exploring the new HTTP Client in Java 9 2017-11-27 12:10:19 +05:30
parth.karia b1782b3c19 Resolve conflicts manually 2017-11-27 12:05:18 +05:30
parth.karia 043ea5e574 Removes jgrapht from libraries 2017-11-27 12:03:43 +05:30
parth.karia 41cf86b228 Merge upstream/master
Conflicts:
	libraries/pom.xml
2017-11-27 11:57:56 +05:30
Daniele Demichelis b4d83ef9b2 upgraded to OSGi 6.0.0 & maven-bundle-plugin 3.3.0 (#3141) 2017-11-26 23:12:22 +01:00
Shouvik Bhattacharya 29bfac0e95 BAEL-1305: A Simple Guide to Java Loops. (#3133) 2017-11-26 23:06:18 +01:00
daoire 1b0f99a2d8
Merge pull request #3143 from eugenp/daoire-patch-2
Update README.md
2017-11-26 19:05:57 +00:00
daoire d418a40b7c
Update README.md 2017-11-26 17:29:14 +00:00
Doha2012 c1ecbf5710 move spring-jpa to persistence-modules (#3134)
* 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

* group persistence modules

* group testing modules

* try fix conflict

* cleanup

* group and cleanup

* add readme to grouping modules

* move spring-jpa to persistence-modules
2017-11-26 08:40:54 +01:00
adamd1985 aa46858c0f
BAEL-1289 - Merge (#3136)
* Initial Commit

* Added Domain Classes

* Update HighEndComputer.java

* Update StandardComputer.java

* Update TemplateMethodPatternTest.java

* Update parent pom.xml

* Update pom.xml in template-method submodule

* Update readme.md

* Update README.md

* Initial Commit

* Update HighEndComputer.java

* Delete article folder

* Initial Commit

* Initial Commit

* Initial Commit

* Added Article Folder

* Delete Article Folder

* Added Article Folder
2017-11-26 00:03:05 +01:00
Muhammed Almas 04dc60bd12 BAEL-1370 Added test to show usage of ArrayDeque. (#3128) 2017-11-25 11:36:23 +01:00
Ahmed Tawila 6435d5723a BAEL-1309 Append Data to a File with Java (#3054)
* 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

* BAEL-1171 java.lang.String API

* BAEL-1263 Daemon Threads in Java

* merge with fork

* BAEL-1263 Daemon Threads in Java

* fix compilation error

* BAEL-1309 Append Data to a File with Java

* fix build fails

* fix test error

* fix build failures

* cleanup

* fix Sneaky Runnable test

* revert sneaky runnable fix attempt

* fix test failure

* fix test failure

* fix all test failures

* fix test failure

* fix test failures

* Nested Classes in Java
2017-11-25 11:18:49 +01:00
Loredana Crusoveanu c8d11d0b81 fix log display issue (#3117) 2017-11-25 10:41:31 +01:00
abialas edec7ddbe5 BAEL-1344 (#3081)
* BAEL-1344 add java8 convert methods date, localdate, localdatetime

* BAEL-1344 add java9 example

* Move Date to LocalDate and LocalDateTime converters from core-java-8 to core-java-9
2017-11-24 13:29:08 -08:00
Loredana Crusoveanu 036fed69f9
Merge pull request #3120 from vivekkr12/BAEL-1173
BEAL-1173 - Add EC2 metadata access class and Integration Test
2017-11-24 22:46:33 +02:00
Vivek Kumar 42e89c72c2 BEAL-1173 - Add EC2 metadata access class and Integration Test 2017-11-25 01:43:02 +05:30
abialas d0396880e5 Move Date to LocalDate and LocalDateTime converters from core-java-8 to core-java-9 2017-11-24 20:51:02 +01:00
abialas 3bbe5afbde Merge remote-tracking branch 'upstream/master' 2017-11-24 20:37:40 +01:00
Ahmed Tawila 138633863c Nested Classes in Java 2017-11-24 21:01:47 +02:00
gschambial 5cfc34399f Merge remote-tracking branch 'upstream/master' 2017-11-24 13:52:50 +05:30
gschambial 66a1c32e13 1. Java 8 Comparators example added
2. Comparator.comparing example added
2017-11-24 13:48:55 +05:30
Ahmed Tawila 79a4d133c3 Merge branch 'master' of https://github.com/ahmedtawila/tutorials 2017-11-23 23:24:59 +02:00
Ahmed Tawila f13048b63e Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-23 23:24:40 +02:00
Loredana Crusoveanu ae6daf5124
Merge pull request #3112 from eugenp/lor6-patch-11
Update README.md
2017-11-23 20:58:11 +02:00
Loredana Crusoveanu 0b23dd8987
Update README.md 2017-11-23 20:26:53 +02:00