kwoyke
0d94a27f9d
BAEL-3719: Add missing code ( #8470 )
2020-01-05 05:08:47 +02:00
kwoyke
f7612737bc
BAEL-3182: Add userHome.jsp page ( #8473 )
2020-01-05 05:07:04 +02:00
Josh Cummings
e4d1dadef4
Merge pull request #8461 from kwoyke/BAEL-3700
...
BAEL-3700: Add example of uninitialized Mockito annotations
2020-01-04 14:10:11 -07:00
Eric Martin
9154e9ff57
Merge pull request #8449 from Maiklins/BAEL-3590-cucumber-hooks
...
BAEL-3590 cucumber hooks
2020-01-04 14:44:37 -06:00
Josh Cummings
e8d2c9ae5b
Merge pull request #8466 from kwoyke/BAEL-20573
...
BAEL-20573: Rename Date operations/computations modules
2020-01-04 13:27:29 -07:00
Josh Cummings
4376035800
Merge pull request #8465 from binary-joe/master
...
Rename netflix to netflix-modules
2020-01-04 12:44:22 -07:00
Eric Martin
dcca5d8aa3
Merge pull request #8414 from SunilJain95/master
...
BAEL-3658: Read actual cell value rather than the formula that is evaluating it
2020-01-04 09:32:32 -06:00
Sunil Jain
2835399e2e
BAEL-3658: Fixed switch case indentations and added if condition to check if the cellType is FORMULA or not
2020-01-04 11:16:33 +05:30
Maiklins
e7823a3051
Update testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java
...
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
2020-01-03 18:56:41 +01:00
Krzysztof Woyke
ad90a21491
Merge remote-tracking branch 'upstream/master' into BAEL-20573
2020-01-03 09:21:03 +01:00
kwoyke
04a571ea02
BAEL-3732: Move core-java-security-manager into core-java-security ( #8460 )
...
* BAEL-3732: Move core-java-security-manager into core-java-security
* BAEL-3732: Teardown the security manager to not interfere with other tests
2020-01-03 08:59:33 +02:00
Krzysztof Woyke
c03a5d07bd
Merge branch 'master' into BAEL-20573
2020-01-03 07:57:17 +01:00
kwoyke
8c77986e6a
BAEL-3608: Add Map.merge() usage example ( #8455 )
2020-01-03 08:51:16 +02:00
kwoyke
20bb9b6525
BAEL-3688: Add examples of a constructor and a setter injection types ( #8452 )
2020-01-03 08:49:52 +02:00
binary-joe
ea81fb3797
Rename netflix to netflix-modules
2020-01-02 22:59:33 +01:00
Krzysiek
4eb413101a
BAEL-20573: Update README.md files
2020-01-02 22:49:25 +01:00
Krzysiek
b057f952e7
BAEL-20573: Rename core-java-date-operations to core-java-date-operations-2
2020-01-02 22:45:18 +01:00
Krzysiek
94b4f79c4e
BAEL-20573: Rename core-java-datetime-computations to core-java-date-operations-1
2020-01-02 22:38:40 +01:00
binary-joe
3567cdbeef
Sync with upstream
2020-01-02 22:14:20 +01:00
mguarnaccia
3140084986
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
0dfecf0636
Merge pull request #8451 from Maiklins/BAEL-19882
...
BAEL-19882
2020-01-02 11:24:24 -07:00
Loredana Crusoveanu
28cc4b36cd
Merge pull request #8464 from kwoyke/BAEL-3734
...
BAEL-3734: Fix Groovy Metaprogramming examples
2020-01-02 17:28:01 +02:00
Krzysztof Woyke
f00c6d6a6d
BAEL-3734: Use Year.now() instead of LocalDate.now()
2020-01-02 14:00:45 +01:00
Krzysztof Woyke
cb8c933155
BAEL-3734: Fix testEmployeeExtension unit test
2020-01-02 13:43:41 +01:00
Eric Martin
07e030e061
Merge pull request #8462 from eugenp/BAEL-3517
...
BAEL-3517: Code Review Feedback Applied
2020-01-01 22:06:49 -06:00
Eric Martin
7b9949cd7c
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
0c637d8ad6
Merge pull request #8305 from MajewskiKrzysztof/master
...
BAEL-3457 Apache RocketMQ
2020-01-01 19:15:31 -05:00
eric-martin
18fa979b39
Add a few additional test cases
2020-01-01 17:51:52 -06:00
eric-martin
139664a549
BAEL-3517: Code Review Feedback Applied
2020-01-01 16:59:11 -06:00
Eric Martin
2abb6a3955
Merge pull request #8283 from sreekanthsnair/master
...
Double to Integer Casting (BAEL-3517)
2020-01-01 16:31:24 -06:00
petershatunov
d79927bd7e
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
6479ef02a3
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
a11301b9be
http://team.baeldung.com/browse/BAEL-19884
...
Update Readme.md
2020-01-01 22:14:33 +01:00
Krzysiek
5768813061
BAEL-3700: Add example of uninitialized Mockito annotations
2020-01-01 21:42:43 +01:00
Loredana Crusoveanu
e152b6f5a6
Merge pull request #8459 from eugenp/lor6-patch-1
...
Update MetaprogrammingUnitTest.groovy
2020-01-01 21:27:59 +02:00
Loredana Crusoveanu
cb100d4c07
Update MetaprogrammingUnitTest.groovy
2020-01-01 21:25:07 +02:00
Donato Rimenti
d9dc2d8159
[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
d00f690f2b
[BAEL-2948] requested PR changes
2020-01-01 18:12:54 +02:00
Loredana Crusoveanu
c34bf5b28a
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
d507160b85
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
11aa367292
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
829e4f780e
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
09fc76e57c
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
6ada9e9259
Code review updates
2019-12-31 19:25:24 +05:30
mnafshin
6a09f4ac9b
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
e6aa30a7ca
http://team.baeldung.com/browse/BAEL-19884
2019-12-29 23:57:04 +01:00
Maiklins
710fcfe69f
Merge pull request #14 from eugenp/master
...
update
2019-12-29 22:16:05 +01:00
mikr
f449224819
Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
2019-12-29 15:41:23 +01:00
mikr
6d4727fe22
Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
2019-12-29 15:40:04 +01:00
Erik Pragt
a08f136236
Merge pull request #8399 from AlNiyas/samedayimprovement
...
[BAEL-3632] Using Instant to check for same day
2019-12-30 00:45:13 +11:00