Grzegorz Piwowarek
7916882668
Refactor stream with indices ( #2565 )
...
* Refactor RxJava
* Refactor Stream with indices
2017-09-05 23:55:15 +02:00
Grzegorz Piwowarek
830db34334
Refactor RxJava ( #2564 )
2017-09-05 20:43:00 +02:00
alincojanu
0d9068c040
A Guide to RxJava ( #2557 )
...
* alin.cojanu25@gmail.com
* add junit tests
* core-java - sneaky throws
* delete project spring_sample_annotations and spring_sample_xml ->not intended for this article
* RxJava
* delete old project
* refactored lambdas
* repaired subject test
2017-09-05 20:00:36 +02:00
Grzegorz Piwowarek
cafdf51bd7
Refactor JDeffered ( #2559 )
2017-09-05 19:59:42 +02:00
bankole salako
7b836d9211
Pairs functionality in Java (Core Java, Apache Commons and Vavr) ( #2563 )
...
* Unit tests for pairs functionality in Java (Core Java, Apache Commons and Vavr)
* Remove default file templates
* Refactor mustache
* BAEL-1123 - Testing Linked List for Cycles - deep20jain@gmail.com (#2525 )
* Adding node and cycle detection by hashing
* Adding implementation for all algorithms for cycle detection and removal
* Applying formatting rules
* JDeferred (#2553 )
* 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
* adding concurrent module
* concurrent package description
* concurrent package description
* Update EitherUnitTest.java
* introducing lambda expression
* jooby project
* jooby project
* reducing employee bean content
* bootique module
* bootique
* bootique
* undertow module
* undertow module
* refactoring
* using lambda
* as per baeldung formatter
* easy code added for simplicity
* simpliflying
* adding JDeferred module
* moved jdeferred to librarires module
* BAEL-1116 Spring swagger codegen (#2527 )
* Spring integration with Swagger client code genrator
* Refactor
* format pom.xml
* BAEL-1106 Introduction to javax.measure (#2522 )
* BAEL-243 Spring Batch using Partitioner
* BAEL-1106 Introduction to javax.measure
* Unnecessary Committed
* BAEL-1106 Move code to libraries from core-java
* BAEL-1106 Move code to libraries from core-java
* Update pom.xml
* Introduced jmh benchmarking (#2549 )
* Bael 1043/protonpack (#2415 )
* BAEL-1043/ Introduction to protonpack
* Added test cases for windowed() api
* Resolving merge issues
* Retrofit rx (#2519 )
* Retrofit with RxJava
* Correct spelling mistake
* Use spaces for indentation instead of tabs in pom.xml
* Use spaces for indentation instead of tabs in pom.xml
* Add Retrofit integration with RxJava to libraries module
* Remove standalone project for Retrofit integration with RxJava
* remove retrofit-rxjava module
* Fixed error in pom.xml caused by an issue while merging
* Retrofit integration with RxJava
* Fix test cases
* Fix merge issues
* BAEL-1016 Merging master
* import source BAEL-1084 (#2560 )
* Moved to libraries folder from core-java
2017-09-05 17:51:08 +02:00
chrisoberle
0d599aeca1
import source BAEL-1084 ( #2560 )
2017-09-04 20:39:03 -05:00
iaforek
1c7c6b9556
Merge branch 'master' into master
2017-09-04 21:42:11 +01:00
iaforek
0831cd8340
BAEL-1065 Merged changes and resolved conflict in core-java/pom.xml. JMH benchmarks
2017-09-04 21:26:33 +01:00
iaforek
6c43977876
BAEL-1065 Added JMH benchmarks
2017-09-04 21:09:29 +01:00
Hany Ahmed
fd37ffb7c2
Retrofit rx ( #2519 )
...
* Retrofit with RxJava
* Correct spelling mistake
* Use spaces for indentation instead of tabs in pom.xml
* Use spaces for indentation instead of tabs in pom.xml
* Add Retrofit integration with RxJava to libraries module
* Remove standalone project for Retrofit integration with RxJava
* remove retrofit-rxjava module
* Fixed error in pom.xml caused by an issue while merging
* Retrofit integration with RxJava
* Fix test cases
* Fix merge issues
* BAEL-1016 Merging master
2017-09-04 21:47:19 +02:00
slavisa-baeldung
b49ad4ea59
Merge pull request #2552 from eugenp/Refactor_mustache
...
Refactor mustache
2017-09-04 18:59:28 +01:00
Devendra Tiwari
1afa7e2fcf
Bael 1043/protonpack ( #2415 )
...
* BAEL-1043/ Introduction to protonpack
* Added test cases for windowed() api
* Resolving merge issues
2017-09-04 10:04:18 -07:00
ramansahasi
133bbe1aca
Introduced jmh benchmarking ( #2549 )
2017-09-04 07:22:28 -07:00
Parth Karia
839a68f616
BAEL-1106 Introduction to javax.measure ( #2522 )
...
* BAEL-243 Spring Batch using Partitioner
* BAEL-1106 Introduction to javax.measure
* Unnecessary Committed
* BAEL-1106 Move code to libraries from core-java
* BAEL-1106 Move code to libraries from core-java
* Update pom.xml
2017-09-04 13:47:36 +02:00
Hany Ahmed
2b293e51e0
BAEL-1116 Spring swagger codegen ( #2527 )
...
* Spring integration with Swagger client code genrator
* Refactor
* format pom.xml
2017-09-04 05:41:49 +02:00
Abhinab Kanrar
acf9bf7c4a
JDeferred ( #2553 )
...
* 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
* adding concurrent module
* concurrent package description
* concurrent package description
* Update EitherUnitTest.java
* introducing lambda expression
* jooby project
* jooby project
* reducing employee bean content
* bootique module
* bootique
* bootique
* undertow module
* undertow module
* refactoring
* using lambda
* as per baeldung formatter
* easy code added for simplicity
* simpliflying
* adding JDeferred module
* moved jdeferred to librarires module
2017-09-03 22:39:16 +02:00
deep20jain
d8398caaa2
BAEL-1123 - Testing Linked List for Cycles - deep20jain@gmail.com ( #2525 )
...
* Adding node and cycle detection by hashing
* Adding implementation for all algorithms for cycle detection and removal
* Applying formatting rules
2017-09-03 22:20:25 +02:00
Adam InTae Gerard
4baaf9f984
BAEL-1085 ( #2428 )
...
* Simple Boot REST application and example
* BAEL-509 - Removed extra duplicate ant matcher
* Example and Unit Tests
* documentation
* BAEL-1085 - changes per PR code review and document review - altered integration to unit test - all's good
* BAEL-1085 - Renamed unit tests and added both to pom.xml
* IntelliJ formatter
* REVERT - Had removed a duplicate ant matcher from BAEL-509 - this was the incorrect process - reverting now, article has been corrected, but will issue a seperate PR for this
2017-09-03 09:56:40 +02: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
Grzegorz Piwowarek
159f918806
Refactor mustache
2017-09-03 07:29:50 +02:00
Eric Goebelbecker
3c4faf999d
BAEL-1018 - Introduction to MBassador ( #2551 )
2017-09-02 16:08:39 -07:00
alincojanu
01529c3202
sneaky throws ( #2505 )
...
* alin.cojanu25@gmail.com
* add junit tests
* core-java - sneaky throws
* delete project spring_sample_annotations and spring_sample_xml ->not intended for this article
2017-09-02 19:38:04 +02:00
Seun Matt
56e3687cad
Merge branch 'master' of https://github.com/eugenp/tutorials
2017-09-02 13:51:42 +01:00
Seun Matt
c578f30d7d
updated Vavr Collections example
2017-09-02 13:51:17 +01:00
Grzegorz Piwowarek
7262427421
Version update 9 02 ( #2547 )
...
* Update Hazelcast
* Update Hbase
* Update Immutables
* Update Lombok
2017-09-02 10:43:10 +02:00
Fatos Morina
94d02ed1f6
BAEL-1078 How to iterate over a stream with indices ( #2544 )
...
* Add the example with EntryStream
* Add the example with EntryStream
* Add vavr
* Implement the method getOddIndexedStringsVersionTwo
* Implement the method givenArray_whenGetIndexedStrings_thenReturnListOfOddStringsVersionTwo
* BAEL-1078 Code formatting
* Extract tuples using map
* Fix merge conflicts
2017-09-02 11:42:24 +03:00
Seun Matt
14e98a8d8f
Merge branch 'master' of https://github.com/eugenp/tutorials
2017-09-02 09:13:01 +01:00
Shivang Sarawagi
d635e9a245
binary search folder created ( #2541 )
...
* binary search folder created
* Binary search test updated
2017-09-01 17:40:09 -07:00
shekhar-s
498a84c8b3
removed If condition ( #2546 )
2017-09-01 23:44:37 +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
hugosama1
86c1d6d22d
First proposition for introduction to spring-yarg ( #2540 )
2017-09-01 21:57:45 +02:00
Grzegorz Piwowarek
aaa3d117e2
Update versions in libraries ( #2543 )
...
* Bump datanucleus versions
* Update HikariCP
* Update Hoverfly-java
2017-09-01 14:23:05 +02:00
Grzegorz Piwowarek
6d797a2cc3
Refactor JavaDirectoryDelete ( #2542 )
2017-09-01 09:41:11 +02:00
Predrag Maric
12ffbe027d
BAEL-1078 Code formatting ( #2539 )
2017-08-31 18:42:03 +02:00
Grzegorz Piwowarek
6d6b24590f
Refactor ( #2538 )
2017-08-31 17:14:19 +02:00
Grzegorz Piwowarek
9370a1f10e
Merge branch 'master' into master
2017-08-31 15:38:45 +02:00
Jochem Wichers Hoeth
89927e4620
Minor fix (part 2): move @EnableOAuth2Sso from Application to Config in ui-2 as well ( #2483 )
2017-08-31 15:36:12 +02:00
baljeet20
4b77e378b7
BAEL-1071 Added new example ( #2532 )
...
* BAEL-1071 Runnable vs Callable in Java
* BAEL-1071 Runnable vs Callable in Java
* BAEL-1071 Runnable vs Callable in Java
2017-08-31 15:03:42 +02:00
Grzegorz Piwowarek
78e47f104f
RxJava Vertx refactor ( #2531 )
...
* Refactor
* Refactor
2017-08-31 15:03:21 +02:00
Grzegorz Piwowarek
d1a1322bcc
Kotlin idioms ( #2534 )
2017-08-31 15:03:02 +02:00
lor6
49acba206c
optional examples ( #2537 )
2017-08-31 13:06:37 +03:00
shekhar-s
2f3e36405a
Moved article code to libraries, added a null check and reverted change to core-java pom.xml ( #2530 )
2017-08-31 10:10:37 +02:00
Doha2012
9c03b45c23
move java8 code ( #2535 )
...
* fix spring config
* fix spring config
* fix spring config
* minor fix
* fix spring-boot module
* fix pom
* upgrade jackson
* minor fix
* java concurrency
* cleanup
* fix conflict
* java 8
* clean up
* add core-java-8 to main pom
2017-08-31 09:43:28 +02:00
parthkaria
99e9e2332b
BAEL-1106 Move code to libraries from core-java
2017-08-31 12:57:54 +05:30
parthkaria
f6216f2754
BAEL-1106 Move code to libraries from core-java
2017-08-31 12:55:56 +05:30
DOHA
8c43cc2bb6
add core-java-8 to main pom
2017-08-30 23:56:49 +02:00
DOHA
5a463b3b45
clean up
2017-08-30 19:18:05 +02:00
DOHA
90441092af
java 8
2017-08-30 16:55:38 +02:00
Dassi orleando
2aeef70d39
BAEL-1074 move difference between dates from core-java to libraries ( #2533 )
...
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Improve dates diff: for dates and datetimes
* Move difference between dates from core-java to libraries
2017-08-30 16:23:59 +02:00
Dassi Orleando
04fa170603
fix conflicts
2017-08-30 15:02:47 +01:00