Commit Graph

10083 Commits

Author SHA1 Message Date
Loredana Crusoveanu 5c0ea4c47d move tests in junit-5 2018-10-14 22:39:34 +03:00
Loredana Crusoveanu e51b8261c7
Merge pull request #5450 from amit2103/BAEL-9635
[BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 mo…
2018-10-14 22:28:55 +03:00
amit2103 6b5a6aaf2d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9635 2018-10-14 23:05:55 +05:30
amit2103 edff9132ee [BAEL-9635] - Added missing classes 2018-10-14 23:05:11 +05:30
fanatixan 285219c54c Bael-2210 - Heap Sort (#5446)
* implementing heap

* Heap sort refactor
2018-10-14 10:08:11 -07:00
KevinGilmore 23b1323446
BAEL-2200: Spring Boot auto-configuration report (#5453)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot
2018-10-14 11:37:16 -05:00
Loredana Crusoveanu 3b83096d9b
Merge pull request #5452 from eugenp/fix-libraries-test
rename test to manual
2018-10-14 19:30:01 +03:00
Loredana Crusoveanu 38ddcc6477 rename test to manual 2018-10-14 19:26:46 +03:00
Loredana Crusoveanu 12b7891b86
Merge pull request #5451 from amit2103/BAEL-9601
[BAEL-9601] - Upgraded groovy-all version in libraries module
2018-10-14 18:58:28 +03:00
Loredana Crusoveanu cb5b3dc0a5
Merge pull request #5447 from amit2103/BAEL-9461
[BAEL-9461] - Added code examples for difference between thenApply() …
2018-10-14 18:53:45 +03:00
amit2103 29cee792a8 [BAEL-9601] - Upgraded groovy-all version in libraries module 2018-10-14 20:02:51 +05:30
amit2103 b5dcb13c41 [BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 module from core-java 2018-10-14 18:13:40 +05:30
amit2103 ee5fe8faab [BAEL-9461] - Added code examples for difference between thenApply() and thenCompose() 2018-10-14 15:14:27 +05:30
Loredana Crusoveanu 5a76e44ac1
Merge pull request #5439 from amit2103/BAEL-9514
[BAEL-9514] - Added Junit 5 @DisplayName annotation example
2018-10-14 12:18:46 +03:00
Darío Carrasquel 79285e3cc6 BAEL-2234 Dates difference with ZonedDateTimes (#5445) 2018-10-14 00:33:39 -06:00
Shreyash c9f2162f98 Spring Data Reactive Redis examples
Issue: BAEL-1868
2018-10-14 00:04:09 -06:00
amit2103 1820b2c37f [BAEL-9514] - Added Junit 5 @DisplayName annotation example 2018-10-14 01:37:11 +05:30
Tom Hombergs 3c71e5e677
Merge pull request #5376 from Satyam0408/BAEL-2197
BAEL-2197: Initial Commit
2018-10-13 21:05:09 +02:00
Jonathan Cook ca4b6200a7 BAEL-2268 - Guide to JerseyTest (#5443)
* BAEL-2268 - Guide to JerseyTest
-  second attempt without formatting changes

* BAEL-2268 - Guide to JerseyTest

- Add line break to end of file
2018-10-13 20:19:14 +02:00
Loredana Crusoveanu f61d503d1f
Merge pull request #5442 from eugenp/zip-files
add txt files for zip
2018-10-13 19:19:59 +03:00
Loredana Crusoveanu b3a6a60100 add txt files for zip 2018-10-13 19:15:02 +03:00
Kuba 03e0627cff BAEL-2200 Sample application for auto-configuration report. (#5335)
* BAEL-2200 Sample application for auto-configuration report.

* BAEL-2200 Sample application for auto-configuration report fixes.

* Fix formatting.
2018-10-13 10:02:22 -05:00
Marcos Lopez Gonzalez 435af770b3 BAEL-2259 - Guide to EnumSet (#5423)
* EnumSet

* enumset operations

* formatting
2018-10-13 13:04:22 +02:00
Loredana Crusoveanu a05b6b672a
Merge pull request #5429 from johanjanssen/master
BAEL-2263 Using JUnit 5 with Gradle
2018-10-13 13:45:24 +03:00
Loredana Crusoveanu b2bea50bc5
Merge pull request #5436 from Doha2012/master
fix MockitoJUnitRunner deprecated import
2018-10-13 11:29:33 +03:00
DOHA ac8742cfff fix MockitoJUnitRunner deprecated import 2018-10-13 01:47:27 +03:00
Rokon Uddin Ahmed 3c35e25015 BAEL-9344 (#5435)
* 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

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md
2018-10-12 22:22:56 +02:00
Akash Pandey fe8488a8d5 Bael 2189: Convert Byte Array To/From hex String (#5396)
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"

* BAEL-2189: Tutorial to convert Byte Array to/from hex String.

* BEAL-2189: Code review comments incorporated.

* 1. Added validations for Non-Hex String characters in hex String.
2. Moved classes to algorithms module.
3. Renamed unit test class name ends with *UnitTest.

* 1. Added validations for Non-Hex String characters in hex String.
2. Moved classes to algorithms module.
3. Renamed unit test class name ends with *UnitTest.

* removed: redundant property added for local testing.
2018-10-12 21:50:33 +02:00
DOHA a295224159 Merge remote-tracking branch 'eugenp/master' 2018-10-12 16:53:22 +03:00
Eugen Paraschiv 15b7eacd43 cleanup work 2018-10-12 10:21:35 +03:00
Andrey Shcherbakov 44a3d36bd9 Implement a binary tree (#5431)
* Add code for the article 'Java Primitives versus Objects'

* Use JMH for benchmarking the primitive and wrapper classes

* Uncomment the benchmarks and remove unused class

* Add a binary search tree implementation

* Add an example of how to use the binary tree class

* Adjust the print statements
2018-10-11 22:16:54 -07:00
Priyesh Mashelkar f824da90ba Converting DOM Document to File
Issue: BAEL-2167
2018-10-11 22:59:44 -06:00
Johan Janssen 01819fe1ba BAEL-2263 Using JUnit 5 with Gradle 2018-10-11 21:40:30 +02:00
Tom Hombergs 90867eb6b4
Merge pull request #5336 from josephine-barboza/master
BAEL-2169 Guide to Ebean
2018-10-11 20:57:11 +02:00
Loredana Crusoveanu 19f5943b52
Merge pull request #5426 from eugenp/lor6-patch-2
Update README.md
2018-10-11 21:14:58 +03:00
Loredana Crusoveanu a915063c44
Update README.md 2018-10-11 21:12:07 +03:00
Loredana Crusoveanu 3b58b515ce
Merge pull request #5418 from dkapil/task/BAEL-9148_2
Task/bael 9148 2
2018-10-11 20:32:54 +03:00
Satyam ef61b86af3 BAEL-2197:Code rework 2018-10-11 20:55:55 +05:30
Loredana Crusoveanu 537c929dad
Merge pull request #5422 from Doha2012/master
cucumber parallel features
2018-10-11 12:09:41 +03:00
Eric Martin 289b94cfe0
Merge pull request #5425 from eugenp/BAEL-2257-3
BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest
2018-10-10 22:14:53 -05:00
eric-martin e908b96eef BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest 2018-10-10 22:09:45 -05:00
Eric Martin ed584952aa
Merge pull request #5424 from eugenp/BAEL-2257
BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest
2018-10-10 20:26:48 -05:00
eric-martin 26c9bdcc0d BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest 2018-10-10 20:23:32 -05:00
Loredana Crusoveanu 10f35c61fc
Merge pull request #5415 from j-bennett/master
BAEL-2222: Format ZonedDateTime to String
2018-10-10 21:13:03 +03:00
DOHA ee1e3eea89 cucumber parallel features 2018-10-10 20:39:45 +03:00
Eugen Paraschiv 12b1a90a74 rebalancing the first and second default profiles 2018-10-10 20:24:43 +03:00
Loredana Crusoveanu 2b0987f05b
Merge pull request #5421 from eugenp/javax-fix
fix javax el
2018-10-10 20:19:57 +03:00
Loredana Crusoveanu 5ab63bb07b fix javax el 2018-10-10 20:16:49 +03:00
Loredana Crusoveanu 7bfac462b9
Merge pull request #5420 from eugenp/reactor-fix
add reactor core
2018-10-10 20:10:29 +03:00
Loredana Crusoveanu 50ffa81186 add reactor core 2018-10-10 20:04:51 +03:00