Commit Graph

801 Commits

Author SHA1 Message Date
Krzysiek 23798f2989 BAEL-20663: Update dependencies in spring-boot-security module 2020-01-11 23:57:03 +01:00
Krzysiek c17be9595c BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-boot-admin 2020-01-11 23:48:55 +01:00
Krzysiek 3b66c40c05 BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-data-redis 2020-01-11 23:38:32 +01:00
Krzysiek bff2320290 BAEL-20663: Upgrade spring-cloud-dependencies to Hoxton.SR1 2020-01-11 23:30:33 +01:00
Krzysztof Woyke 44ddb2bcc4 Merge branch 'BAEL-20663' of https://github.com/kwoyke/tutorials into BAEL-20663 2020-01-10 15:25:40 +01:00
Krzysztof Woyke 80aa878f3c BAEL-20663: Upgrade Spring Framework version to 5.2.2 2020-01-10 15:25:12 +01:00
Krzysztof Woyke 5e3638010d BAEL-20663: Fix springdoc issue: https://github.com/springdoc/springdoc-openapi/issues/133 2020-01-10 14:35:32 +01:00
Krzysiek c46beaa211 BAEL-20663: Replace depracated PageRequest constructor with a static method 2020-01-09 23:26:54 +01:00
Krzysiek f373c922dd BAEL-20663: Replace depracated PageRequest constructor with a static method 2020-01-09 22:39:04 +01:00
Krzysiek 6a2d89855e BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-mvc-java 2020-01-09 20:56:28 +01:00
Krzysztof Woyke 43f2f42201 BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-jooq 2020-01-08 09:06:42 +01:00
Krzysztof Woyke c46951aa6b BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-boot-testing 2020-01-08 08:37:06 +01:00
Krzysztof Woyke 3fc3ab33ed BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-boot-rest 2020-01-08 07:49:05 +01:00
Krzysiek ec42707124 BAEL-20663: Remove usage of removed @WebMvcTest#secure property 2020-01-07 22:35:03 +01:00
Krzysiek 36703c7d97 BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-5 2020-01-07 22:11:12 +01:00
Krzysiek 80741d0d31 BAEL-20663: Fix usage of org.springframework.data.domain.Sort 2020-01-07 21:58:14 +01:00
Krzysiek fc22587009 BAEL-20663: Fix usage of org.springframework.data.domain.Sort 2020-01-07 21:52:41 +01:00
Krzysiek 5917c9027a BAEL-20663: Fix usage of org.springframework.data.domain.Sort 2020-01-07 21:41:00 +01:00
Krzysiek dcf6d3a538 BAEL-20663: Upgrade to the latest Spring Boot 2.2.2 version 2020-01-07 21:18:18 +01:00
Josh Cummings fd69ba1589 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 21f1e45a36 Merge pull request #8476 from kwoyke/BAEL-19956
BAEL-19956: Use jar packaging type
2020-01-07 05:56:25 -07:00
sandip singh 721c60966f BAEL-3283 - Moved the code to a single package meant for the themes tutorial. 2020-01-07 09:25:52 +05:30
Eric Martin 6f79b7ead3 Merge pull request #8374 from tinomthomas/master
BAEL- 3482
2020-01-06 19:54:35 -06:00
kwoyke 73e7543a9d BAEL-3693: Rename test methods (#8482) 2020-01-06 21:36:38 +01:00
mnafshin ec9028d5f8 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 3c986727c0 BAEL-19956: Use jar packaging type 2020-01-05 11:51:57 +01:00
kwoyke 0577e41882 BAEL-3719: Add missing code (#8470) 2020-01-05 05:08:47 +02:00
kwoyke 18794e11c2 BAEL-3182: Add userHome.jsp page (#8473) 2020-01-05 05:07:04 +02:00
Josh Cummings c06eb23d11 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 69b655dcf8 Merge pull request #8449 from Maiklins/BAEL-3590-cucumber-hooks
BAEL-3590 cucumber hooks
2020-01-04 14:44:37 -06:00
Josh Cummings 72ade0721f 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 4d2497efc8 Merge pull request #8465 from binary-joe/master
Rename netflix to netflix-modules
2020-01-04 12:44:22 -07:00
Eric Martin 670a4baa6f 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
TINO 7ea496ba09 BAEL-3482
Code re-factor
2020-01-04 12:38:37 +03:00
Sunil Jain 01a4b4b8a6 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 09e800e605 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 da78ae7cbe Merge remote-tracking branch 'upstream/master' into BAEL-20573 2020-01-03 09:21:03 +01:00
kwoyke d5681eb57c 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 471915fb3c Merge branch 'master' into BAEL-20573 2020-01-03 07:57:17 +01:00
kwoyke c4497b7d3b BAEL-3608: Add Map.merge() usage example (#8455) 2020-01-03 08:51:16 +02:00
kwoyke 130ba52379 BAEL-3688: Add examples of a constructor and a setter injection types (#8452) 2020-01-03 08:49:52 +02:00
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