Commit Graph

10578 Commits

Author SHA1 Message Date
kwoyke 1d52e2cc86 Merge pull request #13139 from hkhan/JAVA-16711-logging-cleanup
[JAVA-16711] Remove unnecessary system out logging
2022-12-10 13:07:34 +01:00
kwoyke 141c85a5b4 Merge pull request #13071 from ehsansasanian/java-15229-update-bucket4j-version
update bucket4j version in spring-boot-libraries module
2022-12-10 13:02:13 +01:00
davidmartinezbarua bd984d5592 Merge pull request #13117 from etrandafir93/features/BAEL-5908-rxjava_just_vs_callable
BAEL-5908: Single.just vs fromCallable
2022-12-09 15:50:20 -03:00
Adrian Bob f45b2c8659 BAEL-5325: Add Spring Security login/logout API with Springdoc (#13027)
* BAEL-5325: Add Spring Security login/logout API with Springdoc

* Updated Spring version and using annotations for Basic Auth config

* Added tests

* Removed unused dependencies

* Removed dependencies which were accidentally added.

* Removed plugins which were accidentally added.

* Removed property which was accidentally added.
2022-12-09 10:35:09 -08:00
apeterlic 10d561451a BAEL-5986 - Getting Started with Blaze Persistence (#13107)
* BAEL-5986 - Getting Started with Blaze Persistence

* Optimize imports

* Fix test class name

* Switch to JUnit5

* Removed dependencies and Controller classes

* Update pom.xml

* Update Configuration class
2022-12-09 18:40:18 +01:00
panos-kakos 0264bb82c8 Java 13914 (#13083)
* [JAVA-13914] Replaced Junit4 annotations with Junit5

* [JAVA-13914] Replaced Junit4 annotations with Junit5

* [JAVA-13914] Fixed test

* [JAVA-13914] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-08 19:47:51 +05:30
panos-kakos 205506f00a [JAVA-15029] Upgraded to apache httpClient 5 (#13112)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-08 19:46:13 +05:30
Loredana Crusoveanu 2285190be6 Merge pull request #13063 from eugenp/sam/move-article-files
[BAEL-5684] Move article files to new module
2022-12-08 16:04:12 +02:00
anuragkumawat 3810a37078 JAVA-16250 Update spring-activiti module to use parent-boot-2 module as parent (#13120) 2022-12-08 19:18:02 +05:30
freelansam 7b9ab06c14 JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
Harry9656 3b31ba4f99 JAVA-5958: Ratelimit with client ip address (#13067)
* JAVA-5958: Ratelimit with client ip address

Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-12-08 01:09:03 -07:00
edizor 521215ae47 Create README.md
[skip ci]
2022-12-08 15:47:27 +08:00
edizor c9ceba772d Update README.md
[skip ci]
2022-12-08 15:43:38 +08:00
edizor 0276e154a5 Update README.md
[skip ci]
2022-12-08 15:38:32 +08:00
edizor 7c9018299c Update README.md
[skip ci]
2022-12-08 15:33:10 +08:00
edizor 002051b590 Create README.md
[skip ci]
2022-12-08 15:24:05 +08:00
edizor 290eefa062 Merge branch 'eugenp:master' into master 2022-12-08 15:21:13 +08:00
Dhawal Kapil 963ea1f9f5 JAVA-16288 Disabled intermittently failing test (#13140) 2022-12-08 11:32:44 +05:30
Haroon Khan e367437bb7 [JAVA-16711] Remove unnecessary system out logging 2022-12-07 21:57:15 +00:00
kwoyke 85fded9b10 Merge pull request #13118 from freelansam/JAVA-16260
JAVA-16301: Check Article Code Matches GitHub
2022-12-07 20:59:38 +01:00
edizor 7fd529781c Update README.md
[skip ci]
2022-12-07 19:35:24 +08:00
edizor 671116d6ab Update README.md
[skip ci]
2022-12-07 19:31:38 +08:00
edizor a8c2029284 Create README.md
[skip ci]
2022-12-07 19:28:19 +08:00
edizor 4c752a371f Update README.md
[skip ci]
2022-12-07 19:25:14 +08:00
Dhawal Kapil e9a11ae9ed 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 dd2c1fee77 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 0a0d532995 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 eed4f4f5e4 BAEL-5744 - excel date format (#13123) 2022-12-06 17:28:57 +01:00
Bhaskar Ghosh Dastidar e858d14b86 [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 061c30aa08 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 2ea3448efa 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 fd623cb9f8 [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 70e1917f1e Merge pull request #13130 from collaboratewithakash/master
backlink fixed
2022-12-05 17:14:23 +02:00
davidmartinezbarua efeabcc945 Merge pull request #12861 from brokenhardisk/master
BAEL-5715 Updated Code
2022-12-05 10:05:40 -03:00
collaboratewithakash 260511f92a backlink removed 2022-12-05 16:45:24 +05:30
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