binary-joe
260cc150fd
Rename netflix to netflix-modules
2020-01-02 22:59:33 +01:00
Krzysiek
60dc0ca42b
BAEL-20573: Update README.md files
2020-01-02 22:49:25 +01:00
Krzysiek
eba38ea1d8
BAEL-20573: Rename core-java-date-operations to core-java-date-operations-2
2020-01-02 22:45:18 +01:00
Krzysiek
4733eddcbb
BAEL-20573: Rename core-java-datetime-computations to core-java-date-operations-1
2020-01-02 22:38:40 +01:00
binary-joe
ad60d36ef5
Sync with upstream
2020-01-02 22:14:20 +01:00
mguarnaccia
63397e4daa
BAEL-3486 ( #8458 )
...
* Hexagonal architecture: a quick and practical example
* BAEL-3486
commit
* Formatting issue solved
* Update code for consistency with article
2020-01-02 11:27:18 -08:00
Josh Cummings
e11c779a6c
Merge pull request #8451 from Maiklins/BAEL-19882
...
BAEL-19882
2020-01-02 11:24:24 -07:00
Loredana Crusoveanu
f6b1f17484
Merge pull request #8464 from kwoyke/BAEL-3734
...
BAEL-3734: Fix Groovy Metaprogramming examples
2020-01-02 17:28:01 +02:00
Krzysztof Woyke
47b80d267b
BAEL-3734: Use Year.now() instead of LocalDate.now()
2020-01-02 14:00:45 +01:00
Krzysztof Woyke
66af11b926
BAEL-3734: Fix testEmployeeExtension unit test
2020-01-02 13:43:41 +01:00
Gang
7de715c611
BAEL-3656 Read Numeric Strings in Excel Cells as a String with Apache POI
2020-01-01 21:34:48 -07:00
Eric Martin
65a461f702
Merge pull request #8462 from eugenp/BAEL-3517
...
BAEL-3517: Code Review Feedback Applied
2020-01-01 22:06:49 -06:00
Eric Martin
456cabdfb2
Merge pull request #8441 from chris9408/feature/selenium-cookies
...
[BAEL-2948] Using cookies with Selenium WebDriver
2020-01-01 22:02:32 -06:00
Greg
82fde70865
Merge pull request #8305 from MajewskiKrzysztof/master
...
BAEL-3457 Apache RocketMQ
2020-01-01 19:15:31 -05:00
eric-martin
a0fa9f23b3
Add a few additional test cases
2020-01-01 17:51:52 -06:00
eric-martin
60880ad401
BAEL-3517: Code Review Feedback Applied
2020-01-01 16:59:11 -06:00
Eric Martin
369e95b8ca
Merge pull request #8283 from sreekanthsnair/master
...
Double to Integer Casting (BAEL-3517)
2020-01-01 16:31:24 -06:00
petershatunov
9c32b6c3d8
Kotlin Ternary Conditional Operator ( #8427 )
...
* Kotlin Ternary Conditional Operator
* moved to package
Co-authored-by: Sam Millington <s.j.millington@hotmail.co.uk>
2020-01-01 22:20:44 +00:00
Jonathan Cook
48e8676d77
Merge pull request #8343 from srzamfir/feature/BAEL-3370_Guide_to_read_command
...
BAEL-3370 Guide to read command
2020-01-01 22:16:24 +01:00
mikr
b9e8b113fd
http://team.baeldung.com/browse/BAEL-19884
...
Update Readme.md
2020-01-01 22:14:33 +01:00
Krzysiek
163a80fd0a
BAEL-3700: Add example of uninitialized Mockito annotations
2020-01-01 21:42:43 +01:00
Maiklins
822473f95d
Merge pull request #15 from eugenp/master
...
update
2020-01-01 21:04:08 +01:00
Loredana Crusoveanu
0846a55404
Merge pull request #8459 from eugenp/lor6-patch-1
...
Update MetaprogrammingUnitTest.groovy
2020-01-01 21:27:59 +02:00
Loredana Crusoveanu
8506e4cd44
Update MetaprogrammingUnitTest.groovy
2020-01-01 21:25:07 +02:00
Donato Rimenti
746a609d3f
[BAEL-3524] A Guide to @Serial Annotation in Java 14 ( #8433 )
...
* BAEL-1935: Synthetic Class in Java
* Converted tabs to spaces
* [BAEL-3524] Created project core-java-14 with @Serial demo.
2020-01-01 10:38:39 -06:00
chris9408
be63275455
[BAEL-2948] requested PR changes
2020-01-01 18:12:54 +02:00
Anshul Bansal
82698d28d0
Update pom.xml
2020-01-01 16:19:37 +02:00
Anshul Bansal
476504220d
code indentation
2020-01-01 16:17:46 +02:00
Anshul BANSAL
51df84bbef
Merge branch 'BAEL-3596_Asynchronous_Method_Calls_in_Java' of https://github.com/SmartyAnsh/tutorials into BAEL-3596_Asynchronous_Method_Calls_in_Java
2020-01-01 16:16:58 +02:00
Anshul BANSAL
fde817c5e2
added java-async to the pom.xml
2020-01-01 16:14:06 +02:00
Anshul Bansal
7b5f3dcd8c
space instead of tab
2020-01-01 16:04:42 +02:00
Anshul BANSAL
9cd73de5cc
BAEL-3596 - Asynchronous Method Calls in Java
2020-01-01 16:00:57 +02:00
Loredana Crusoveanu
4b68618684
Merge pull request #8447 from kwoyke/BAEL-3180-2
...
BAEL-3180: Simplify spring-aop tests
2020-01-01 15:29:39 +02:00
M-Abdelbaset
e0f885a467
Bael 3510-method multiple return values ( #8348 )
...
* init
* first draft
* first review round changes
* second review round
* changing arg name
2020-01-01 13:19:04 +02:00
rahulgul8
888539b06d
Changes for "Guide to finally in Java" (BAEL-3526) ( #8237 )
...
* Adding files for finally keyword
* Adding returnFromCatch example.
* Adding empty braces instead of dangling ;
* Return from try, removing the catch block.
* moving to to core-java module
* moving to core-java-lang-2
2020-01-01 13:11:12 +02:00
Josh Cummings
bdc82cf661
Merge pull request #8420 from kwoyke/BAEL-19890
...
BAEL-19890: Upgrade to Spring Boot 2.2.2 and refactor test method
2019-12-31 17:16:46 -07:00
rohitchaudhary2023
ce26810b4a
BAEL-3380 ( #8454 )
...
* initial commit
* changes for articlesBAEL-3380
* Removed evaluation article files
* BAEL-3380
* adding test case BAEL-3380
* BAEL-3380
* BAEL-3380 - updated tests and removed main class
* BAEL-3380 - Updated Test class name
* BAEL-3380 - Updated Test class name
* BAEL-3380 - Updated testcase names as per BDD naming convention
* BAEL 3380 - Added JMH benchmark
2019-12-31 13:22:53 -08:00
sreekanth.nair
f9c4c24f15
Code review updates
2019-12-31 19:25:24 +05:30
mnafshin
70aa0ba234
PowerSet generation is Java and respective unit tests are added (BAEL-3417) ( #8284 )
...
* PowerSet generation is Java and respective unit tests are added
* function name is adjusted to the actual ordering name (Reverse Lexicographical ordering)
* Guava example test function is changed
* LazyLoad powerSet (based on Guava implementation) is added
* set is used instead of map.keySet()
2019-12-30 09:39:05 -08:00
mikr
d9dea16c76
http://team.baeldung.com/browse/BAEL-19884
2019-12-29 23:57:04 +01:00
Maiklins
ee7316bdea
Merge pull request #14 from eugenp/master
...
update
2019-12-29 22:16:05 +01:00
mikr
a58ac8eb3c
Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
2019-12-29 15:41:23 +01:00
mikr
21b8a4b067
Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
2019-12-29 15:40:04 +01:00
zepfred
195ab64929
Code related to the mini-article BAEL-3386
2019-12-29 10:48:41 -03:00
Erik Pragt
9b35c6194f
Merge pull request #8399 from AlNiyas/samedayimprovement
...
[BAEL-3632] Using Instant to check for same day
2019-12-30 00:45:13 +11:00
Loredana Crusoveanu
1c3f2d68dd
Merge pull request #8434 from kwoyke/BAEL-3674
...
BAEL-3674: Remove the broken test
2019-12-29 12:23:20 +02:00
Loredana Crusoveanu
c95a5bcd20
Merge pull request #8446 from eugenp/lor6-patch-5
...
Update pom.xml
2019-12-29 10:36:10 +02:00
Josh Cummings
29252c4b38
Merge pull request #8438 from catalin-burcea/BAEL-19885
...
[BAEL-19885] - Move articles out of core-kotlin part4
2019-12-29 00:05:06 -07:00
Loredana Crusoveanu
652f274722
Merge pull request #8445 from eugenp/lor6-patch-4
...
Delete README.md
2019-12-29 00:44:10 +02:00
Krzysiek
df1944164b
BAEL-3674: Remove two more unit tests
2019-12-28 23:13:39 +01:00