Commit Graph

26058 Commits

Author SHA1 Message Date
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
edizor
8711d22809 Update README.md
[skip ci]
2022-11-25 15:06:22 +08:00
edizor
0f59ec0599 Update README.md
[skip ci]
2022-11-25 14:46:53 +08:00
edizor
b98a3442b3 Update README.md
[skip ci]
2022-11-25 14:42:29 +08:00
edizor
94f9d40e67 Update README.md
[skip ci]
2022-11-25 14:38:23 +08:00
edizor
db51e89474 Update README.md
[skip ci]
2022-11-25 14:36:06 +08:00
edizor
66544380ef Update README.md
[skip ci]
2022-11-25 14:33:35 +08:00
edizor
8ff490b0a5 Update README.md
[skip ci]
2022-11-25 14:31:33 +08:00
edizor
9d2baaae40 Update README.md
[skip ci]
2022-11-25 14:29:53 +08:00
Bhaskar Ghosh Dastidar
c7b4b1da21 [JAVA-5980] First Non Repeating Character (#13072)
* [JAVA-5980] First Non Repeating Character

* [JAVA-5980] renamed UnitTest class

* [JAVA-5980] changed file location to core-java-string-algorithms-3

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2022-11-24 15:41:35 -08:00
Andrey Shcherbakov
f5e0517b93 Set the learning rates (#13052) 2022-11-25 00:59:13 +05:30
panos-kakos
ed92ffdad5 [JAVA-13962] Align code with article + clean up (#13012)
* [JAVA-13962] Align code with article + clean up

* [JAVA-13962] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-25 00:53:09 +05:30