Commit Graph

10543 Commits

Author SHA1 Message Date
collaboratewithakash a82e46bdcc backlink added 2022-12-05 16:44:04 +05:30
collaboratewithakash 6b5bde98f5 backlink removed 2022-12-05 16:40:59 +05:30
collaboratewithakash b68aaace05 backlink fixed 2022-12-05 16:36:12 +05:30
collaboratewithakash 7945039f3e backlink added 2022-12-05 16:34:42 +05:30
collaboratewithakash 62e25fc0ab backlink fixed. 2022-12-05 16:28:32 +05:30
collaboratewithakash 97c5ef6776 backlink fixed. 2022-12-05 16:25:53 +05:30
alemoles 316cd48b48 BAEL-5960 - Functors in Java (#13125) 2022-12-04 23:02:24 -08:00
davidmartinezbarua bb57868ec9 Merge pull request #13093 from hmdrzsharifi/BAEL-5948
Bael 5948: Running Spring Boot Application with Embedded Camunda Engine
2022-12-04 13:13:02 -03:00
Daniel Strmecki 0f3c81c248 Feature/bael 5756 choose api (#13055)
* BAEL-5756: Rest controller

* BAEL-5756: GraphQL controller (without tests)

* BAEL-5756: Fix GraphQL test

* BAEL-5756: Fix GraphQL test 2

* BAEL-5756: GRPC working

* BAEL-5756: GRPC with Spring Boot

* BAEL-5756: Books proto service

* BAEL-5756: Fix grpc integration test

* BAEL-5756: Refactor

* BAEL-5756: Revert some changes
2022-12-03 15:00:24 +00:00
collaboratewithakash bcfa1ee452 Update README.md 2022-12-03 16:50:12 +05:30
h_sharifi 010163e541 #BAEL-5948:rename module name from spring-boot-libraries-3 to spring-boot-process-automation 2022-12-03 10:28:19 +03:30
h_sharifi 16a81bf9f9 #BAEL-5948:rename module name in parent pom 2022-12-03 10:27:08 +03:30
Azhwani 5f939afaf0 BAEL-5931: Default Capacity of ArrayList (#13110) 2022-12-02 18:50:50 +01:00
freelansam 290581f15b JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:53:08 +05:30
freelansam 998415cd47 JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:45:30 +05:30
emanueltrandafir1993 490425adea BAEL-5908: updated test class name 2022-12-02 00:54:09 +01:00
emanueltrandafir1993 f8a341aaa8 BAEL-5908: Single.just vs fromCallable 2022-12-02 00:48:50 +01:00
Loredana Crusoveanu 5e21445e0f Merge pull request #13114 from hkhan/JAVA-16367-update-modelmapper-version
[JAVA-16367] Update modelmapper lib version
2022-12-01 11:30:23 +02:00
alemoles afd6ccaa93 BAEL-5850 - Abstract Factory vs Factory Method Pattern in Java (#13115) 2022-11-30 15:42:11 -08:00
Haroon Khan 64134309d1 [JAVA-16367] Update modelmapper lib version 2022-11-30 21:25:53 +00:00
Arya c22f091771 Added the code for "Errors and Exceptions in Java". (#13104)
* Added the code for "Errors and Exceptions in Java".

* Added the unit tests.
2022-11-30 11:51:46 -08:00
jsgrah-spring 21c42ebebc JAVA-12387. Correct/Rename THREADS to TASKS and int threads to int tasks. (#13084) 2022-11-30 23:19:52 +05:30
Haroon Khan 0e594f1a74 [JAVA-15820] Enable spring-jinq module (#13090) 2022-11-30 22:43:56 +05:30
Dhawal Kapil f1dfbf1f46 JAVA-14987 Minor cleanup (#13113) 2022-11-30 20:39:24 +05:30
panos-kakos c5d0dbfc10 [JAVA-14987] Added missing code (#12983)
* [JAVA-14987] Added missing code

* [JAVA-14987] Added missing code

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-30 20:08:24 +05:30
Loredana Crusoveanu 94c997f3b6 Merge pull request #13111 from edizor/master
Update README
2022-11-30 10:44:39 +02:00
edizor de10836e67 Update README.md
[skip ci]
2022-11-30 07:43:45 +08:00
edizor aa19449d8f Update README.md
[skip ci]
2022-11-30 07:40:23 +08:00
edizor 5e7e690dbe Update README.md
[skip ci]
2022-11-30 07:36:04 +08:00
edizor 8d20dad50f Update README.md
[skip ci]
2022-11-30 07:32:25 +08:00
edizor b6db71aebb Update README.md
[skip ci]
2022-11-30 07:28:56 +08:00
edizor 1ba60da892 Update README.md
[skip ci]
2022-11-30 07:26:23 +08:00
edizor 9b06e15e96 Update README.md
[skip ci]
2022-11-30 07:24:05 +08:00
edizor a8f68d47af Update README.md
[skip ci]
2022-11-30 07:19:54 +08:00
edizor 6f23af2703 Update README.md
[skip ci]
2022-11-30 07:17:30 +08:00
edizor 842c319863 Update README.md
[skip ci]
2022-11-30 07:15:15 +08:00
Loredana Crusoveanu 0484640a06 Merge pull request #13089 from hkhan/JAVA-15774-update-junit-articles
[JAVA-15774] Update JUnit code
2022-11-29 17:28:47 +02:00
Kilian Schneider 4d330a1b85 BAEL-5785 Map.of() vs Map.ofEntries() test (#13064)
* BAEL-5785 Map.of() vs Map.ofEntries() test

* Update pom.xml

* Update pom.xml

* Add immutable test case

* Update map naming
2022-11-28 20:33:35 -06:00
Vlad Fernoaga 28c0b9569e Feing client vs web client (#12968)
* implement code example for feignClient vs WebClient

* refactor code example for feignClient vs WebClient with /products endpoint

* fix PR comment
2022-11-28 20:23:11 -06:00
psevestre f6ae9ceefa BAEL-5900: Using Firebase Cloud Messaging in SpringBoot Applications (#13102)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5258] Article Code

* [BAEL-2765] PKCE Support for Secret Clients

* [BAEL-5698] Article code

* [BAEL-5698] Article code

* [BAEL-5900] Initial commit
2022-11-27 20:15:01 -08:00
Arya aaf070cd55 Changed module name. (#13098) 2022-11-27 14:29:34 -08:00
alemoles 965cf501f5 BAEL-5981 - String Interpolation in Java (#13092) 2022-11-27 14:28:44 -08:00
Gaetano Piazzolla 53dbea8d56 BAEL-5921 | Guide to Java Priority Queue (#13087)
* BAEL-5921 | Guide to Java Priority Queue

* BAEL-5921 | Adressed comments

* BAEL-5921 | Fixed test

* BAEL-5921 | Fixed test
2022-11-27 20:00:09 +01:00
emanueltrandafir1993 d804060040 BAEL-5819: java collections pecs 2022-11-27 19:02:37 +01:00
Gerard Klijs d54d4768c0 BAEL-5855 Persisting the Query Model (#12976)
* BAEL-5855 Persisting the Query Model

* BAEL-5855 Persisting the Query Model, apply baeldung code style.
2022-11-27 17:00:47 +00:00
Azhwani 30eccf2ae8 BAEL-5978: Case Insensitive Enum Mapping in Spring Boot (#13061)
* BAEL-5978: Case Insensitive Enum Mapping in Spring Boot

* Move code to a new module: spring-boot-request-params
2022-11-27 15:50:55 +01:00
Olu f191427bea Convert between LocalDateTime and ZonedDateTime - BAEL-5879 (#13057)
* Creating a Deep vs Shallow Copy of an Object in Java

* completed tests for LinkedHashSet

* update

* updated PR

* swapped the order of arguments for assertEquals()

* completed code for Convert between LocalDateTime and ZonedDateTime

* fixed module name

* update

* update

* added more assertions

* update

* added more example

* update

* jenkin build error fix

* jenkin build error fix

* jenkins build fix

* fixed suggested comments

* update

* update
2022-11-27 18:16:22 +05:30
pedrolopes 790974461f BAEL-5922 User for Optional in Java (#13051)
* repositories. model class. initial tests

* tests declarative api

* removing from module java 11

* copy to optional module

* fix assertEquals import
2022-11-27 17:38:38 +05:30
Ralf Ueberfuhr b82aabffc0 BAEL 5951: Update Spring Boot 3 Version from release candidate to release version (#13091)
* Update Spring Boot, Spring Native and Native Maven Plugin versions

* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints

* BAEL-5951: Configure POMs and add Swagger UI runtime hints

* BAEL-5951: Remove Swagger UI runtime hints

* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)

* BAEL-5951: Add tests

* BAEL-5951: Fix tests (PMD naming conventions)

* BAEL-5951: Update from Spring Boot version 3.0.0-RC1 to 3.0.0 (release)
2022-11-27 10:58:07 +01:00
h_sharifi b46712fa14 #BAEL-5948:add sample loan process 2022-11-27 10:50:56 +03:30