Commit Graph

9149 Commits

Author SHA1 Message Date
Kai Yuan fcdf53f3e4 BAEL-5623 reverse list article (#12253)
* reverse list article

* fix the package
2022-05-31 22:58:26 -05:00
Muhammad Abdullah Azam Khan aef4affc28 Expose GraphQL field with different name (#12289) 2022-05-31 14:35:54 -07:00
Bhaskara Navuluri 24cdf2b672 BAEL-5534 Configure JWT Authentication for OpenAPI 2022-05-31 20:24:47 +05:30
ACHRAF TAITAI 97b2c4d6ea Update spring-cloud-consul module and article (#12279) 2022-05-31 08:21:51 +02:00
maryarm 4785a24795 BAEL-5266: Netflix sidecar demo applications created. (#12183)
* BAEL-5266: Netflix sidecar demo applications created.

* BAEL-5266: Changed NodeJS endpoint to hello

* BAEL-5266: Removed .gitignore files as the .gitignore is already available in project scope.
2022-05-31 08:30:17 +05:30
Dhawal Kapil 1f632eda4d JAVA-12419 Renamed apache-cxf to apache-cxf-modules 2022-05-30 23:47:08 +05:30
anuragkumawat 0a590c2d86 JAVA-12385 GitHub Issue: Test Failure in CircularBuffer/RingBuffer 2022-05-30 21:50:51 +05:30
Loredana Crusoveanu a1e77995a6 Merge pull request #12280 from dkapil/task/JAVA-11240_springcloud
JAVA-11240 Moved spring-cloud to spring-cloud-modules
2022-05-30 16:09:31 +03:00
sampadawagde b14e8332f8 JAVA-8149: Update Introduction to the Functional Web Framework in Spring
5
2022-05-30 18:21:38 +05:30
uzma khan fb5dfc72cd [BAEL-5556] Add code for sorting article 2022-05-30 12:04:18 +01:00
Dhawal Kapil 85d134952e JAVA-11240 Moved spring-cloud to spring-cloud-modules 2022-05-29 19:32:17 +05:30
kwoyke a7cae2e766 JAVA-9609: Create manual test for POSTing with HttpURLConnection (#12263) 2022-05-29 13:22:09 +05:30
kwoyke 8b9055c169 JAVA-10134: Cleanup POM properties (#12272)
* JAVA-10134: Cleanup POM properties

* JAVA-10134: Fix POM properties

* JAVA-10134: Fix hamcrest dependency in libraries-apache-commons-collections

* JAVA-10134: Fix java-hamcrest dependency

* JAVA-10134: Add maven.compiler properties
2022-05-29 13:04:45 +05:30
keerthigadde 660945ed25 JAVA-10004 --fixing path issues 2022-05-29 15:11:25 +10:00
Haroon Khan 8a7e4b9ef4 Revert "[JAVA-8154] Code clean up for reactive security" 2022-05-28 14:48:24 +01:00
Haroon Khan f8edd495ba [BAEL-5346] Code for @WebServiceServerTest article (#12229) 2022-05-27 22:27:51 -05:00
sachin 62ac961191 BAEL-4292:Play sound in java (#12004)
* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292: Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* fix for spaces

Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2022-05-27 22:18:22 -05:00
Loredana Crusoveanu a1b83f76f2 Merge pull request #12114 from Alex-Golub/study/test-order
The Order of Tests in JUnit
2022-05-27 21:41:39 +03:00
Loredana Crusoveanu d8a9f121d9 Merge pull request #12110 from doljae/master
Remove unused imports
2022-05-27 21:37:26 +03:00
Loredana Crusoveanu 98d8db1b11 Merge pull request #12100 from Alex-Golub/study/junit5-intro
JUnit5 writing test conventions, reformatting and import optimization
2022-05-27 21:21:51 +03:00
Loredana Crusoveanu 2fca2a1635 Merge pull request #12106 from Alex-Golub/study/junit4vs5
Assertions in JUnit 4 and JUnit 5 suggestions
2022-05-27 21:21:16 +03:00
Loredana Crusoveanu f1dfbfe5b8 Merge pull request #12105 from Alex-Golub/study/assert-exception
JUnit5 conventions + code rearrangement
2022-05-27 21:18:24 +03:00
Loredana Crusoveanu 89f51ac391 Merge branch 'master' into study/junit5-intro 2022-05-27 21:16:59 +03:00
Loredana Crusoveanu 0e35fc7090 Merge pull request #12088 from waqasakramef/patch-2
Add placeholder
2022-05-27 21:14:33 +03:00
Loredana Crusoveanu a0d9617a8b Merge pull request #12087 from waqasakramef/patch-1
Removed unused import "EnableAutoConfiguration"
2022-05-27 21:13:20 +03:00
Mayank Aggarwal 26224e4686 BAEL-5558 (#12222)
* [BAEL-5438] Added Criteria Queries for Employee

* [BAEL-5558] Sorting By Date in Java

* BAEL-5558: Added and refactored tests name

* [BAEL-5558] Refactored the code.

* [BAEL-5558] Resolved PMD violation.

* [BAEL-5558] Indented with 4 spaces

* Refactored the Employee class

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-05-27 08:07:59 -07:00
vunamtien 9c40bfe297 BAEL-5487-java-httpclient-custom-header (#12269)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-05-27 13:48:42 +02:00
kwoyke d0b326355c Merge pull request #12262 from keerthigadde/JAVA-9556
JAVA-9556 added try-with-resources for resultset
2022-05-27 10:40:37 +02:00
Saikat Chakraborty 4b36bbf0b7 Bael 5296: Added Http Request Header using the Feign Client (#12201)
* Implemented cassandra batch query

* Added netty version param

* Reformatted correctly

* Reformatted correctly

* Reformatted correctly

* Formatting fix resolved

* Formatting fix resolved

* Removed unused method

* Refactored method for better readability

* tab spaces corrected

* Added http headers in feign

* Updated code

* Updated code

* Removed unused code

* Removed unused logger code

* Implemented Interceptor and logging related code review

* Added AuthService Code

* Removed toString method

* Removed unnecessary declaration

* Removed new line

* Added feign headers log as well

* Moved to Authorisation package for better naming

* spaces removed

* @Override included

Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2022-05-27 09:28:56 +01:00
kwoyke 4abe624ea6 Merge pull request #12265 from hkhan/JAVA-8154-webflux-security
[JAVA-8154] Code clean up for reactive security
2022-05-27 10:05:14 +02:00
Keerthi 348bc58c5f Merge branch 'eugenp:master' into JAVA-9556 2022-05-26 21:10:14 +10:00
Haroon Khan 2a854383ca [JAVA-8154] Code clean up for reactive security 2022-05-26 11:19:34 +01:00
kwoyke bacfc3e283 Merge pull request #12261 from hkhan/JAVA-8153-webclient-error-handling
[JAVA-8153] Code clean up for reactive error handling
2022-05-26 10:52:32 +02:00
kwoyke c98f02aa94 Merge pull request #12258 from anuragkumawat/JAVA-9808
JAVA-9808 Fix integration test in spring-state-machine
2022-05-26 10:45:39 +02:00
keerthigadde 863356b4bc JAVA-9556 added try-with-resources for resultset 2022-05-26 15:38:47 +10:00
Haroon Khan 4188ab68b3 [JAVA-8153] Code clean up for reactive error handling 2022-05-25 17:48:48 +01:00
anuragkumawat 4977a58de1 JAVA-9808 Fix integration test in spring-state-machine 2022-05-25 20:16:11 +05:30
sampadawagde 9195a2b341 JAVA-12098: updated main pom 2022-05-25 20:15:55 +05:30
sampadawagde 2c6f7ab789 JAVA-12098: new module core-groovy-modules 2022-05-25 20:15:15 +05:30
sampadawagde 2ae576475a JAVA-12098: Moved core-groovy-strings inside core-groovy-modules 2022-05-25 20:14:49 +05:30
sampadawagde 7386b5a9fd JAVA-12098: Moved core-groovy-collections inside core-groovy-modules 2022-05-25 20:14:03 +05:30
sampadawagde d2f3c0bccb JAVA-12098: Moved core-groovy-2 inside core-groovy-modules 2022-05-25 20:13:35 +05:30
sampadawagde 68aebad05e JAVA-12098: Moved core-groovy inside core-groovy-modules 2022-05-25 20:12:57 +05:30
anuragkumawat d24c84be8e JAVA-9808 Fix integration test in spring-state-machine 2022-05-24 22:11:03 +05:30
kwoyke 33258722ca Merge pull request #12255 from kwoyke/JAVA-12100
JAVA-12100: Rename ddd-modules -> ddd-contexts
2022-05-24 18:25:09 +02:00
Krzysiek 4f615e380a JAVA-12100: Update main pom.xml 2022-05-24 11:09:48 +02:00
Krzysiek b01bfd8c5c JAVA-12100: Delete left ddd-modules file 2022-05-24 10:39:18 +02:00
Krzysiek 4696d0b54e JAVA-12100: Rename ddd-modules -> ddd-contexts 2022-05-24 10:22:37 +02:00
Loredana Crusoveanu 2525fd7675 Merge pull request #12254 from eugenp/lor6-patch-1
Update README.md
2022-05-24 11:06:59 +03:00
Loredana Crusoveanu d330c8a991 Update README.md 2022-05-24 11:02:46 +03:00