Commit Graph

9857 Commits

Author SHA1 Message Date
Loredana Crusoveanu 37e291b695
Merge pull request #5355 from eugenp/file-read-update
update read file test
2018-09-30 11:19:54 +03:00
Loredana Crusoveanu dcf5a40c3f remove import 2018-09-30 11:14:54 +03:00
Loredana Crusoveanu 8cff5212f9 update read file test 2018-09-30 11:13:35 +03:00
Loredana Crusoveanu ac71273390
Merge pull request #5353 from amit2103/BAEL-9017
[BAEL-9017] - Uncommented PMD violations from default profile
2018-09-30 10:10:47 +03:00
Loredana Crusoveanu e85d1ef9d6
Merge pull request #5354 from eugenp/lor6-patch-15
Update pom.xml
2018-09-30 10:10:04 +03:00
Loredana Crusoveanu d19c5a94ac
Merge branch 'master' into BAEL-9017 2018-09-30 08:46:57 +03:00
Loredana Crusoveanu d475578d3b
Update pom.xml 2018-09-30 08:45:49 +03:00
Loredana Crusoveanu a91812d4ea
Merge pull request #5348 from amit2103/BAEL-9018
[BAEL-9018] - Fixed malformed POMs and remaining PMD problems
2018-09-30 08:44:10 +03:00
amit2103 ac15191bf6 [BAEL-9017] - Uncommented PMD violations from default profile 2018-09-30 10:42:59 +05:30
hardik-r-shah fb34ecb351 BAEL-2149 initial commit (#5186)
* BAEL-2149 initial commit

* BAEL-2149 calculate percentage
2018-09-30 06:44:49 +02:00
Loredana Crusoveanu 3ba193916c
Merge branch 'master' into BAEL-9018 2018-09-29 22:15:13 +03:00
Loredana Crusoveanu aad613a25e
Merge pull request #5333 from amit2103/BAEL-9017
[BAEL-9017] - Fixed PMD violations and added in main pom.xml
2018-09-29 22:09:19 +03:00
amit2103 aeb1711397 [BAEL-9018] - Fixed malformed POMs and remaining PMD problems 2018-09-29 23:32:30 +05:30
amit2103 2af9eb89f1 [BAEL-9017] - Fixed conflicts 2018-09-29 21:12:21 +05:30
Alejandro Gervasio 258532c40f BAEL-2253 - Difference Between @NotNull, @NotEmpty and @NotBlank Constraints in Bean Validation (#5310)
* Initial Commit

* Update UserNotBlankUnitTest.java

* Update UserNotEmptyUnitTest.java

* Update UserNotNullUnitTest.java
2018-09-29 09:04:18 -05:00
Loredana Crusoveanu 7d7eea291c
Merge pull request #5345 from vaibs28/master
BAEL-2211 Merge Sort
2018-09-29 15:39:01 +03:00
Loredana Crusoveanu f5258639d8
Merge pull request #5346 from eugenp/BAEL-2086-V2
update jsf
2018-09-29 14:49:27 +03:00
Loredana Crusoveanu 33ca802287 update jsf 2018-09-29 14:38:45 +03:00
Loredana Crusoveanu 07b5a95dc3
Merge pull request #5338 from Vizsoro/controller-service-dao-jsf-5
refactor of dependencies
2018-09-29 14:29:29 +03:00
Vaibhav Sahay ea4b5c8636
removed negative test 2018-09-29 16:19:45 +05:30
Vaibhav Sahay 575dcc3840
Updated the imports 2018-09-29 16:15:54 +05:30
Vaibhav Sahay 6a3eec15e5
Unit test for MergeSort 2018-09-29 16:06:30 +05:30
Vaibhav Sahay a4521a9b04
Merge pull request #1 from eugenp/master
sync repo
2018-09-29 15:59:41 +05:30
Vaibhav Sahay 681815d97f
Deleted MergeSortTest.java 2018-09-29 15:44:14 +05:30
Vaibhav Sahay d01ab8e3eb
removed negative test 2018-09-29 15:37:34 +05:30
Vaibhav Sahay 5db1d97f8f
initial commit 2018-09-29 15:24:09 +05:30
Vaibhav Sahay 191b27a8c5
initial commit 2018-09-29 15:22:22 +05:30
Loredana Crusoveanu 2be7a7235d
Merge pull request #5342 from eugenp/remove-extra-vaadin
remove extra vaadin project
2018-09-29 12:37:10 +03:00
Patryk 56c2b9663e BAEL-2165 (#5317)
* BAEL-2165: Guide to Passay

* BAEL-2165: Guide to Passay #2

* BAEL-2165: Guide to Passay #3

Fixed formatting.
2018-09-29 10:52:02 +02:00
Loredana Crusoveanu 75c258540e remove extra vaadin project 2018-09-29 09:32:36 +03:00
Siben Nayak 51914a01e1 [BAEL-2032] Operate on an item in a Stream then remove it (#5175)
* [BAEL-2032] Operate on an item in a Stream then remove it

* Remove the unit test from this package
2018-09-28 12:47:10 -07:00
Loredana Crusoveanu b46c2ddb3d
Merge pull request #5337 from eugenp/BAEL-9051
BAEL-9051: Fixed failing unit tests
2018-09-28 21:54:38 +03:00
Nik Gorylenko 3ea0d3f8c9 remove duplicate (#5073) 2018-09-28 08:15:43 +01:00
vizsoro 275adabbee refactor of dependencies 2018-09-28 07:39:05 +02:00
Kostiantyn Dobarskyi 33208b0be1 BAEL-2127 Chaining Completables in RxJava (#5323) 2018-09-28 06:50:10 +02:00
sachin29aug d3ad4dcfc2 BAEL-9051: Fix failing unit tests 2018-09-27 22:52:50 -04:00
Mher Baghinyan 2224e723fd Bael 2053 (#5331)
* String performance class

* String intern performance

* String performance replace

* String performance concat

* String performance split

* String performance convert

* String performance comparison

* String performance ==

* String performance check length

* String performance

* String performance matches

* String performance hints

* String performance %d

* fixing benchmark tests

* String performance final

* method naming convention fix

* renaming class name

* remove loops

* String performance review checked

* remove methods

* remove unnecessary class after the merge

* Delete pom.xml
2018-09-27 19:02:28 +02:00
Loredana Crusoveanu 0fe135bdcb
Merge pull request #5329 from dkapil/task/BAEL-8962
BAEL-8962 Fix surefire configs of twitterhdfs, spring cloud projects
2018-09-27 11:33:24 +03:00
Loredana Crusoveanu c09425ac03
Merge pull request #5219 from eugenp/BAEL-8939
BAEL-8939: Adding a Spring Context test in all Spring Modules (change…
2018-09-27 11:21:12 +03:00
charlesgonzales 4cbc8d0bac To add/fix links (Team Jira BAEL-9015) (#5332)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-27 09:09:58 +02:00
Dhawal Kapil c34f132cfe
Update pom.xml 2018-09-27 08:54:14 +05:30
Loredana Crusoveanu 1e60c8f11e
Merge pull request #5324 from amit2103/BAEL-9021
[BAEL-9021] - Fixed compilation error and uncommented module in paren…
2018-09-27 00:11:56 +03:00
Tom Hombergs bf912b11d8
Merge pull request #5145 from eelhazati/master
BAEL-1998 cdi portable extensions
2018-09-26 21:06:44 +02:00
Eugen 42f4355c18
Update README.md 2018-09-26 18:27:27 +03:00
sachin29aug 618277200b Fixed travis build 2018-09-25 23:31:40 -04:00
sachin29aug 0edea763ca Fixed the travis build 2018-09-25 22:52:38 -04:00
sachin29aug 9d5ad201dd Reverting the test failing the travis build due to compilation issue 2018-09-25 21:04:50 -04:00
Loredana Crusoveanu 15569feb68
Merge pull request #5330 from Vizsoro/controller-service-dao-jsf-4
updated dependencies
2018-09-26 00:24:11 +03:00
vizsoro 676fb7c842 updated dependencies 2018-09-25 22:56:14 +02:00
Loredana Crusoveanu f2de1b2db3
Merge pull request #5326 from kcacademic/map-max
Referenced files for the mini-article tracked through BAEL-2225
2018-09-25 22:29:54 +03:00