Commit Graph

7538 Commits

Author SHA1 Message Date
Loredana Crusoveanu b40108d91e move plugin file 2018-03-16 22:13:31 +02:00
Nikhil Khatwani a070f1b557 Bael 1532 (#3817)
* Changes for BAEL1532

* Changes for BAEL_1532

* BAEL-1532-Added as module to parent project

* zookeeper pom version upgrade
2018-03-16 09:53:40 +01:00
Alessio Stalla 69cd5cf49f BAEL-1636 (#3825)
* BAEL-1636 file upload with Spring Boot (nothing changes in the code per se, just the dependencies)

* BAEL-1636 removed bogus dependencies

* Updated rest-assured version because 2.9.0 is no longer on Central
2018-03-15 15:52:27 -07:00
Magdalena Krause b508689815 BAEL-1578: Hamcrest Object and Beans matchers. (#3820) 2018-03-15 15:42:11 -07:00
Harshil Sharma a526bed5c2 #BAEL-1549 Completed implementation of multipart upload (#3816) 2018-03-15 13:11:12 +01:00
Loredana Crusoveanu 4d089155f1
Merge pull request #3818 from khatwaniNikhil/BAEL-1284
Changes for handling capitalised xml elements
2018-03-15 11:41:04 +02:00
Nikhil Khatwani f17b02911b Changes for handling capitalised xml elements 2018-03-15 14:47:12 +05:30
Mher Baghinyan 24acf35bce Bael 1611 (#3799)
* Externalizable test

* Guide to Externalizable interface +tests

* serialize Community
2018-03-15 10:08:37 +01:00
Carlo Corti 510ad19f90 BAEL-1588 Junit assertions (#3810)
* Added JUnit Assertions code

* Fix method spelling

* Fix wrong assertion
2018-03-13 22:34:40 +01:00
ankishagarwal 3ad0cb693c Request for BAEL-1584 (#3740)
* Added for BAEL-1584

* updated for BAEL-1584

* Updated as per Suggestions from Josh, for BAEL-1584

* Removed wrapper class and updated few methods to return boolean instead of Integer
2018-03-13 19:48:11 +01:00
Miguel Rivero 6fdfc3c48a BAEL-1546: Java 8 Math additions (#3805)
* BAEL-1546: Java 8 Math additions

* Applied feedback to Unit Tests

* BAEL-1546 Added missing test annotations
2018-03-13 07:30:19 +01:00
Dhrubajyoti Bhattacharjee ade15ea80a BAEL-1576 Guide to unirest (#3779) 2018-03-12 22:07:03 +01:00
Doha2012 d0b42d10f2 modify tomcat dependency (#3806) 2018-03-12 22:21:45 +02:00
sasdroid e6360db343 Add code for article "Mapping LOB Data in Hibernate" (#3778)
* Add lob example

* Migrate the XML Based Configuration to Java Based Configuration
2018-03-12 18:18:55 +01:00
Loredana Crusoveanu 6a9ad8c1ad
Merge pull request #3782 from Doha2012/master
advanced rest assured
2018-03-12 15:31:06 +02:00
Jonathan f50d111c5e BAEL-1068 (#3456)
* BAEL-1068 - Javadoc example classes

* BAEL-1068 - Formatting change for pom.xml

* Updated javadoc comments to reflect article example

* Added javadoc tags for throws, deprecated, and version and a clause to throw an exception
2018-03-11 19:18:35 +01:00
Tom Hombergs 9bbbe5446f
Merge pull request #3798 from chrisoberle/master
BAEL-1533 Making a Spring MVC Form Remember Values
2018-03-11 17:09:37 +01:00
Tom Hombergs 95a37ccc10
Merge pull request #3777 from nguyennamthai/BAEL-1549
Bael 1549
2018-03-11 16:59:29 +01:00
DOHA 8bc65bb3dd Merge remote-tracking branch 'eugenp/master' 2018-03-11 13:04:05 +02:00
Eugen Paraschiv dffd5fd903 minor formatting work 2018-03-11 00:07:32 +02:00
Grzegorz Piwowarek 3380dba316
Delete README.md (#3796) 2018-03-10 21:56:29 +01:00
Loredana Crusoveanu 0961f1154c
Merge pull request #3716 from christopherfranklin/master
[BAEL-1575] Advanced tagging implementation with JPA
2018-03-10 22:37:40 +02:00
Eugen Paraschiv 41a377a456 removing unused imports 2018-03-10 21:33:31 +02:00
Predrag Maric 89f1c2721e
BAEL-1498 Money into words (#3797)
* Add tradukisto library

* Implement MoneyIntoWords

* Update the version of tradukisto library

* Refactor MoneyIntoWords

* Refactor

* Refactor pom.xml

* Refactor pom.xml

* Refactor NumberWordConverter

* BAEL-1498 Small refactoring

* Test edge cases

* BAEL-1498 Additional tests
2018-03-10 20:20:04 +01:00
bahti c5fadb5191 RxJava Maybe samples added. (#3646)
* RxJava Maybe samples added.

* update rxjava maybe test

* Update rxjava maybe tests
2018-03-10 17:00:14 +01:00
Magdalena Krause bce01cfff5 Bael 1580 2 (#3787)
* BAEL-1580: Changing hamcrest dependency.

* BAEL-1580: Adding test scope.

* BAEL-1580: Adding comparesEqualTo and notANumber matchers.
2018-03-10 16:51:37 +01:00
Arjay Nacion 9667f061ab BAEL-1510 - RxJava - Combining Observables (#3605)
* BAEL-1510 - RxJava - Combining Observables

Signed-off-by: Arjay Nacion <arjaycnacion@gmail.com>

* BAEL-1510 - RxJava - Combining Observables

* BAEL-1510 - RxJava - Combining Observables

* Fixed indentations, used assertJ assertions, renamed test class to end in UnitTest

* BAEL-1510 - RxJava - Combining Observables

* Amendments based on PR review
2018-03-10 08:52:35 -06:00
Chris Oberle af7f393716 update title of html pages 2018-03-10 07:19:57 -05:00
Chris Oberle 84080c9e95 BAEL-1533 - Making a Spring MVC Form Remember Values 2018-03-10 07:06:26 -05:00
KevinGilmore 24cc2e05bf
BAEL-1462 README update (#3793)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README

* BAEL-1297: Update README

* BAEL-1218: README

* BAEL-1148 README update

* BAEL-113 README

* BAEL-1158 README

* BAEL-1539: Update README

* BAEL-1507 README update

* BAEL-1178 README updated

* BAEL-1462 README
2018-03-09 22:40:11 -06:00
Dassi orleando 42d3de85ba BAEL-1273: add two test of the articles feed controller (#3794)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)

* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple

* BAEL-1285: Update Jackson articles

* BAEL-1273: implement both MVC and Rest approach to serve RSS content

* RSS(XML & Json) with a custom model

* BAEL-1273: remove a resource

* BAEL-1519: Guide to scribejava

* BAEL-1273: improve xml representation

* Fix pom

* BAEL-1587: JUnit 5 upgrade

* BAEL-1519: add GitHub implementation and improve article

* BAEL-1273: build a custom message converter to serve Rome Rss feed as json

* BAEL-1273: add two test of the articles feed controller

* Revert "BAEL-1273: add two test of the articles feed controller"

This reverts commit 3e4ced8a16e495971c05bccd5c507c4d68039ea0.

* BAEL-1273: add two test of the articles feed controller

* Remove some others article files
2018-03-09 16:48:11 -08:00
felipeazv 00b3a5148e [BAEL-1449] Combining Publishers: increase delay time (#3795) 2018-03-09 14:46:02 +02:00
Jose Carvajal 71ec77b6d5 BAEL-1108 Added awailability (#3788)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2

* Changes after code review

* BAEL-1108

* Fixed tests and renamed test names

* BAEL-1108 Formatting

* Added awailability
2018-03-09 00:31:49 +01:00
Tom Hombergs 20ac5ea8ee
Merge pull request #3650 from eugenp/thombergs-patch-4
added article link
2018-03-09 00:18:46 +01:00
Tom Hombergs efd1ba6399
Merge pull request #3769 from eugenp/thombergs-patch-6
added link to article
2018-03-08 23:46:16 +01:00
Alessio Stalla 36a7ed48af BAEL-1573 Code for the article: a guide to Jdbi (#3785) 2018-03-08 09:57:30 -08:00
Tarang Bhalodia 00c022388f BAEL-1524: Chain of Responsibility Design Pattern in Java (#3780)
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH

* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool

* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)

* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch

* BAEL-1524: added example for chain of responsibility design pattern

* BAEL-1524: added BDD style jUnit test to test unknown handler in ChainOfResponsibility design pattern

* BAEL-1524: refactored ChainOfResponsibility design pattern example

* BAEL-1524: refactored ChainOfResponsibility design pattern example

* BAEL-1524: updated ChainOfResponsibility design pattern example

* BAEL-1524: updated ChainOfResponsibility design pattern example

* BAEL-1524: moved chain of responsibility example from core-java module to patterns module
2018-03-08 07:45:48 -07:00
Juan Moreno 67092ccc49 BAEL-1159 - Added sample with null fields (#3756)
* Squashed commit of the following:

commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date:   Wed Feb 21 22:45:52 2018 -0300

    Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com

* Squashed commit of the following:

commit 4e6e27c914a401ee6bc599c7ffe913384137646a
Author: Juan Moreno <earth001@gmail.com>
Date:   Wed Feb 21 23:26:20 2018 -0300

    Fix package names

commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date:   Wed Feb 21 22:45:52 2018 -0300

    Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com

* Added sample with null fields

* Removed unused dependency
2018-03-08 12:31:06 +01:00
raghav-jha 4526bb6add BAEL-1586 Sum and Average in Java Array (#3718)
* Evaluation Article

* CR comments resolved

* BAEL-1586 Find Sum and Average in Java Array

* Revert "CR comments resolved"

This reverts commit c9bf88fcd58773d3df34e2a6cb4db44c3b54777d.

* Revert "Evaluation Article"

This reverts commit 41ad30313ab2c454350b5accdee531dba80e7ea9.

* BAEL-1586 Removed Author Description

* BAEL-1586 Find Sum And Avergae In Array

* remove excess whitespace
2018-03-07 15:59:50 +00:00
DOHA 89e273620b Merge remote-tracking branch 'eugenp/master' 2018-03-07 14:59:27 +02:00
DOHA 201092c263 advanced rest assured 2018-03-07 14:59:06 +02:00
Bruno Mattos Torrão 52d257a545 fix: groovy dependency version (#3776) 2018-03-07 13:13:24 +01:00
Nikhil Khatwani 89c4933a2b Bael 1532 (#3767)
* Changes for BAEL1532

* Changes for BAEL_1532

* BAEL-1532-Added as module to parent project
2018-03-07 10:40:10 +00:00
Jose Carvajal c7f9792d54 BAEL-1108 (#3766)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2

* Changes after code review

* Add XML, JavaConfig and Autowired examples.

* BAEL-1517: Added Java7 style assertions

* BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests

* Revert "Add XML, JavaConfig and Autowired examples."

This reverts commit 8f4df6b903.

* BAEL-1517: Editor Review changes

* BAEL-1517: Formatting...

* BAEL-1572: AWS EC2 examples

* BAEL-1108

* BAEL-1570 (#3762)

* Create pom.xml

* Update pom.xml

* Create pom.xml

* Update pom.xml

* add impl

* add app

* minor cleanup

* testing work

* testing work

* testing work

* testing work

* cleanup work

* unused import cleanup

* cleanup work for tests

* formatting work

* testing cleanup

* minior rename

* cleanup work

* added link to article (#3768)

* Fixed tests and renamed test names

* BAEL-1108 Formatting
2018-03-07 04:16:38 +01:00
Magdalena Krause 1bb98e491d BAEL-1580: Hamcrest number matchers. (#3749)
* BAEL-1580: Hamcrest number matchers.

* BAEL-1580: Moving hamcrest test to module mockito.
2018-03-06 16:46:35 +01:00
Nguyen Nam Thai 734ace918d Refactor the tests 2018-03-06 17:58:13 +07:00
Nguyen Nam Thai bbe6f60916 Remove the ending line of the pom.xml file 2018-03-06 15:53:17 +07:00
Nguyen Nam Thai a079f521eb Add a test resource for Apache Tika 2018-03-06 15:40:01 +07:00
Nguyen Nam Thai 3364e1ccad Initial commit for Apache Tika 2018-03-06 15:37:37 +07:00
Loredana Crusoveanu 5d66bb2945
Merge pull request #3731 from asturcon/tutorials/jerseyFiltersInterceptors
BAEL-1551 Jersey filters and interceptors
2018-03-06 10:19:49 +02:00