Commit Graph

5770 Commits

Author SHA1 Message Date
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
Abhinab Kanrar 53227eaf0e manual alorithm (#2096)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation
2017-06-20 09:02:26 +02:00
buddhini81 06d375bc42 BAEL-835 sample code 2017-06-20 07:29:03 +05:30
buddhini81 8b85c0251e Delete test.txt 2017-06-20 06:53:41 +05:30
buddhini81 cc5dd5bb8b Delete test2.txt 2017-06-20 06:53:25 +05:30
buddhini81 81b6322163 Delete test3.txt 2017-06-20 06:52:55 +05:30
buddhini81 b4de7a555d Delete test33.txt 2017-06-20 06:52:36 +05:30
buddhini81 36a3d11761 BAEL-835 code files 2017-06-20 06:51:43 +05:30
buddhini81 8a99c5e6f5 Create test33.txt 2017-06-20 06:50:11 +05:30
buddhini81 08628a0360 Create test3.txt 2017-06-20 06:49:35 +05:30
buddhini81 970d955534 test file 2017-06-20 06:40:23 +05:30
buddhini81 55892dbc8f Delete 2017-06-20 06:39:30 +05:30
buddhini81 2a6508538e BAEL-835 New project folder 2017-06-20 06:38:33 +05:30
buddhini81 1aaa774daf test 2017-06-20 06:36:02 +05:30
hariprasad108 547b5850fb Bael-864, Networking, core-java. (#2111) 2017-06-19 22:14:48 +02:00
maibin ed926b3790 Revert "Difference between url and uri bael 864 hariprasad net (#2108)" (#2110)
This reverts commit 9048d5215b.
2017-06-19 15:43:23 +02:00
Grzegorz Piwowarek df9953b6e6 Vertx repository refactor 2017-06-19 08:49:45 +02:00
hariprasad108 9048d5215b Difference between url and uri bael 864 hariprasad net (#2108)
* BAEL-864, java.net.*

* java-networking Bael-864, revision

* Final and static keywords removed.

* Bael-486 Static import for JUnit into pom.xml was added.

* Bael-486, pom.xml was renamed on networking-pom.xml to deactivate it.

* Maven pom.xml changed.

* Delete java-networing project.

* Bael-684, rearanged.
2017-06-19 00:27:34 +02:00
Alex Vargas fada609f16 Adding more examples to the Quartz project (#2101) 2017-06-18 09:36:51 +02:00
Felipe Reis eba5b938f5 BAEL-809: Add Kotlin Mockito supporting code (#2102) 2017-06-18 08:39:30 +02:00