5558 Commits

Author SHA1 Message Date
Walter Gómez
9cf533654d Fix/update selenium config (#2095)
* 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 congif fix
Change chromedriver files to geckodriver
Use Firefox webdriver to stick with standard
Update tests for JUnit and TestNG
Modify SeleniumExample and move all WebDriver Configuration to corresponding class
Update selectors and copy content
2017-06-16 09:13:36 +02:00
Tomasz Sobala
3a04c3adc1 BAEL-832 currently executed method. (#1982)
* injecting beans

* XML-based configuration replaced with Java Config.

* [BAEL-431] Exploring TestRestTemplate.

* Revert of evaluation task "XML-based configuration replaced with Java Config."

This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.

* Revert of evaluation task "injecting beans"

This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.

* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.

* [BAEL-431] added more meaningful user and password for auth.

* [BAEL-820] examples of wait() and sleep() methods.

* [BAEL-820] wait() and sleep() examples.

* [BAEL-829] number of occurences of a char in a String.

* [BAEL-829] printlns changed to assertions.

* [BAEL-829] improved names of the tests.

* [BAEL-872] map and flatMap difference.

* removed duplicated countingChars class.

* [BAEL-872] changed Object into List.

* [BAEL-872] improved code for map() and flatMap() article.

* [BEAL-832] getting the name of current executing method.

* clean up.
2017-06-15 23:19:32 +02:00
Grzegorz Piwowarek
6e84c895a8 Create README.md (#2093) 2017-06-15 18:44:55 +02:00
Grzegorz Piwowarek
b4bcb81c09 Create README.md (#2092) 2017-06-15 18:44:44 +02:00
Grzegorz Piwowarek
b92470e14d Refactor Smatt examples (#2091) 2017-06-15 16:13:51 +02:00
Grzegorz Piwowarek
586896e5b8 Create README.md (#2076) 2017-06-15 16:12:03 +02:00
Grzegorz Piwowarek
9a759db290 Create README.MD (#2075) 2017-06-15 16:11:50 +02:00
Grzegorz Piwowarek
fa37221411 Create README.md (#2078) 2017-06-15 16:10:35 +02:00
Grzegorz Piwowarek
a5b8c325a4 Create README.md (#2079) 2017-06-15 16:10:28 +02:00
Grzegorz Piwowarek
7e014b0f40 Create README.md (#2080) 2017-06-15 16:10:18 +02:00
Grzegorz Piwowarek
7db38d99b6 Create README.md (#2081) 2017-06-15 16:10:08 +02:00
Grzegorz Piwowarek
fc16d8b9b3 Create README.MD (#2082) 2017-06-15 16:09:56 +02:00
Grzegorz Piwowarek
f31b8e5da2 Create README.md (#2083) 2017-06-15 16:09:30 +02:00
Grzegorz Piwowarek
13d8464fa5 Create README.md (#2084) 2017-06-15 16:09:23 +02:00
Grzegorz Piwowarek
d2d9b065a1 Create README.md (#2085) 2017-06-15 16:09:12 +02:00
Grzegorz Piwowarek
2669bc5095 Create README.md (#2086) 2017-06-15 16:08:59 +02:00
Grzegorz Piwowarek
986a552210 Create README.md (#2087) 2017-06-15 16:08:45 +02:00
Grzegorz Piwowarek
d96a5553ee Create README.md (#2088) 2017-06-15 16:08:31 +02:00
Grzegorz Piwowarek
5698ecb047 Create README.md (#2073) 2017-06-15 16:08:13 +02:00
iaforek
6786eb13d8 BAEL-837 - Why Does Changing the Sum Order Returns a Different Result (#2070)
* Code for Dependency Injection Article.

* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.

* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.

* Moved project from roo to spring-roo folder.

* BAEL-838 Initial code showing how to remove last char - helper class and tests.

* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.

* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.

* BAEL-838 - Added regex method and updated tests.

* BAEL-838 Added new line examples.

* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.

* BAEL-838 Changed method names

* BAEL-838 Tiny change to keep code consistant. Return null or empty.

* BAEL-838 Removed unresolved conflict.

* BAEL-821 New class that shows different rounding techniques. Updated POM.

* BAEL-821 - Added unit test for different round methods.

* BAEL-821 Changed test method name to follow the convention

* BAEL-821 Added more test and updated round methods.

* BAEL-837 - initial commit. A few examples of adding doubles.

* BAEL-837 - Couple of smaller changes

* BAEL-837 - Added jUnit test.
2017-06-14 19:26:12 +02:00
Ante Pocedulic
ba4257d233 Introduction to Ascii doctor (#2069)
* - added classes for asciidoctor article
- added tests for that article
- added exclusion in pom.xml in libraries

* - fixed test

* - fixed formating in pom
2017-06-14 13:53:09 +02:00
slavisa-baeldung
7e315d8018 Merge pull request #2065 from eugenp/BAEL-778-dep
BAEL-778 - removing vertx-core dep, included transitively by vertx-web
2017-06-13 22:41:04 +02:00
ramansahasi
69b4a05eb8 BAEL-859 (updated) How to display/list all Spring-managed beans? (#2064)
* Separating displayAllBeans logic from main method

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Added FooService and FooController

* Changed test cases as per new configuration

* Template to handle front-end view

* Fixed spacing issue

* Fixed spaces

* Fixed spacing issue
2017-06-13 17:13:16 +02:00
slavisa-baeldung
b0f347962a Merge branch 'master' into BAEL-778-dep 2017-06-13 17:11:25 +02:00
slavisa-baeldung
bf96636b15 Merge branch 'master' into BAEL-778-dep 2017-06-13 17:10:43 +02:00
slavisa-baeldung
291cd2c205 BAEL-778 - removing vertx-core dep, included transitively by vertx-web 2017-06-13 16:07:41 +01:00
Grzegorz Piwowarek
74aa2c9ec9 WebsocketConfigRefactor (#2055)
* Vertx-integration test

* Vertx-integration test

* Refactor WebSocketConfig
2017-06-13 16:55:17 +02:00
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