Commit Graph

26069 Commits

Author SHA1 Message Date
collaboratewithakash
0f540c938a Update README.md 2022-12-03 16:50:12 +05:30
Azhwani
b4a8754f44 BAEL-5931: Default Capacity of ArrayList (#13110) 2022-12-02 18:50:50 +01:00
Loredana Crusoveanu
c27ac1f014 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
47614c5bd9 BAEL-5850 - Abstract Factory vs Factory Method Pattern in Java (#13115) 2022-11-30 15:42:11 -08:00
Haroon Khan
cf32bc9473 [JAVA-16367] Update modelmapper lib version 2022-11-30 21:25:53 +00:00
Arya
4ed803cdc8 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
368d788197 JAVA-12387. Correct/Rename THREADS to TASKS and int threads to int tasks. (#13084) 2022-11-30 23:19:52 +05:30
Haroon Khan
174e0040ea [JAVA-15820] Enable spring-jinq module (#13090) 2022-11-30 22:43:56 +05:30
Dhawal Kapil
469cc59d95 JAVA-14987 Minor cleanup (#13113) 2022-11-30 20:39:24 +05:30
panos-kakos
49aa987745 [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
c358305b91 Merge pull request #13111 from edizor/master
Update README
2022-11-30 10:44:39 +02:00
edizor
cfdba966e8 Update README.md
[skip ci]
2022-11-30 07:43:45 +08:00
edizor
c3e8b124b9 Update README.md
[skip ci]
2022-11-30 07:40:23 +08:00
edizor
597af109a8 Update README.md
[skip ci]
2022-11-30 07:36:04 +08:00
edizor
3c1e3a1a0f Update README.md
[skip ci]
2022-11-30 07:32:25 +08:00
edizor
f718b87557 Update README.md
[skip ci]
2022-11-30 07:28:56 +08:00
edizor
355e54e659 Update README.md
[skip ci]
2022-11-30 07:26:23 +08:00
edizor
e438db3a70 Update README.md
[skip ci]
2022-11-30 07:24:05 +08:00
edizor
144f51cd9d Update README.md
[skip ci]
2022-11-30 07:19:54 +08:00
edizor
8844e17227 Update README.md
[skip ci]
2022-11-30 07:17:30 +08:00
edizor
7960ff4fdd Update README.md
[skip ci]
2022-11-30 07:15:15 +08:00
Loredana Crusoveanu
26b58e6926 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
fe4990374e 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
9a6015be94 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
c7a43d457d 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
71a02e94d9 Changed module name. (#13098) 2022-11-27 14:29:34 -08:00
alemoles
6e3bb64b1f BAEL-5981 - String Interpolation in Java (#13092) 2022-11-27 14:28:44 -08:00
Gaetano Piazzolla
2881826b53 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
3a35086f25 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
16793411c0 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
8182dc38fa 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
9928348739 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
d9290e05f3 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
anuragkumawat
9e0c311579 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
f226f7dc63 [JAVA-15774] Update JUnit code 2022-11-26 22:21:37 +00:00
Loredana Crusoveanu
802cb74b6b 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
c2d6d9f695 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
53e81bd712 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
818d181400 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
d5b2d3fb56 Merge pull request #12892 from FranPavon/patch-1
Update StatePatternUnitTest.java
2022-11-25 13:30:46 +02:00
Loredana Crusoveanu
f35eae5264 Merge pull request #13081 from edizor/master
README
2022-11-25 12:02:00 +02:00
Loredana Crusoveanu
d460c2325b 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
edizor
a81b1b25d5 Update README.md
[skip ci]
2022-11-25 15:59:07 +08:00
edizor
a74a9fb210 Update README.md
[skip ci]
2022-11-25 15:51:37 +08:00
edizor
de2cb398b1 Update README.md
[skip ci]
2022-11-25 15:49:29 +08:00
edizor
840af714f1 Update README.md
[skip ci]
2022-11-25 15:46:48 +08:00
edizor
cf057f1837 Update README.md
[skip ci]
2022-11-25 15:41:11 +08:00
edizor
63ffe1299c Update README.md
[skip ci]
2022-11-25 15:27:40 +08:00
edizor
110c843f26 Update README.md
[skip ci]
2022-11-25 15:22:31 +08:00
edizor
c18acbb5c1 Update README.md
[skip ci]
2022-11-25 15:15:31 +08:00