Commit Graph

26102 Commits

Author SHA1 Message Date
kwoyke
088f692da1 Merge pull request #13118 from freelansam/JAVA-16260
JAVA-16301: Check Article Code Matches GitHub
2022-12-07 20:59:38 +01:00
Dhawal Kapil
98e9271c4d JAVA-16288 Fixed core-java-jndi unit test (#13135)
* JAVA-16288 Fixed core-java-jndi unit test

* JAVA-16288 Disabled
givenNoContext_whenLookupObject_thenThrowNoInitialContext test
2022-12-07 00:20:28 +05:30
panos-kakos
292fcd5446 Java 15017 (#13080)
* [JAVA-15017] Upgraded httpClient version to 5.2

* [JAVA-15017] Added CustomResponseHandler in favour of upgrading deprecated execute() method

* [JAVA-15017] Replaced CustomResponseHandler with BasicHttpClientResponseHandler

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-07 00:19:44 +05:30
davidmartinezbarua
6a5198f296 Merge pull request #13099 from etrandafir93/features/BAEL-5819-java_collections_pecs
BAEL-5819: java collections pecs
2022-12-06 15:29:43 -03:00
Kilian Schneider
9d10353fef BAEL-5744 - excel date format (#13123) 2022-12-06 17:28:57 +01:00
Bhaskar Ghosh Dastidar
0ba1af3a05 [JAVA-6029] reversing a stack (#13122)
* [JAVA-6029] reversing a stack

* [JAVA-6029] un-necessary file changes removed

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2022-12-06 16:56:02 +01:00
Abhinav Pandey
d276d60304 BAEL-5789 - reinitializing singleton beans in context (#13096)
* BAEL-5789 - reinitializing singleton beans in context

* BAEL-5789 - reinitializing singleton beans in context - changing file path to relative
2022-12-06 10:58:59 +05:30
AndiCover
07f917c105 Bael 4555 selenium tab switching (#13131)
* BAEL-4555 Added Selenium TabHelper and tab switching live tests

* BAEL-4555 Upgraded Selenium to 4.6.0

* BAEL-4555 fixed naming

Co-authored-by: andicover <w&j3$d9NEcfAQTXfxju9>
2022-12-05 16:08:01 -08:00
Harry9656
b50d3312a9 [JAVA-5805]: Logging to Graylog with Spring Boot Update (#12934)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-12-05 17:35:30 +00:00
Loredana Crusoveanu
bfb5ca5bbf Merge pull request #13130 from collaboratewithakash/master
backlink fixed
2022-12-05 17:14:23 +02:00
davidmartinezbarua
f07fcf5d0e Merge pull request #12861 from brokenhardisk/master
BAEL-5715 Updated Code
2022-12-05 10:05:40 -03:00
collaboratewithakash
31a4c88640 backlink removed 2022-12-05 16:45:24 +05:30
collaboratewithakash
89cba02e1b backlink added 2022-12-05 16:44:04 +05:30
collaboratewithakash
509af6c402 backlink removed 2022-12-05 16:40:59 +05:30
collaboratewithakash
2be93928eb backlink fixed 2022-12-05 16:36:12 +05:30
collaboratewithakash
322fc3fa6c backlink added 2022-12-05 16:34:42 +05:30
collaboratewithakash
a0fc7528df backlink fixed. 2022-12-05 16:28:32 +05:30
collaboratewithakash
5bf67fc672 backlink fixed. 2022-12-05 16:25:53 +05:30
alemoles
903ea90e8c BAEL-5960 - Functors in Java (#13125) 2022-12-04 23:02:24 -08:00
davidmartinezbarua
f6f0e448b0 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
6add2d0885 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
0f540c938a Update README.md 2022-12-03 16:50:12 +05:30
h_sharifi
5504ca1d54 #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
b98e5808ee #BAEL-5948:rename module name in parent pom 2022-12-03 10:27:08 +03:30
Azhwani
b4a8754f44 BAEL-5931: Default Capacity of ArrayList (#13110) 2022-12-02 18:50:50 +01:00
freelansam
8a238e2ec5 JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:53:08 +05:30
freelansam
aabfbaad08 JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:45:30 +05:30
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