Commit Graph

22987 Commits

Author SHA1 Message Date
Loredana Crusoveanu
aef2133232 Merge pull request #11225 from kwoyke/JAVA-7055
JAVA-7055: Rollback to Jackson 2.11.1
2021-09-15 13:49:39 +03:00
Krzysiek
eb681bd3c7 JAVA-7055: Rollback to Jackson 2.11.1 2021-09-15 11:28:50 +02:00
kwoyke
aebf665492 Merge pull request #11185 from Maiklins/JAVA-6006-Upgrade_spring-5-webflux_module_-_part_2
JAVA-6006 Upgrade Spring 5 Webflux module
2021-09-15 09:28:46 +02:00
515882294
acd2445c65 Add new section on instanceof 2021-09-14 19:41:34 +08:00
JoannaaKL
d4512573d6 Jira BAEL-4211 (#11193)
* Init

* Removing mvnw files

* Apply eclipse code format

* Refactoring

* Refactoring

* BAEL-4211 Add benchmarks

* Delete hexagonal directory

* Refactoring based on the feedback

* Refactoring based on feedback - package rename

* Directory rename

Co-authored-by: asia <joannakrzeklubowiecka@protonmail.com>
2021-09-13 20:01:26 -05:00
Carlos Cavero
0f12f84398 Add custom serializer and deserializer including the message dto based in lombok 2021-09-13 17:42:04 +02:00
Krzysztof Majewski
cb62fecccb BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ (#11209)
* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ - add tests

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ - add tests

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ - add tests

* BAEL-5061 Joinpoint vs. ProceedingJoinPoint in AspectJ - add tests

Co-authored-by: majewsk6 <krzysztof.majewski.km1@contractors.roche.com>
2021-09-13 08:18:32 -07:00
anuragkumawat
f422520c99 JAVA-2800 : Upgrade spring-cloud-connectors-heroku to the latest Spring Boot version 2021-09-13 20:04:10 +05:30
kwoyke
4221f66a31 Merge pull request #11201 from freelansam/JAVA-6439
JAVA-6439: Check PR for spring-security-web-sockets module
2021-09-13 12:00:15 +02:00
kwoyke
d5008b30d3 Merge pull request #11194 from freelansam/JAVA-6303
JAVA-6303: Update "Jackson Inheritance" article
2021-09-13 10:36:35 +02:00
Ashish Gupta
34c2e1947f Update EmailValidationUnitTest.java 2021-09-12 14:53:30 +05:30
Ashish Gupta
e8ae5d9f1b Update EmailValidationUnitTest.java 2021-09-12 13:20:42 +05:30
Ashish Gupta
73182cabd3 Update EmailValidation.java 2021-09-12 13:19:16 +05:30
Ashish Gupta
6bdacc0c9e Merge branch 'eugenp:master' into master 2021-09-12 13:18:26 +05:30
rvsathe
9b33b90e3c BAEL 4293 changed the pom.xml formatting. 2021-09-11 16:24:30 +05:30
sampadawagde
559035c08a JAVA-6439: review comments incorporated 2021-09-11 15:05:02 +05:30
sampadawagde
cf80832152 JAVA-6303: corrected formatting 2021-09-11 14:57:21 +05:30
sharifi
c0e7348e17 BAEL-5079: upgrade commons-codec version 2021-09-11 12:21:33 +04:30
vaibhav007jain
cad3a18653 BAEL-5071 (#11171)
* commited initial code for hexagonal architecture

* Deleting to check in again

* Deleing to check in again

* Push first code for Hexagonal Architecture

* final code with UT for JSON to Java conversion

* removed hexagonal-architecture code from last commit

* BEL-5071 updated README

* BAEL-5071: Undo README changes and added a nested object in the JSON example.

* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java

Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2021-09-09 20:05:29 -05:00
Loredana Crusoveanu
8ed573a07f Merge pull request #11208 from johnA1331/master
BAEL-40543 - add links to github-baeldung articles
2021-09-09 08:52:53 +03:00
johnA1331
ccb801c5cb Update README.md 2021-09-09 00:43:30 +08:00
johnA1331
7761dd8313 Update README.md 2021-09-09 00:40:12 +08:00
johnA1331
4b34a77816 Update README.md 2021-09-09 00:35:27 +08:00
johnA1331
d07a536d2b Update README.md 2021-09-09 00:31:47 +08:00
polomos
a05357f841 BAEL-4266 Test default cryptography strength (#11155) 2021-09-08 18:29:09 +05:30
kwoyke
56f3211aa7 Merge pull request #11161 from Maiklins/JAVA-3587-Upgrade_jackson_dependency_in_the_main_pom
JAVA-3587 Update Jackson version in the main pom
2021-09-08 10:20:56 +02:00
mikr
ceda3e17a0 JAVA-6006 Remove @ignore in test 2021-09-07 23:27:46 +02:00
Loredana Crusoveanu
cf2f34aa60 Merge pull request #11195 from anuragkumawat/master
JAVA-5947 - Removed the large Geo Location File - GeoLite2-City.mmdb from code an…
2021-09-07 08:27:50 +03:00
anuragkumawat
0a5be41af8 JAVA-5947 - Corrected the package name in code 2021-09-06 20:03:03 +05:30
anuragkumawat
b224db14aa JAVA-5947 - Changed the Integration Test to Manual Test and also added the comment to download the location file and run the test manually in code 2021-09-06 19:58:33 +05:30
anuragkumawat
3035f4e827 Merge branch 'eugenp:master' into master 2021-09-06 19:42:06 +05:30
kwoyke
92e3e271be Merge pull request #11191 from Maiklins/JAVA-5393-Update_Java_9_Process_API_Improvements_article
JAVA-5393 Update Java 9 Process API
2021-09-06 14:17:31 +02:00
Mainak Majumder
c0e20ec7a5 source code for bealdung article "Find IP address of client" (#10995)
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"

* update indention in pom file, update code in Address class

* update indention

* rename application

* update pom

* source code for article "Connection timeout vs read timeout"

* Source code for Baeldung article BAEL-4896

* update code

* source code for Baeldung article bael-4896

* add main method to client and server

* remove comment

* include command-line argument option for client, remove try-catch block

* update greetings message section
2021-09-05 23:08:08 +01:00
sampadawagde
06024e7414 JAVA-6439: Check PR for spring-security-web-sockets module 2021-09-05 17:08:06 +05:30
Trixi Turny
f5b4567a5a BAEL-5054 fix indentations 2021-09-05 12:55:26 +02:00
Azhwani
c54a528f40 Add test case 2021-09-04 20:15:52 +02:00
davidmartinezbarua
5e4c5a456a Merge pull request #11170 from aang13/master
BAEL-5084 raw-websocket testing for postman created
2021-09-04 14:15:11 -03:00
Ralf Ueberfuhr
537e50094d BAEL-5083: Rename projects to make the example simpler (#11196)
* BAEL-5083: renamed projects for better understanding

* BAEL-5083: change version from 1.0-SNAPSHOT to 1.0.0-SNAPSHOT
2021-09-03 08:50:16 -07:00
Loredana Crusoveanu
6d318be3d9 Merge pull request #11079 from eugenp/JAVA-2802-v2
JAVA-2802 update article links
2021-09-03 11:37:05 +03:00
rvsathe
00f24f434e Merge branch 'master' of https://github.com/rvsathe/tutorials 2021-09-03 08:30:48 +05:30
rvsathe
7595718985 Merge branch 'eugenp:master' into master 2021-09-03 08:30:15 +05:30
rvsathe
0f9ba09f47 changing Test names as per BDD convention 2021-09-03 08:28:55 +05:30
anuragkumawat
5a58d6a050 Removed the large Geo Location File - GeoLite2-City.mmdb from code and it's references. 2021-09-03 02:23:16 +05:30
sampadawagde
6cc8cd528b JAVA-6303: Update "Jackson Inheritance" article 2021-09-02 23:21:16 +05:30
mbarriola
7932bd33ab Bael 5073 guide to multi map (#11179)
* Commit source code to branch

* BAEL-5065 improvement of groupBy with complex key

* Source code for Guide to Stream::mapMulti
2021-09-02 12:55:08 +02:00
Loredana Crusoveanu
19a23bbfa7 Merge pull request #11192 from johnA1331/master
BAEL-40294 - add links to github-baeldung articles
2021-09-02 12:27:30 +03:00
johnA1331
6cb5c45131 Update README.md 2021-09-02 16:18:52 +08:00
mikr
da29c55f64 JAVA-6006 Remove commented code 2021-09-02 09:16:14 +02:00
johnA1331
4f91d77465 Update README.md 2021-09-01 22:10:12 +08:00
johnA1331
5e5dc85e88 Update README.md 2021-09-01 22:07:46 +08:00