5767 Commits

Author SHA1 Message Date
iaforek
ac7c7f2701 Updated gitignore 2017-08-08 12:41:24 +01:00
iaforek
81502c54b5 Merge branch 'master' into master 2017-07-07 09:58:30 +01:00
iaforek
fc3af59d27 BAEL-579 Added missing dependency versions. 2017-07-07 09:49:29 +01:00
iaforek
67dc0bd2e6 BAEL-579 Added missing dependency versions. 2017-07-07 09:44:38 +01:00
Walter Gómez
2863d0c3e0 Feature/kotlin map examples (#2220)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Add Kotlin test to convert list to map

* Add additional associate methods on test for ListToMap file
2017-07-07 09:03:37 +02:00
fromalexwithluv
5a184d4e0d BAEL-871 What is serialVersionUID? (#2203)
* Bean Injection in Spring – ashrafmsokkar@gmail.com

* Bean Injection in Spring – ashrafmsokkar@gmail.com

* BAEL-871: What is serialVersionUID?

* BAEL-871: What is serialVersionUID?

* BAEL-871 What is serialVersionUID?

* BAEL-871 Implemented feedback
2017-07-07 08:45:03 +02:00
cleversonzanon
f3c99a7fcf BAEL-974 - Cleverson Santos | cleverson.ssantos1008@gmail.com (#2213)
* Different Types of Bean Injection in Spring code

* Dataclasses in Kotlin

* Revert "Different Types of Bean Injection in Spring code"

This reverts commit 4b747726b93a9f6bf76d6518792fc77e0d5c2fc9.
2017-07-07 08:37:08 +02:00
slavisa-baeldung
67261595dd Merge pull request #2221 from eugenp/cleaning-unnecessary-modules
BAEL-965 - removing unncessary modules
2017-07-07 08:35:36 +02:00
slavisa-baeldung
896c71906b BAEL-965 - removing unncessary modules 2017-07-07 07:08:00 +01:00
Anton
20b9f1bfa9 BAEL-861 Introduction to Awaitlity (#2150)
* BAEL-748 quick guide to @Value

* BAEL-748 changes from review

* BAEL-748 inject comma-separated values into array

* BAEL-768 Introduction to Netty

* BAEL-768 remove commented code

* BAEL-861 Introduction to Awaitility

* BAEL-861 rename Test to UnitTest
2017-07-06 22:12:41 -05:00
Grzegorz Piwowarek
b9b230f83e Build optimization 6.07 (#2219)
* refactor testng

* refactor testng

* Remove test suites from surefire

* Refactor

* Refactor
2017-07-06 23:22:41 +02:00
iaforek
bf7829d539 Revert "BAEL-579 Added actuator to Cloud Config Client."
This reverts commit 076657a26a57e0aa676989a4d97966a3b9d53e1c.
2017-07-06 12:19:26 +01:00
iaforek
3856d1a832 Revert "BAEL-579 Enabled cloud bus and updated dependencies."
This reverts commit 7845da922d89d53506dd0fff387ea13694c50bc1.
2017-07-06 12:19:08 +01:00
iaforek
5681be0844 Revert "BAEL-579 Config Client using Spring Cloud Bus."
This reverts commit 1d96bc5761994a33af9a7a9aa5ab68604a5b44dc.
2017-07-06 12:18:37 +01:00
iaforek
a68b0e59f3 Revert "BAEL-579 Updated Spring Cloud Version"
This reverts commit f775bf91e53a1ecfb9b70596688d7c8202bf495f.
2017-07-06 12:13:29 +01:00
iaforek
7f8b32cdd6 BAEL-579 Removed Git URL. 2017-07-06 12:05:13 +01:00
iaforek
ee95780416 BAEL-579 Server changes for Spring Cloud Bus
Added dependencies and removed git.clone-on-start as this was causing
server to throw errors after git properties change.
2017-07-06 12:02:51 +01:00
iaforek
dc5a4b3af6 BAEL-579 Added Spring Cloud Bus to Client. 2017-07-06 11:24:30 +01:00
Grzegorz Piwowarek
c99bb7fced Minimax refactor (#2212) 2017-07-06 12:01:49 +02:00
iaforek
42af88c3c2 BAEL-579 Added Actuator to Config Client 2017-07-06 10:34:48 +01:00
iaforek
2b55217ee9 BAEL-579 Removed test Git URL. 2017-07-06 09:37:50 +01:00
Walter Gómez
d6d5386613 Feature/kotlin list to map (#2216)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Add Kotlin test to convert list to map
2017-07-06 09:27:32 +02:00
KevinGilmore
a57103de78 BAEL-509: Uses @GetMapping (#2215)
* BAEL-886: Updated README

* BAEL-917 Testing with Google Truth

Updated README

* BAEL-936: adding akka-streams module to parent

* BAEL-936: Update README

* BAEL-918: Update README

* BAEL-980: Update README

* BAEL-967: Update README

* BAEL-509: Using @GetMapping instead of @RequestMapping with method=GET
2017-07-05 22:26:04 -05:00
Seun Matt
8ea31542ed Code Snippet for BidiMap BAEL-963 (#2204)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code
2017-07-06 01:17:17 +02:00
Grzegorz Piwowarek
178af4e049 Money fix (#2210)
* Fix problems with money

* Refactor
2017-07-05 17:20:04 +02:00
slavisa-baeldung
026c9717ce Merge pull request #2211 from eugenp/bael-951-responsive-services
bael-951-responsive-services
2017-07-05 17:05:36 +02:00
slavisa-baeldung
e495a51b6d BAEL-951 adding @Repository stereotype 2017-07-05 15:25:27 +01:00
Ahamed Mustafa
fb4ba02ecf BAEL-951 Self-Healing Services with Spring Cloud - C3 2017-07-05 15:22:38 +01:00
Ahamed Mustafa
0021df4637 BAEL-951 Self-Healing Services with Spring Cloud - C2 2017-07-05 15:22:26 +01:00
Ahamed Mustafa
c03ca0e998 BAEL-951 Self-Healing Services with Spring Cloud - C1 2017-07-05 15:22:13 +01:00
slavisa-baeldung
8746b525d5 Merge pull request #2208 from hmantri05/master
Moving Address into Customer
2017-07-05 15:41:49 +02:00
slavisa-baeldung
79d9649c41 Merge pull request #2209 from eugenp/half-wit4u-master
BAEL-804
2017-07-05 14:57:04 +02:00
slavisa-baeldung
59216419e5 BAEL-804 - fixing wrong pom.xml 2017-07-05 13:15:46 +01:00
iaforek
8d2b300cb4 BAEL-579 Recreated Config Client. 2017-07-05 13:08:33 +01:00
slavisa-baeldung
da56de8794 Merge branch 'master' into half-wit4u-master 2017-07-05 12:56:07 +01:00
iaforek
73d05a5d5f BAEL-579 Recreated Basic Config Server. 2017-07-05 12:51:02 +01:00
Himanshu Mantri
8a8e650c8f Moving Address into Customer 2017-07-05 16:57:11 +05:30
slavisa-baeldung
19439943b7 BAEL-804 - minor code refactors 2017-07-05 12:25:40 +01:00
Parth Karia
2f83bec231 BAEL-1004 (#2206)
* Dependency Injection examples

Dependency Injection examples for evaluation article

* Junit test cases added for dependency injection

Junit test cases added for dependency injection

* ClassNotFoundException vs NoClassDefFoundError

Example to reproduce ClassNotFoundException & NoClassDefFoundError

* JUnit test cases for ClassNotFoundException & NoClassDefFoundError

test cases to reproduce ClassNotFoundException & NoClassDefFoundError

* Deleting exampls for evaluation article

* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError

* BAEL-831 Removed wrapper class

* Removing evaluation article example

* BAEL-875 - Hill Climbing Algorithm

BAEL-875 - Implementation for Hill Climbing Algorithm

* BAEL-875 removed unused imports

* BAEL-984 Monte Carlo tree search

BAEL-984 Implementation for tic tac toe using Monte Carlo tree search

* BAEL-984	 test cases for MCTS

BAEL-984 test cases for Monte Carlo tree search implementation

* BAEL-1004

Implementation of Minimax algorithm
2017-07-05 09:54:46 +02:00
iaforek
1d96bc5761 BAEL-579 Config Client using Spring Cloud Bus. 2017-07-04 23:41:22 +01:00
iaforek
7845da922d BAEL-579 Enabled cloud bus and updated dependencies. 2017-07-04 23:04:25 +01:00
iaforek
076657a26a BAEL-579 Added actuator to Cloud Config Client. 2017-07-04 17:39:33 +01:00
mokhan
75c9345efa Merge branch 'master' of https://github.com/half-wit4u/tutorials.git
Conflicts:
	spring-drools/src/main/java/com/baeldung/spring/drools/app/ApplicationRunner.java
	spring-drools/src/main/java/com/baeldung/spring/drools/model/Fare.java
	spring-drools/src/test/java/com/baeldung/spring/drools/service/TaxiFareCalculatorServiceIntegrationTest.java
2017-07-04 20:57:13 +05:30
Mohammed Sarfaraz Khan
5d7e0bc531 Review Comment Incorporation 2017-07-04 20:52:56 +05:30
iaforek
f775bf91e5 BAEL-579 Updated Spring Cloud Version
I was getting error: java.lang.NoSuchMethodError:
org.springframework.cloud.config.environment.Environment
After version update, all is okay.
2017-07-04 15:16:41 +01:00
Jose Carvajal
76e2c35457 BAEL-902: Migrating from JUnit 4 to JUnit5 (#2202) 2017-07-04 14:34:09 +02:00
Mohammed Sarfaraz Khan
a0d82c25e3 Review Comment Incorporation 2017-07-04 11:07:03 +05:30
slavisa-baeldung
172c6c95b0 Merge pull request #2201 from eugenp/bael-965-collection-util
bael-965-collection-util
2017-07-04 07:16:23 +02:00
slavisa-baeldung
27b119a3f5 Merge remote-tracking branch 'origin/master' into bael-965-collection-util 2017-07-04 05:43:06 +01:00
slavisa-baeldung
7a77016b3c BAEL-965 - adding changes as per Grzegorz comments 2017-07-04 05:38:13 +01:00