Commit Graph

24658 Commits

Author SHA1 Message Date
Loredana Crusoveanu
d94cd0351a Merge pull request #12105 from Alex-Golub/study/assert-exception
JUnit5 conventions + code rearrangement
2022-05-27 21:18:24 +03:00
Loredana Crusoveanu
2910c6b942 Merge pull request #12088 from waqasakramef/patch-2
Add placeholder
2022-05-27 21:14:33 +03:00
Loredana Crusoveanu
8bd7c57105 Merge pull request #12087 from waqasakramef/patch-1
Removed unused import "EnableAutoConfiguration"
2022-05-27 21:13:20 +03:00
Mayank Aggarwal
e6c268ce92 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
13d446c151 BAEL-5487-java-httpclient-custom-header (#12269)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-05-27 13:48:42 +02:00
kwoyke
b7025e4c00 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
5b0341481c 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
1f60a51fe7 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
a01103f790 Merge branch 'eugenp:master' into JAVA-9556 2022-05-26 21:10:14 +10:00
Haroon Khan
a04471a216 [JAVA-8154] Code clean up for reactive security 2022-05-26 11:19:34 +01:00
kwoyke
8dc04ac9ec 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
3cb0acb86b 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
1f42e88264 JAVA-9556 added try-with-resources for resultset 2022-05-26 15:38:47 +10:00
Haroon Khan
eb40ce37b0 [JAVA-8153] Code clean up for reactive error handling 2022-05-25 17:48:48 +01:00
anuragkumawat
3f67c0f677 JAVA-9808 Fix integration test in spring-state-machine 2022-05-25 20:16:11 +05:30
anuragkumawat
efbb20c326 JAVA-9808 Fix integration test in spring-state-machine 2022-05-24 22:11:03 +05:30
kwoyke
930ae4ced6 Merge pull request #12255 from kwoyke/JAVA-12100
JAVA-12100: Rename ddd-modules -> ddd-contexts
2022-05-24 18:25:09 +02:00
Krzysiek
4af899a22e JAVA-12100: Update main pom.xml 2022-05-24 11:09:48 +02:00
Krzysiek
546ea7a994 JAVA-12100: Delete left ddd-modules file 2022-05-24 10:39:18 +02:00
Krzysiek
f6cf879491 JAVA-12100: Rename ddd-modules -> ddd-contexts 2022-05-24 10:22:37 +02:00
Loredana Crusoveanu
a91912cd39 Merge pull request #12254 from eugenp/lor6-patch-1
Update README.md
2022-05-24 11:06:59 +03:00
Loredana Crusoveanu
eb83634332 Update README.md 2022-05-24 11:02:46 +03:00
Yavuz Tas
169fc34a4e BAEL-5452 sample docker and docker compose files for the article. (#12115)
Co-authored-by: Yavuz Tas <ytas@vwd.com>
2022-05-23 22:01:34 +02:00
Loredana Crusoveanu
442fafb113 Merge pull request #12252 from Asjad-J/master
Updated README.md
2022-05-23 20:14:14 +03:00
Greg Martin
371efb9c27 Merge pull request #12145 from amitiw4u/BAEL-5295_RequestLine
Initial Changes for RequestLine
2022-05-23 12:30:21 -04:00
Harry9656
0464c5e303 JAVA-5484: Added Java Http Request Timeout (#12248)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-05-23 09:27:46 -07:00
kwoyke
609e5df75e JAVA-12009: Upgrade Spring to 5.3.20 (#12251) 2022-05-23 21:19:01 +05:30
Asjad J
c7cc3e9e87 Updated README.md
added link back to the article: https://www.baeldung.com/spring-transactions-read-only
2022-05-23 17:35:17 +05:00
Asjad J
47dc908629 Updated README.md
added link back to the article: https://www.baeldung.com/java-check-character-vowel
2022-05-23 17:32:59 +05:00
kwoyke
fc0c2a605f Merge pull request #12245 from anuragkumawat/JAVA-11422
JAVA-11422 Update article - A Guide To Java Regular Expressions API
2022-05-23 14:32:16 +02:00
Asjad J
75a4da37b2 Updated README.md
added link back to the article: https://www.baeldung.com/java-domain-name-from-url
2022-05-23 17:30:29 +05:00
Asjad J
e0d19a05ae Merge branch 'eugenp:master' into master 2022-05-23 17:27:48 +05:00
Asjad J
c7b6478a7a Updated README.md
added link back to the article: https://www.baeldung.com/java-bean-validation-constraint-composition
2022-05-23 17:25:29 +05:00
kwoyke
c2d768af58 Merge pull request #12241 from anuragkumawat/JAVA-11421
JAVA-11421 Update article - RegEx for matching Date Pattern in Java
2022-05-23 14:22:14 +02:00
kwoyke
de3c45096c Merge pull request #12239 from hkhan/JAVA-11789-artifact-cleanup
[JAVA-11789] Add generated classes
2022-05-23 14:18:19 +02:00
Asjad J
cfbf30380e Updated README.md
added link back to the article: https://www.baeldung.com/jdk-com-sun-proxy
2022-05-23 17:15:39 +05:00
Asjad J
111d50bfb1 Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-collection-name
2022-05-23 17:12:20 +05:00
Asjad J
bef159a132 Updated README.md
added link back to the article: https://www.baeldung.com/spring-keycloak-get-user-id
2022-05-23 17:07:54 +05:00
Asjad J
efe2fbc21a Updated README.md
added link back to the article: https://www.baeldung.com/java-files-match-wildcard-strings
2022-05-23 16:52:12 +05:00
Asjad J
db12153fd0 Updated README.md
added link back to the article: https://www.baeldung.com/spring-jpa-joining-tables
2022-05-23 16:48:34 +05:00
Asjad J
416a4234fc Updated README.md
added link back to the article: https://www.baeldung.com/java-scanner-usedelimiter
2022-05-23 16:42:16 +05:00
Asjad J
e5f4c0ac8d Updated README.md
added link back to the article: https://www.baeldung.com/java-jdbc-convert-resultset-to-json
2022-05-23 16:30:02 +05:00
Loredana Crusoveanu
684442f3fb Merge pull request #12249 from eugenp/lor6-patch-1
Create README.md
2022-05-23 10:14:42 +03:00
Loredana Crusoveanu
ef48fe813a Create README.md 2022-05-23 10:12:24 +03:00
kwoyke
459854184d Merge pull request #12246 from hkhan/JAVA-12011-review-commented-modules
[JAVA-12011] Remove redundant comments from pom files
2022-05-23 08:52:34 +02:00
kwoyke
c678c10d67 Merge pull request #12243 from hkhan/JAVA-11892-logs-cleanup
[JAVA-11892] Logging  clean up
2022-05-23 08:50:10 +02:00
Thiago dos Santos Hora
87c2a07e92 [BAEL-4120] Read-only transactions samples (#11841)
* [BAEL-4120] Read-only transactions samples

* Extract query runner jobs logic

* Apply test name standards

* Fix code standards

* Use pom properties to define versions

* Rename main package

* Rename generics

* Code clean up

* Code clean up on lambdas

* Add debug logs

* Fix format issues

* Rename entity
2022-05-23 08:09:09 +02:00
kwoyke
4dbcc51143 Merge pull request #12237 from freelansam/JAVA-12097
JAVA-12097: Create new algorithms-module
2022-05-23 08:08:13 +02:00
davidmartinezbarua
91b9cb6c43 Merge pull request #12231 from apeterlic/get-domain-name
Get domain name
2022-05-22 22:05:19 -03:00
Haroon Khan
b5d898bfee [JAVA-12011] Remove redundant comments from pom files 2022-05-22 11:44:39 +01:00