10368 Commits

Author SHA1 Message Date
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
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
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
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
h_sharifi
e3f229f61d #BAEL-5948:add main source code 2022-11-27 10:50:29 +03:30
h_sharifi
68c5a730eb #BAEL-5948:add gitignore file 2022-11-27 10:50:05 +03:30
h_sharifi
9ac3f4ffea #BAEL-5948:add new maven module 2022-11-27 10:49:48 +03:30
anuragkumawat
c2a584c737 JAVA-14896 Update spring-thymeleaf-4 module under spring-web-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#13086) 2022-11-27 11:22:07 +05:30
Haroon Khan
cbacca44c9 [JAVA-15774] Update JUnit code 2022-11-26 22:21:37 +00:00
Loredana Crusoveanu
d04b7801c9 Merge pull request #13085 from dkapil/task/JAVA-15984_2
JAVA-15787 Created new messaging-modules and saas-modules
2022-11-26 17:23:26 +02:00
Dhawal Kapil
ad9ddfc6e3 JAVA-15787 Created new messaging-modules and saas-modules
- Moved jgroups, rabbitmq, spring-amqp, spring-apache-camel, spring-jms to messaging-modules
- Moved twilio, twitter4j, strip to saas-modules
- Renamed existing saas to jira-rest-integration
2022-11-26 11:54:53 +05:30
Arya
b7f097bb92 Serialize a Singleton in Java (#13074)
* Added a new module. Also added Serializable Singleton article source code.

* Modified the unit tests. And deleted the main classes.
2022-11-25 09:33:26 -08:00
anuragkumawat
8ee7dcd350 JAVA-14897 Update spring-security-auth0 module under spring-security modules to remove usage of deprecated WebSecurityConfigurerAdapter (#13070)
* JAVA-14897 Update spring-security-auth0 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14897 Code update as per review comment
2022-11-25 19:50:00 +05:30
Loredana Crusoveanu
3feba66f4c Merge pull request #12892 from FranPavon/patch-1
Update StatePatternUnitTest.java
2022-11-25 13:30:46 +02:00
Loredana Crusoveanu
ab27a775d6 Merge pull request #13081 from edizor/master
README
2022-11-25 12:02:00 +02:00
Loredana Crusoveanu
f43083ac76 Merge pull request #13079 from dkapil/task/JAVA-15989
JAVA-15989 Renamed to jenkins to jenkins-modules
2022-11-25 11:48:36 +02:00