Commit Graph

5631 Commits

Author SHA1 Message Date
Grzegorz Piwowarek fe11e8f7d4 Idiomatic refactor (#2063)
* StringToCharStream

* Spring integration tests

* Spring integration tests
2017-06-13 16:54:45 +02:00
slavisa-baeldung 969b98094c BAEL-778 - removing vertx-core dep, included transitively by vertx-web 2017-06-13 15:03:09 +01:00
Seun Matt 53f4ec5f87 added updated example codes (#2062) 2017-06-13 12:58:53 +02:00
Doha2012 f73893bbb9 spring boot bootstrap (#2031)
* 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
2017-06-12 15:12:54 -05:00
lor6 80f633198a Junit5 (#2060)
* junit 5 example

* conditions example
2017-06-12 15:12:26 -05:00
Jesus Boadas 1028ad79fd OpenNLP (#2058)
* Introduction to OpenNLP

* Introduction to OpenNLP

* OpenNLP fix code
2017-06-12 17:55:12 +02:00
lor6 b6d47b00a3 junit 5 example (#2050) 2017-06-12 03:20:42 -05:00
Grzegorz Piwowarek 080a4234a9 Vertx-integration test (#2049)
* Vertx-integration test

* Vertx-integration test
2017-06-11 18:07:56 +02:00
amilabanuka 95283376eb BAEL-791 Liquibase rollback (#2045)
* BAEL-791
added the sample liquibase rollback scripts

* BAEL-791
Removed the auto running of migration
2017-06-11 17:56:33 +02:00
Yasin 4b1d0217e9 BAEL-252 A Java Client to consume a WebSockets API (#2048)
* BAEL-900 Guide to dynamic tests in Junit 5

* BAEL-900 Guide to Dynamic Tests in Junit 5

* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"

This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.

* BAEL-900 Guide to Dynamic Tests in Junit 5

* BAEL-900 Guide to dynamic tests in Junit 5

* removed unnecessary annotation

* BAEL-900 unused imports removed

* BAEL-900 simplified input generator code

* BAEL-252 A Java Client to consume a WebSockets API
2017-06-11 17:47:39 +02:00
slavisa-baeldung ed082d3660 Merge pull request #2035 from eugenp/BAEL-778
BAEL-778
2017-06-11 12:19:00 +02:00
Grzegorz Piwowarek 3def35e3eb Remove bean injection code (#2043) 2017-06-11 10:53:01 +02:00
Grzegorz Piwowarek dc43aec4d3 Build optimization 10.06.2017 (#2037)
* Refactor

* Refactor
2017-06-11 06:58:57 +02:00
Grzegorz Piwowarek 25c476a09b Delete SeleniumPageObjectTest.java (#2039) 2017-06-11 06:58:45 +02:00
KevinGilmore 60c95bac70 BAEL-918: README update (#2038)
* 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
2017-06-10 20:47:31 -05:00
Walter Gómez 5453e6753a Fix/selenium config (#2007)
* 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

* Selenium Page Object Pattern
Add Chromedrivers
Include hamcrest dependency for matchers on tests
Add PageObjects for Start Here and Home Page
Create config class for selenium

* Update Readme file
Add About page and model for additional example
Create new test for new impl

* Change if to switch statement
Add Matcher and pattern to match os name

* Update imports

* remove merge conflict notation
2017-06-10 17:19:38 +02:00
slavisa-baeldung cc37377821 BAEL-778 - renaming the vertx-spring to spring-vertx 2017-06-10 11:53:39 +01:00
slavisa-baeldung 5cb1c71cf0 Merge branch 'master' of https://github.com/dhruba619/tutorials into dhruba619-master 2017-06-10 11:46:51 +01:00
slavisa-baeldung 4591eecddb Merge pull request #2034 from eugenp/introspector-refactor
Introspector refactor
2017-06-10 12:40:28 +02:00
yetanotherallisonf 6d2f51db0f Create README.md (#2026) 2017-06-10 12:03:29 +02:00
Grzegorz Piwowarek 9cb18aebba Refactor introspector 2017-06-10 11:58:42 +02:00
Grzegorz Piwowarek c9cd941fc7 Merge remote-tracking branch 'origin/master' 2017-06-10 11:51:40 +02:00
Parth Karia 4552b8088c BAEL-875 code refactoring (#2030)
Hill-Climbing refactor
2017-06-09 14:57:29 +02:00
Seun Matt 920167f5b7 BAEL-865 - updated example code (#2029)
* added project files for evaluation article by smatt382@gmail.com

* added project files for evaluation article by smatt382@gmail.com

* added class com.baeldung.string.StringToCharStream by smatt382@gmail.com

* updated the example codes. Use assert statements

* updated example codes

* fixed conflict in pom.xml

* remove redundant files'

* added unit test
2017-06-09 14:32:20 +02:00
Raúl Juárez f18c993d71 BAEL-918 Testing with JGoTesting (#1998) 2017-06-08 21:15:26 -05:00
Jesus Boadas b00ec6abfd Introduction to OpenNLP (#2024)
* Introduction to OpenNLP

* Introduction to OpenNLP
2017-06-08 22:54:35 +02:00
ramansahasi 40dc547558 BAEL-859 How to display/list all Spring-managed beans? (#2021)
* Display all beans in Spring Container

* Display all spring managed beans

Add code to configure 'beans' endpoint.

* Added 'spring-boot-starter-test' dependency

Added 'spring-boot-starter-test' dependency with scope 'test'

* Display all spring managed beans Test cases

Added test cases for 'Display all spring managed beans' module.
2017-06-08 22:34:43 +02:00
Syed Ali Raza 5b785b3ad2 Bael 924 Updated code based on review from editor (#2020)
* BAEL-924: How to get all LocalDates between two dates?

* BAEL-924: Updated code based on review from editor

* BAEL-924: Updated code based on review from editor
2017-06-08 22:06:04 +02:00
dhruba619 4ff0d94e6b BAEL-778 initial commit 2017-06-08 21:18:57 +05:30
Grzegorz Piwowarek 41c35cea8b Hill-Climbing refactor (#2014)
* Rename test class

* HC Refactor

* refactor
2017-06-08 17:04:30 +02:00
Syed Ali Raza e59ecbc864 BAEL-924: How to get all LocalDates between two dates? (#2012) 2017-06-08 07:47:10 +02:00
PRITAM BANERJEE 4453358bfb BAEL-725: How to iterate over a map? (#1959)
* BAEL-725: How to iterate over a map?

* Changed the name of the tests in MapIterationTest.java
2017-06-07 22:22:28 +02:00
Abhinab Kanrar 0529906f47 moving jmh into libraries module (#1996)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml
2017-06-07 15:40:23 +02:00
Anand kumar 61135ac4da Change annotation parameters during runtime (#2006) 2017-06-07 15:24:47 +02:00
slavisa-baeldung cdc9f8f9a1 Merge pull request #2008 from eugenp/BAEL-839
BAEL-869 - Java 8 example of listing null properties
2017-06-07 10:52:13 +02:00
slavisa-baeldung 58a9ea0939 BAEL-869 - Java 8 example of listing null properties 2017-06-07 09:13:42 +01:00
Tian Baoqiang 0053a80758 set serenity dependency version to 1.4.0 instead of 1.4.1-rc (#2005) 2017-06-07 07:55:16 +02:00
Grzegorz Piwowarek a08733d7b7 Merge remote-tracking branch 'origin/master' 2017-06-07 07:52:33 +02:00
Anton 4732baccab BAEL-768 Introduction to Netty (#1933)
* 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
2017-06-07 07:52:23 +02:00
Grzegorz Piwowarek 885fa5de88 Merge remote-tracking branch 'origin/master' 2017-06-07 07:52:03 +02:00
Grzegorz Piwowarek 4c88eebd55 Rename test class (#2003) 2017-06-06 22:12:50 +02:00
Grzegorz Piwowarek a6f569a039 Rename test class 2017-06-06 20:15:17 +02:00
Walter Gómez 3338f51cae Feature/selenium page object pattern (#1993)
* 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

* Selenium Page Object Pattern
Add Chromedrivers
Include hamcrest dependency for matchers on tests
Add PageObjects for Start Here and Home Page
Create config class for selenium

* Update Readme file
Add About page and model for additional example
Create new test for new impl
2017-06-06 19:35:31 +02:00
Tian Baoqiang a48ded75c0 #BAEL-914 SerenityBDD and Screenplay (#2001) 2017-06-06 12:32:25 +02:00
KevinGilmore 92b67adc12 BAEL-936: Update README (#2000)
* BAEL-886: Updated README

* BAEL-917 Testing with Google Truth

Updated README

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

* BAEL-936: Update README
2017-06-05 22:29:57 -05:00
Parth Karia 137e182f55 BAEL-875 Example of Hill Climbing algorithm (#1968)
* 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-831 removed wrapper class

* BAEL-875 - Hill Climbing Algorithm

BAEL-875 - Implementation for Hill Climbing Algorithm

* BAEL-875 Modified algorithm with stream api
2017-06-05 20:55:47 +02:00
Nikhil Khatwani 97c1291359 BAEL-952 Removed mutable state by having separate files for tests (#1994) 2017-06-05 18:02:27 +02:00
Grzegorz Piwowarek ecc91a6108 Fix kotlin tests (#1995) 2017-06-05 12:09:37 +02:00
KevinGilmore ef7264c53b BAEL-936 akka-streams module added to parent pom (#1991)
* BAEL-886: Updated README

* BAEL-917 Testing with Google Truth

Updated README

* BAEL-936: adding akka-streams module to parent
2017-06-04 15:33:48 -05:00
Tomasz Lelek 71ddfeecb7 BAEL-936 code for akka_streams article (#1939)
* BAEL-936 code for akka_streams article

* rename
2017-06-04 14:50:00 -05:00