Commit Graph

38 Commits

Author SHA1 Message Date
Loredana Crusoveanu c18ed68935
Update README.md 2018-01-09 22:56:53 +02:00
Loredana Crusoveanu 8aa6842c73
Update README.md 2018-01-09 20:56:30 +02:00
Ahmed Tawila 2b5a125440 BAEL-1080 Introduction to Future in Vavr (#3372)
* Add missing features

* Add missing features
2018-01-09 12:31:45 +01:00
Grzegorz Piwowarek 2afc7dc623
Refactor Vavr Future (#3349) 2018-01-04 17:21:16 +02:00
Ahmed Tawila ff2cf57772 BAEL-1080 Introduction to Future in Vavr 2017-12-30 23:23:08 +02:00
Ahmed Tawila 1c6ece18d9 wait for some time before retrieving values 2017-12-16 21:33:15 +02:00
Ahmed Tawila c489044f0b Future in Vavr 2017-12-05 20:22:05 +02:00
Ahmed Tawila b05e035814 use AssertJ instead of JUnit 2017-12-05 16:02:01 +02:00
Ahmed Tawila ebc28dbe98 Future in Vavr 2017-12-04 00:19:58 +02:00
Ahmed Tawila a523437dc0 Future in Vavr 2017-12-04 00:09:43 +02:00
Ahmed Tawila 1ad1431c76 Future in Vavr 2017-12-03 01:30:02 +02:00
Ahmed Tawila 5f0eed9502 Future in Vavr - Initial Commit 2017-11-29 09:06:30 +02:00
Grzegorz Piwowarek c65795c7b0
Remove <testFailureIgnore>true (#2919) 2017-11-06 18:12:14 +02:00
Grzegorz Piwowarek 0b5fbdc53e Cody756 master (#2740)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* Update README.md

* Create 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

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create 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

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Merge fix
2017-10-15 13:55:42 +02:00
Grzegorz Piwowarek 4cdcce6736 Fix Vavr module (#2709) 2017-10-05 19:16:25 +02:00
KevinGilmore 2beb5f012c BAEL-960 and BAEL-1084 README updates (#2670)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README
2017-09-24 18:03:34 -05:00
Hoàng Hưng 1ddd46f1af BAEL-1080 Introduction to Future in Vavr (#2627)
* Add example of different types of bean injection

* BAEL-1080 Introduction to Future and Pattern Matching in Vavr

* Update future with Pattern Matching

* remove unused files

* Update future unit test of cancelled Future

* remove unused import

* delete unused files

* using await() on future to wait until future completed instead of using while(true)

* Add Awaitability to FutureTest, avoid using while loop

* format code

* add some static void method that print the result to console
2017-09-21 16:04:55 +02:00
Blue Montag Software 476f0df4a2 author: ignaciogallego@gmail.com article:Collection Factory Methods for Vavr (#2652)
* New test class for the collections factory methods in vavr

* rename unit test for collection factory methods

* the vavr version changed to 0.9.1
2017-09-21 06:43:08 -05:00
Blue Montag Software a323d64d75 JIRA issue : BAEL-960. Collection Factory Methods for Vavr. User: ignaciogallego@gmail.com (#2517)
* New test class for the collections factory methods in vavr

* rename unit test for collection factory methods
2017-09-17 09:05:27 -05:00
Seun Matt b6830cc736 Updated Vavr Collections Example Code (#2550)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file

* updated example code for Apache Shiro

* updated Vavr Collections example
2017-09-03 09:49:09 +02:00
Alejandro Gervasio 7e26990eb9 An Introduction to Vavr's Validation API - Alejandro Gervasio | alejandro.gervasio@gmail.com (#2526)
* Initial Commit

* Refactored Application class

* Refactored Application class

* Refactored Application class

* Refactored User class

* Added ValidationTest class

* Reorganized imports in ValidatorTest class

* Reformatted source code

* Reformatted source code
2017-09-01 23:33:58 +02:00
Hoàng Hưng e1e6550a49 BAEL-1080 Introduction to Future in Vavr (#2488)
* Add example of different types of bean injection

* BAEL-1080 Introduction to Future and Pattern Matching in Vavr

* Update future with Pattern Matching

* remove unused files

* Update future unit test of cancelled Future

* remove unused import

* delete unused files

* using await() on future to wait until future completed instead of using while(true)

* Add Awaitability to FutureTest, avoid using while loop

* format code
2017-08-27 22:44:06 +02:00
Seun Matt 154b59fc8b Updated Example Code for Vavr Collections (#2472)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file
2017-08-24 20:03:00 +02:00
Rokon Uddin Ahmed 04689cc249 pull 16.08 (#2454)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2017-08-17 17:41:56 +02:00
Grzegorz Piwowarek ed92182fbf Build optimization 1.08.2017 (#2351)
* Refactor Spring-activiti module

* Refactor vavr module
2017-08-01 17:00:03 +02:00
Naresh Babu P B 226acd5a19 Bael-422 Vavr Collections (#2304)
* BAEL-422 Examples for tutorial on Vavr Collection API

* Fixed as per review comments
2017-07-22 15:38:37 +02:00
Grzegorz Piwowarek f8bf4038f1 Optimize and refactor (#2302) 2017-07-21 13:37:49 +03:00
Naresh Babu P B 4e95722017 BAEL-422 Examples for tutorial on Vavr Collection API (#2293) 2017-07-21 00:59:46 +02:00
lor6 600d610ddf add libs repo (#2288) 2017-07-19 23:46:42 +03:00
yetanotherallisonf 5004fd96a3 Update README.md (#2258) 2017-07-19 11:15:51 +03:00
lor6 26fdeaac46 vavr spring data (#2242)
* vavr spring data

* formatting

* formatting

* formatting

* formatting
2017-07-13 22:06:36 -05:00
Rokon Uddin Ahmed 8ca38e15da Github11.07 (#2254)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2017-07-13 15:43:43 +02:00
Grzegorz Piwowarek e422edadd0 Either refactor (#2237) 2017-07-09 12:28:04 +02:00
Abhinab Kanrar f876c6d02e vavr's either (#2180)
* 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

* vavr either

* adding unit test and othe rutilities
2017-07-09 09:03:08 +02:00
Grzegorz Piwowarek ef34fc6576 Vavr refactor 02 07 (#2193)
* Vavr refactor

* Refactor
2017-07-02 08:07:32 +02:00
Grzegorz Piwowarek 04b9bd0382 Idiomatic refactor (#2161) 2017-06-26 16:37:03 +02:00
Naresh Babu P B c9111e635f Examples for BAEL-423: (#2103)
* Examples for BAEL-423:

Handling Exceptions in Lambda Expression with Vavr(Javaslang)

* Modified Lifting and Try API examples and removed Validation API examples
2017-06-26 13:59:18 +02:00
lor6 70680ea79a vavr refactor (#1871)
* vavr refactor

* small fix
2017-05-18 21:44:35 +03:00