6531 Commits

Author SHA1 Message Date
Ahmed Tawila
df3aa78d57 fix test failure 2017-11-16 11:31:05 +02:00
Ahmed Tawila
0ffa8c6c8c revert sneaky runnable fix attempt 2017-11-16 11:08:27 +02:00
Ahmed Tawila
afd142caa0 fix Sneaky Runnable test 2017-11-16 10:50:25 +02:00
Ahmed Tawila
1bbe9196ee cleanup 2017-11-16 10:42:59 +02:00
Ahmed Tawila
c901cb5fad fix build failures 2017-11-16 10:39:51 +02:00
Ahmed Tawila
10fe3d060f fix test error 2017-11-16 10:32:06 +02:00
Ahmed Tawila
2d3ea1ba24 fix build fails 2017-11-16 10:21:08 +02:00
Ahmed Tawila
d5ffdc5884 merge with base remote 2017-11-16 09:26:09 +02:00
Ahmed Tawila
76f6e99256 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-16 08:54:36 +02:00
Ahmed Tawila
960d8e004c BAEL-1309 Append Data to a File with Java 2017-11-16 06:44:34 +02:00
Ahmed Tawila
3cc88518bd fix compilation error 2017-11-15 23:40:35 +02:00
Ahmed Tawila
0568de3d94 merge with base repo 2017-11-15 23:04:11 +02:00
Ahmed Tawila
56c4397f9d Merge branch 'master' of https://github.com/ahmedtawila/tutorials 2017-11-15 22:21:13 +02:00
Grzegorz Piwowarek
d54917c7e9
Spring cloud samples (#3010)
* Matchers is now deprecated in Mockito 2, it's now replaced by ArgumentMatchers

* BAEL-1069: Guide to diamond operator in Java

* Changes after review

* BAEL-719: Intro to Spring Cloud Stream

* Pull request changes done

* Renamed unit tests

* Add spring-cloud-stream

* Add module

* Exclude integration tests from spring-cloud
2017-11-15 17:57:10 +01:00
Alejandro Gervasio
8957b9414c Initial Commit (#3045) 2017-11-15 17:43:57 +01:00
adamd1985
9685875496
Revert "Implementing the Template Method Pattern with Java - BAEL-1289 (#3038)" (#3042)
This reverts commit c0f9c00a3b40648d72af62ee6ec878d3cae28346.
2017-11-15 17:28:49 +01:00
Ahmed Tawila
f6bced487a Merge branch 'master' of https://github.com/eugenp/tutorials 2017-11-15 12:18:39 +02:00
Andrew
af50b1e59c Updated a link to the article (#3047)
* code snippets for the `Java 9 Stream API improvements` article

* code snippets for the `Java 9 Stream API improvements` article [2 attempt]

* removed the first attempt

* the Spring 5 WebClient

* delted stream features test

* HttpMediaTypeNotAcceptableExceptionExampleController [0]

* reactive web client service was removed

* new WebClient

* new WebClient [2]

* spring-rest-shell init

* pom added

* readme added

* updated a link to the article
2017-11-15 09:26:24 +02:00
Dassi orleando
499f57cad4 BAEL-1190: JUnit 5 upgrade (#3048)
* 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

* BAEL-1190: JUnit 5 upgrade
2017-11-14 22:31:59 -08:00
Grzegorz Piwowarek
95868bf28e
Update README.md (#3015) 2017-11-15 07:24:54 +01:00
Marcos Lopez Gonzalez
1c543f8f86 BAEL-1233 - Enabled Annotation in Spring 5 Testing (#3031)
* tests with enabled annotations

* rollback pom

* formatting
2017-11-14 09:14:01 -08:00
Carsten Gräf
d076823051
Merge pull request #2999 from dhruba619/master
BAEL-1160 Introduction to Apache Lucene
2017-11-14 15:42:33 +01:00
Grzegorz Piwowarek
d64b61548e
Update pom.xml (#3041) 2017-11-14 13:58:56 +01:00
Doha2012
62e5e2f75d add readme to grouping modules (#3039)
* 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
2017-11-14 13:47:48 +01:00
Loredana Crusoveanu
d0d86cf76e
Merge pull request #3043 from eugenp/lor6-patch-7
Update README.md
2017-11-14 14:21:19 +02:00
bahti
d6096fc58b BAEL 1185 Lazy Verification with Mockito 2 mini-article accompanying code (#2985)
* BAEL-1185 Add Mockito2 lazy verification test

* Test multiple exceptions with lazy verification

* move mockito2 lazyVerificationTest to testing-modules

* update test method name in lazyverificationtest
2017-11-14 13:17:57 +01:00
Loredana Crusoveanu
35d44cb6d7
Update README.md 2017-11-14 11:37:36 +02:00
Grzegorz Piwowarek
ebc5b52b3a
Update README.MD (#3040) 2017-11-14 08:52:11 +01:00
Alejandro Gervasio
c0f9c00a3b Implementing the Template Method Pattern with Java - BAEL-1289 (#3038)
* Initial Commit

* Update HighEndComputerBuilder.java

* Update HighEndComputerBuilder.java

* Update StandardComputerBuilder.java

* Update TemplateMethodPatternTest.java

* Update ComputerBuilder.java

* Delete HighEndComputer.java

* Delete StandardComputer.java
2017-11-14 08:39:46 +01:00
felipeazv
503fd2d24f BAEL-803: Backward Chaining with Drools - changefix (#3020) 2017-11-13 19:41:00 +01:00
daoire
f984b4a07c
Merge pull request #3022 from eugenp/README-update
Update README.md
2017-11-13 18:39:14 +00:00
Loredana Crusoveanu
2518348493
Merge pull request #2966 from hugosama1/googlehttpclient
BAEL-1260 A Guide to google-http-client
2017-11-13 19:15:07 +02:00
Grzegorz Piwowarek
00282dd43e
Build fix (#3033) 2017-11-13 18:10:14 +01:00
chrisoberle
25fe85d849 rename client databases and switch from 3 to 2 of them (#3028) 2017-11-13 08:36:30 -08:00
Doha2012
2e5531edd0 group and cleanup (#3027)
* 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
2017-11-13 16:45:26 +01:00
hgomez
06985d5b0e chnaged client version to property 2017-11-13 08:48:57 -05:00
Loredana Crusoveanu
2a85b9c96e
Merge pull request #3029 from eugenp/lor6-patch-6
Update README.md
2017-11-13 15:09:37 +02:00
Loredana Crusoveanu
7cf3a763aa
Update README.md 2017-11-13 14:40:00 +02:00
Grzegorz Piwowarek
82337c59cf
OSGi cleanup (#3018) 2017-11-13 08:52:28 +01:00
Alejandro Gervasio
10ea5fa784 Implemeting the template method pattern in Java - BAEL-1289 (#3012)
* Initial Commit

* Delete domain classes
2017-11-13 08:42:26 +01:00
Grzegorz Piwowarek
294a055ce5
Update README.md (#3016) 2017-11-13 08:23:17 +01:00
Doha2012
7d41efdab1 group testing modules (#2914)
* 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
2017-11-13 08:06:06 +01:00
hgomez
2c8205f5ca Changed to github api Example 2017-11-13 00:00:07 -05:00
Loredana Crusoveanu
38efd3454f
Merge pull request #3024 from eugenp/BAEL-1290-v2
smaller methods
2017-11-12 23:51:17 +02:00
daoire
7633d63deb
Merge pull request #3021 from eugenp/Hibernate5-README-update
Update README.md
2017-11-12 20:55:02 +00:00
Loredana Crusoveanu
8e50444ba6 smaller methods 2017-11-12 22:31:39 +02:00
daoire
7c227841d6
Update README.md 2017-11-12 20:10:47 +00:00
daoire
179f545f09
Update README.md 2017-11-12 20:08:24 +00:00
Daniele Demichelis
94f4dd1d77 Bael 728 introduction to osgi (#3017)
* BAEL-728: first working geocoder example

* First steps with different geocoder

* Working plaing app

* Small step

* Maven project subdivided into components.

* <Export-Package> added

* CLient

* small step fwd

* Committing before resetting idea

* It does not compile!

* some other mod

* Works

* step

* Examples works

* removed unused code

* Removed empty folder
2017-11-12 13:44:21 +01:00
Mansi
062b83fe17 BAEL-1237 String Formatter (#2912)
* 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
2017-11-12 12:51:03 +01:00