Commit Graph

16628 Commits

Author SHA1 Message Date
Josh Cummings
690643050a Merge pull request #8483 from sandy03934/BAEL-3283
BAEL-3283 - Moved the code to a single package meant for the themes t…
2020-01-07 07:22:00 -07:00
Josh Cummings
93e61a886b Merge pull request #8476 from kwoyke/BAEL-19956
BAEL-19956: Use jar packaging type
2020-01-07 05:56:25 -07:00
sandip singh
815b0e698e BAEL-3283 - Moved the code to a single package meant for the themes tutorial. 2020-01-07 09:25:52 +05:30
Eric Martin
da6aa28fc2 Merge pull request #8374 from tinomthomas/master
BAEL- 3482
2020-01-06 19:54:35 -06:00
kwoyke
dd9da8c07e BAEL-3693: Rename test methods (#8482) 2020-01-06 21:36:38 +01:00
Thabo Ntsoko
27f465536e Adding constructor that takes in an AtomicInteger argument to count the total number of prime numbers 2020-01-06 18:43:41 +02:00
Maiklins
3319507e62 Merge pull request #16 from eugenp/master
update
2020-01-06 10:59:19 +01:00
Anshul Bansal
801c32e0f6 review changes 2020-01-06 10:49:41 +02:00
mnafshin
3b3880a942 Powerset (#8475)
* 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()

* Lexicographic Order and Gray Order are removed from function names. Unused function (rank and unrank), which are not used in the text, are removed
2020-01-05 13:31:27 -08:00
Krzysiek
120e8586bf BAEL-19956: Use jar packaging type 2020-01-05 11:51:57 +01:00
Gang
af6804ae25 BAEL-3656 Change the integration test into unit test. 2020-01-05 00:19:49 -07:00
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
Sorin Zamfir
827f0e4a3d BAEL-3451: Some more examples 2020-01-05 00:35:53 +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
Anshul BANSAL
1d6347faa3 organized imports 2020-01-04 14:59:27 +02:00
Anshul BANSAL
a8e6c49a12 4 spaces code indentation 2020-01-04 14:57:29 +02:00
Anshul BANSAL
8622fd2ba7 pom.xml code indentation 2020-01-04 14:49:57 +02:00
Anshul Bansal
064afc99b8 pom.xml code indentation 2020-01-04 14:42:04 +02:00
Anshul BANSAL
b561345230 Code indentation 2020-01-04 14:41:27 +02:00
Anshul Bansal
9234115078 code indentation 2020-01-04 14:38:39 +02:00
Anshul BANSAL
54877db65f BAEL-3596 - code moved to core-java-concurrency-advanced-3 2020-01-04 14:37:34 +02:00
BudBak
54fec78e0e BAEL-3481 - updated with review comments. 2020-01-04 16:28:52 +05:30
BudBak
176b56da64 Merge remote-tracking branch 'upstream/master' 2020-01-04 15:59:48 +05:30
TINO
28a32ae0cb BAEL-3482
Code re-factor
2020-01-04 12:38:37 +03: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
Sorin Zamfir
b19ab4d2bb BAEL-3451: First samples 2020-01-03 21:58:14 +02:00
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
Anshul Bansal
654bb1f934 pom.xml merged 2020-01-03 14:07:40 +02:00
Anshul BANSAL
31daaa0d3c resolved conflict 2020-01-03 14:06:34 +02:00
Anshul BANSAL
68f1d6a31f resolved conflict 2020-01-03 14:05:06 +02:00
Anshul Bansal
98d6761182 Merge branch 'master' into BAEL-3596_Asynchronous_Method_Calls_in_Java 2020-01-03 13:56:41 +02: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