1044 Commits

Author SHA1 Message Date
Kumar Chandrakant
e52a4d0ce6 Handshake failures (#5624)
* BAEL-2250: Adding files for the article on SSL handshake failure.

* BAEL-2250 cleanup formatting

* Applied review feedback on the article.

* Adding cipher suite and protocol selection in server and client

* Corrected some code conventions.

* Revert: BAEL-2250 cleanup formatting

* Made further changes for the review comments on the tutorial.

* Fixed some formatting issues.
2018-11-05 15:51:10 -08:00
Alejandro Gervasio
c7b7d94409 BAEL-2312 - Abstract Classes in Java (#5598)
* Initial Commit

* Add files via upload

* Update UppercaseFileReaderUnitTest.java
2018-11-03 22:06:46 -05:00
Jonathan Cook
afc62ca73b BAEL-2193 - Merge 2 java.util.Properties objects (#5571)
* BAEL-2268 - Guide to JerseyTest
-  second attempt without formatting changes

* BAEL-2268 - Guide to JerseyTest

- Add line break to end of file

* BAEL-2193 - Merge 2 java.util.Properties objects

* BAEL-2193 - Merge 2 java.util.Properties object
2018-10-30 07:23:43 -07:00
Kumar Chandrakant
0690a6332e BAEL-2250: Adding files for the article on SSL handshake failure. (#5541)
* BAEL-2250: Adding files for the article on SSL handshake failure.

* BAEL-2250 cleanup formatting

* Applied review feedback on the article.

* Adding cipher suite and protocol selection in server and client

* Corrected some code conventions.

* Revert: BAEL-2250 cleanup formatting
2018-10-27 20:22:33 -07:00
Loredana Crusoveanu
4e53cd8046
Merge pull request #5373 from eugenp/fix-nth-root
removed unnecessary Mockito and refactored test method name
2018-10-27 11:17:14 +03:00
Eric Martin
9289bf858c
Merge pull request #5534 from eugenp/Fix-SimpleDateFormatUnitTest
Fixed SimpleDateFormatUnitTest
2018-10-25 23:53:51 -05:00
eric-martin
8837a12608 Fixed SimpleDateFormatUnitTest 2018-10-25 23:47:46 -05:00
daoire
e24426923e Refactor Code and add Tests (#5251) 2018-10-23 22:09:29 +02:00
Sam Millington
06be85c4a1
Added 'thens' to conform with given_when_then format 2018-10-21 18:06:39 +01:00
Sjmillington
a7276eb191 [BAEL-2256] Guide to simple date format unit tests 2018-10-21 17:42:54 +01:00
amit2103
6be1833b3d [BAEL-9550] - Moved GuavaBiMapUnitTest from core-java to java-collections-map module 2018-10-20 23:11:32 +05:30
fanatixan
03065a43e9 moving heap sort from core-java to algorithms (#5475) 2018-10-17 12:54:35 -07:00
José Carlos Valero Sánchez
90978bf35e
Merge pull request #5370 from FDPro/master
dupirefr/dupire.francois+pro@gmail.com [BAEL-2183] Arrays in Java
2018-10-16 09:05:17 +01:00
Tom Hombergs
5e791c56a1 removed unneccessary folder 2018-10-15 23:12:19 +02:00
amit2103
6b5a6aaf2d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9635 2018-10-14 23:05:55 +05:30
fanatixan
285219c54c Bael-2210 - Heap Sort (#5446)
* implementing heap

* Heap sort refactor
2018-10-14 10:08:11 -07:00
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
1820b2c37f [BAEL-9514] - Added Junit 5 @DisplayName annotation example 2018-10-14 01:37:11 +05:30
DOHA
ac8742cfff fix MockitoJUnitRunner deprecated import 2018-10-13 01:47:27 +03:00
Nikhil Khatwani
e5be99d328 Changes for BAEL-2288 2018-10-09 23:16:56 +05:30
Tom Hombergs
2784b3de4c removed unnecessary Mockito and refactored test method name 2018-10-01 21:06:19 +02:00
Tom Hombergs
0f18f2844d
Merge pull request #5307 from grigoriosdimopoulos/BAEL2150
[BAEL2150] Nth root in Java
2018-10-01 20:55:49 +02:00
dupirefr
8ca0e9a847 [BAEL-2183] Arrays manipulations 2018-10-01 19:30:04 +02:00
ramansahasi
317ed150a1 BAEL-2015 Memory leaks in Java (#5295)
* BAEL-2015_Memory_leaks_in_Java

* Ignored tests

* Update NonStaticFieldsDemo.java

* Corrected class name

* converted tabspaces to whitespaces
2018-09-30 20:59:53 -05:00
Shubhra Srivastava
b4aa279eaa BALE-2224 Ternary Operator In Java (#5362) 2018-09-30 14:52:49 -07:00
myluckagain
5e8076dddd BAEL-2182 (#5257)
* BAEL-2182

* refactoring
2018-09-23 07:43:20 +02:00
Grigorios Dimopoulos
5b78803c1f [BAEL2150] Code for the related article, about nth root in java. 2018-09-22 17:37:09 +03:00
Akash Pandey
6995a96704 BAEL-2159: Mini Article on "Separate double into integer and decimal parts" (#5300) 2018-09-21 11:31:47 +02:00
Eric Martin
fe3bf7487d
Merge pull request #5248 from asturcon/heapDump
BAEL-2171 - Different Ways to Capture Java Heap Dumps
2018-09-19 20:56:07 -05:00
José Carlos Valero Sánchez
8cf4000544
Merge pull request #5293 from RanjeetKaur17/develop.0.3.0
Changes to directly create ZoneOffset using offset value rather using…
2018-09-19 21:23:06 +02:00
Sam Millington
4d2780379d Password Hashing, PBKDF2 and SHA-512
Issue: BAEL-2164
2018-09-19 10:29:04 -06:00
RanjeetKaur17
4be74d00d1 Changes to directly create ZoneOffset using offset value rather using ZoneRules. 2018-09-19 10:38:11 +04:00
Marcos Lopez Gonzalez
a48f385176 File creation for dump changed 2018-09-17 18:13:09 +02:00
José Carlos Valero Sánchez
096f17f30e
Merge pull request #5234 from RanjeetKaur17/develop.0.3.0
Adding Examples for ZonedDateTime, OffsetDateTime and OffsetTime
2018-09-16 23:37:07 +02:00
Marcos Lopez Gonzalez
f83b1268cc Merge branch 'masterEugen' into heapDump 2018-09-13 22:38:12 +02:00
Marcos Lopez Gonzalez
597602a478 BAEL-2171 - java heap dumps 2018-09-13 22:37:40 +02:00
Josh Cummings
1a06dfb941
Floating-point Formatting (#5244)
These samples show some different approaches for formatting a
floating-point value into a String, while removing its decimal part.

Included is a benchmark to show how each approach performs.

Issue: BAEL-2152
2018-09-13 06:42:33 -06:00
daoire
6009c4f910 Updates to Double to string 2018-09-12 20:35:59 +01:00
RanjeetKaur17
e8a48fbad2 Removing unused file. 2018-09-12 20:11:40 +04:00
RanjeetKaur17
33e7ce89ce Adding Examples for ZonedDateTime, OffsetDateTime and OffsetTime 2018-09-12 20:09:27 +04:00
daoire
d037c59c3c
Merge pull request #5197 from vaibs28/master
BAEL-2152
2018-09-09 20:17:56 +01:00
Vaibhav Sahay
6b5204cf47
BAEL-2152 Convert double to String
Code snippet for converting and formatting double to String
2018-09-08 09:59:28 +05:30
Donato Rimenti
2a66773c7c [BAEL-1935] Synthetic Class in Java (#5122)
* BAEL-1935: Synthetic Class in Java

* Converted tabs to spaces
2018-09-03 19:05:41 +02:00
Predrag Maric
a32904fc19
BAEL-2151 code moved to algorithms module (#5141) 2018-09-02 12:06:04 +02:00
Swapan Pramanick
b7aa6a2caa BAEL-2140 (#5092) 2018-09-02 07:08:12 +02:00
myluckagain
de84251d48 fix y-coord (#5124)
BAEL-2151 fix y-coord
2018-09-01 09:54:59 +02:00
myluckagain
3824590375 float to double (#5118) 2018-08-30 23:42:16 +02:00
myluckagain
2a12e9abd4 BAEL-2151 (#5087)
BAEL-2151
2018-08-30 00:56:21 +02:00
Kacper
c4cb6eec73 Move optional to java-8-core (#5105) 2018-08-29 06:51:41 -07:00
Kacper
8ac53f70c4 Optional or else throw (#5088)
* Throw and throws in Java

* BAEL-2122 | throw exception in optional

* BAEL-2122 | optional orelsethrow

* fix test
2018-08-27 22:21:33 +02:00