Commit Graph

5739 Commits

Author SHA1 Message Date
slavisa-baeldung 12166e9016 BAEL-804 - Spring Drools refactor 2017-06-27 16:02:53 +01:00
slavisa-baeldung 52d5fbe603 Merge branch 'master' of https://github.com/half-wit4u/tutorials into half-wit4u-master 2017-06-27 15:18:25 +01:00
Grzegorz Piwowarek 7ee3e57727 Ascii doctor fix (#2168)
* Asciidoctor fix

* Reformat
2017-06-27 08:20:33 +02:00
Tian Baoqiang 213a6e2bf2 #BAEL-397: use toMap instead of creating an empty hashmap (#2167)
* BAEL-397: use toMap instead of creating an empty hashmap

* BAEL-397: static import toMap for cleaner code
2017-06-27 07:35:41 +02:00
Seun Matt 3ae96995ad example code for BAEL-966 (#2152)
* 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-06-27 00:18:54 +02:00
Ante Pocedulic 75e0473822 - refactored asciidoctor code (#2164)
- refreshed README.md
2017-06-26 22:07:18 +02:00
Tomasz Lelek a0acc40f55 BAEL-981 pact article code 2017-06-26 20:04:13 +02:00
Blue Montag Software d0c7340da8 for-loops changed to while-loops when appropiate (#2163) 2017-06-26 12:12:02 -05:00
Doha2012 50ad7320a3 minor fix (#2162)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test

* fix live test

* minor fix
2017-06-26 10:45:16 -05:00
Grzegorz Piwowarek 04b9bd0382 Idiomatic refactor (#2161) 2017-06-26 16:37:03 +02:00
Doha2012 590cb07df6 fix live test (#2160)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test

* fix live test
2017-06-26 09:28:35 -05:00
Tian Baoqiang 52663a6bf5 BAEL-397: netflix servo intro (#2159) 2017-06-26 15:44:02 +02:00
Naresh Babu P B c9111e635f Examples for BAEL-423: (#2103)
* Examples for BAEL-423:

Handling Exceptions in Lambda Expression with Vavr(Javaslang)

* Modified Lifting and Try API examples and removed Validation API examples
2017-06-26 13:59:18 +02:00
PRITAM BANERJEE b97651ae5a MapIteration changes (#2072) 2017-06-26 12:36:16 +02:00
Chandravadan S 2bb31e54ed Cyclic Barriers demo (#2156) 2017-06-26 11:12:00 +02:00
slavisa-baeldung b7fbefa91b Merge pull request #2153 from eugenp/BAEL-957
BAEL-947 - moving from @GetMapping to @RequestMapping on account of https://github.com/spring-cloud/spring-cloud-netflix/issues/760
2017-06-25 23:17:50 +02:00
slavisa-baeldung d87683f9f9 BAEL-947 - moving from @GetMapping to @RequestMapping on account of https://github.com/spring-cloud/spring-cloud-netflix/issues/760 2017-06-25 21:51:44 +01:00
Andrew 18b56311e5 HttpMediaTypeNotAcceptableException (#2145)
* 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
2017-06-25 18:23:25 +02:00
Syed Ali Raza ed7c1694a7 Merging BAEL-968: Apache Commons BeanUtils (#2149) 2017-06-25 16:12:51 +02:00
Felipe Reis 526fd057ce BAEL-809 (#2147)
* BAEL-809: Add Kotlin Mockito supporting code

* BAEL-809: Add references to kotlin-mockito library
2017-06-25 13:22:52 +02:00
lor6 7c4016e056 webservices examples (#2134)
* webservices examples

* update to angular 4
2017-06-25 04:58:09 -05:00
mokhan f8e8aa0fce Updated code to use latest version
Modifed code sample to easy scenario
Deleted exisiting Code/files which are not required
2017-06-25 13:40:38 +05:30
Grzegorz Piwowarek 9e3e240a59 Refactor Gateway clients (#2144) 2017-06-24 19:44:41 +02:00
Doha2012 ee2ed99ad9 fix live test (#2143)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test
2017-06-24 12:38:17 -05:00
slavisa-baeldung 61bea8493d Merge pull request #2140 from tschiman/master
BAEL-947 Gateway Pattern
2017-06-24 18:02:40 +02:00
Grzegorz Piwowarek 3aba63dc0e Remove unnecessary generic params (#2141)
* Remove unnecessary parameters

* Remove unnecessary parameters

* Remove unnecessary parameters
2017-06-24 10:13:41 +02:00
shaimaa-hshalaby 79c91fdb33 Spring With Maven BOM (#2121)
* Spring With Maven BOM

* change xml indentation to spaces
2017-06-24 08:04:09 +02:00
Blue Montag Software f03ed8548b Apache Commons Collections OrderedMap user:igallegosagas email:ignaciogallego@gmail.com (#2131)
* Test class that shows OrderedMap methods and implementations

* Test class that shows OrderedMap methods and implementations
2017-06-23 22:19:25 -05:00
tschiman a1a9ec6dd9 Merge remote-tracking branch 'upstream/master' 2017-06-23 16:12:39 -06:00
tschiman 3f3b5994f5 BAEL-947 removing session header on books client call as it is not needed 2017-06-23 16:10:27 -06:00
yetanotherallisonf df3b01301c Update README.md (#2124) 2017-06-23 16:22:27 +02:00
Grzegorz Piwowarek 903b9278da Refactor (#2138) 2017-06-23 16:19:01 +02:00
Ante Pocedulic b167deb263 maven-plugin for pdf generation (#2135)
* - added classes for asciidoctor article
- added tests for that article
- added exclusion in pom.xml in libraries

* - fixed test

* - fixed formating in pom

* - added dependency to the pom.xml
- created plugin in pom.xml

* - changed output generation to pdf

* Revert "- changed output generation to pdf"

This reverts commit 26cfaeb2485f2f8afb7b3ab1ecbb96f9606e55b5.

* - changed output generation to pdf
2017-06-23 15:09:37 +02:00
Grzegorz Piwowarek ef7400484c Algorithms refactor (#2136) 2017-06-23 10:18:04 +02:00
Parth Karia 1b0d5f0b73 BAEL-984 Monte Carlo tree search (#2129)
* 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
2017-06-22 22:51:43 +02:00
Ante Pocedulic 2cde0e37c2 Asciidoc merge request (#2128)
* - added classes for asciidoctor article
- added tests for that article
- added exclusion in pom.xml in libraries

* - fixed test

* - fixed formating in pom

* - added dependency to the pom.xml
- created plugin in pom.xml
2017-06-22 17:44:00 +02:00
Grzegorz Piwowarek 87049b63f4 Build opt 22 06 (#2132)
* Drools reformat

* Further refactor

* Further refactor

* Refactor
2017-06-22 15:52:05 +02:00
Sunil Mogadati 38dc2041a1 Add README.MD to drools module (#2126) 2017-06-22 04:03:39 -06:00
Abhinab Kanrar a6a58f40f6 adding jmh (#1976) 2017-06-21 20:26:07 +02:00
Tehreem 0fab04f1b6 Spring YAML Configuration (#1807)
* Spring YAML Configuration

* Spring YAML Configuration

* Spring YAML Configuration

* Update application.yml

removing ^M

* Update application.yml

* Spring YAML Configuration

* Update pom.xml

* Update pom.xml

* Spring YAML Configuration

* Spring YAMl Configuration
2017-06-21 20:25:36 +02:00
Abhinab Kanrar b5077409f4 as per suggestetion (#2120)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion
2017-06-21 20:24:31 +02:00
yetanotherallisonf 2f652a2620 Update README.md (#2119) 2017-06-21 20:24:16 +02:00
tschiman fdb25a2276 BAEL-947 Adding combined endpoint and feign clients. 2017-06-21 09:27:32 -06:00
Mansi 91b0efccd2 BAEL-944 Exploring the Spring MVC URL Matching Improvements (#1954)
* 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
2017-06-20 20:00:10 -05:00
KevinGilmore ec46b8b338 BAEL-980 Update README.md (#2116)
* 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
2017-06-20 19:59:47 -05:00
Sunil Mogadati bfc6d480c8 BAEL-802: Drools using rules from Excel Files (#2115)
* Add NDC and JBoss Logging to the demo application

* NDC for Log4j, Log4j2 and JBoss Logging

* Simplify NDC example by making it a single operation instead of two

* Make NDC example as RestController, Use JBoss Logging only as a logging bridge

* Fix merge conflicts in pull request - log-mdc pom.xml updated

* BAEL-445 Update to Spring security SpEL example

* BAEL-445: Change tabs to spaces in the updated code

* BAEL-245: Add Enum Serialization exmaple

* BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore

* Add more enum serialization examples to align with previous example and prevent build fail

* BAEL-611: Minor formatting changes

* BAEL-611: Update Test case method names

* BAEL-611 Add JAX-WS client and JUnit Test

* BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString()

* BAEL-741: Spring Security Multiple Authentication Providers

* BAEL-741: Spring Security Multiple Authentication Providers

* Remove unnecessary change in pom.xml

* BAEL-802: Drools Excel example
2017-06-20 15:34:58 -05:00
hmantri05 e5f050aeb8 Merge pull request #2 from hmantri05/add-collectionutils-guide
Adding collection utils guide
2017-06-20 23:48:35 +05:30
hmantri05 94d9626188 Merge pull request #1 from hmantri05/spring-check-property-is-null-2
Spring check property is null 2
2017-06-20 23:47:07 +05:30
Himanshu Mantri e5dc539a4f Adding collection utils guide
Adding Apache Commons 4 Collection Utils guide
2017-06-20 23:40:18 +05:30
slavisa-baeldung 0267760688 Merge pull request #2109 from eugenp/vertx_refactor
Vertx repository refactor
2017-06-20 09:56:07 +02:00