Commit Graph

7351 Commits

Author SHA1 Message Date
Trying something new 3260466f5b Formatting Changes for Java 5074 (#11206)
* Formatting Changes for Java 5074

Changed line change indentation to 2 spaces

* Rename StreamToListComparisonWithCollectorsToListUnitTest to StreamToListComparisonWithCollectorsToListUnitTest.java
2021-09-18 08:50:24 +05:30
rvsathe d799c1cd85 Merge branch 'eugenp:master' into master 2021-09-17 08:42:27 +05:30
rvsathe a6ecf8743d BAEL 4293 reinserted the pom dependency 2021-09-17 08:41:48 +05:30
Amitabh Tiwari 2a68c0e2bb Html2pdf using open pdf (#11178)
* Added inital changes html to pdf using openPdf

* Added changes to pdf for external style

* Added chnages via flying saucer

* Added changes ti fix the issue

* Added inital changes

* Simplyfied the core logic

* Created a sperate package

* Added changes for making it more modular

* Added Image attribute update

* Added chnages to add images

* Added changes

* Style validation

* Added changes to fix the styles

* Review comments updates

* Corrected the versions

* Fixed the review commit

* Added changes to fix the indendation issue

Co-authored-by: Amitabh.Tiwari <amitabh.tiwari@maersk.com>
2021-09-16 21:01:41 -05:00
anuradha 33c7dd6b63 Refactored code 2021-09-17 00:40:11 +05:30
kwoyke b441c62f0e JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)
* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
kwoyke 6ed0aee6a0 JAVA-7133: POM Properties Cleanup (#11229)
* JAVA-7133: Use common org.slf4j.version property

* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
Loredana Crusoveanu 8bb4493d55 Merge pull request #11231 from eugenp/BAEL-5033-v2
BAEL-5033 create file if it doesn't exist
2021-09-16 15:54:59 +03:00
Loredana Crusoveanu 656c697f4c BAEL-5033 create file if it doesn't exist 2021-09-16 15:50:41 +03:00
Loredana Crusoveanu e68d4897dd Merge pull request #11230 from eugenp/BAEL-5033-v2
BAEL-5033 close resources, create file
2021-09-16 15:44:23 +03:00
Loredana Crusoveanu 8c7827bebd BAEL-5033 close resources, create file 2021-09-16 15:41:15 +03:00
kwoyke ef068af675 Merge pull request #11220 from anuragkumawat/master
JAVA-2800 : Upgrade spring-cloud-connectors-heroku to the latest Spring Boot version
2021-09-16 14:16:21 +02:00
Loredana Crusoveanu 3a81e5294f Merge pull request #11226 from johnA1331/master
BAEL-40882 - add links to github-baeldung articles
2021-09-16 15:09:05 +03:00
johnA1331 0a2e726f68 Update README.md 2021-09-16 20:04:12 +08:00
davidmartinezbarua 499aec0982 Merge pull request #11091 from Trixi-Turny/BAEL-5054-upload-pdf-with-webclient
BAEL-5054 2 examples of file upload with webclient
2021-09-15 15:02:20 -03:00
davidmartinezbarua 5a07399e73 Merge pull request #11198 from azhwani/BAEL-4681
[BAEL-4681] Update "Spring Data – CrudRepository save() Method" article
2021-09-15 11:22:17 -03:00
johnA1331 8e92dc0c5c Update README.md 2021-09-15 22:04:47 +08:00
johnA1331 d1f81f20da Update README.md 2021-09-15 22:03:24 +08:00
johnA1331 3647443986 Update README.md 2021-09-15 22:01:49 +08:00
johnA1331 188b8fa368 Update README.md 2021-09-15 21:59:56 +08:00
johnA1331 b87c7b3d4c Update README.md 2021-09-15 21:58:26 +08:00
Loredana Crusoveanu 09edc8a1b7 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 852268910c JAVA-7055: Rollback to Jackson 2.11.1 2021-09-15 11:28:50 +02:00
kwoyke 8de3eb13c3 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 28d708a2fa Add new section on instanceof 2021-09-14 19:41:34 +08:00
JoannaaKL 6a638120dc 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 3304dad9c5 Add custom serializer and deserializer including the message dto based in lombok 2021-09-13 17:42:04 +02:00
Krzysztof Majewski 141a837679 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 0c366f3220 JAVA-2800 : Upgrade spring-cloud-connectors-heroku to the latest Spring Boot version 2021-09-13 20:04:10 +05:30
kwoyke 8fc8af79bf 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 e9d5975e3c Merge pull request #11194 from freelansam/JAVA-6303
JAVA-6303: Update "Jackson Inheritance" article
2021-09-13 10:36:35 +02:00
Azhwani 29194d18e1 init commit 2021-09-12 13:13:51 +02:00
Ashish Gupta f73f1c2fdf Update EmailValidationUnitTest.java 2021-09-12 14:53:30 +05:30
Ashish Gupta c942476eba Update EmailValidationUnitTest.java 2021-09-12 13:20:42 +05:30
Ashish Gupta 23c11caf77 Update EmailValidation.java 2021-09-12 13:19:16 +05:30
Ashish Gupta a0c85c2a5a Merge branch 'eugenp:master' into master 2021-09-12 13:18:26 +05:30
rvsathe 34af1ae63d BAEL 4293 changed the pom.xml formatting. 2021-09-11 16:24:30 +05:30
sampadawagde f8bea1acc2 JAVA-6439: review comments incorporated 2021-09-11 15:05:02 +05:30
sampadawagde 8542ba368a JAVA-6303: corrected formatting 2021-09-11 14:57:21 +05:30
sharifi f8353b071d BAEL-5079: upgrade commons-codec version 2021-09-11 12:21:33 +04:30
vaibhav007jain e45023ec07 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 c20ec59f99 Merge pull request #11208 from johnA1331/master
BAEL-40543 - add links to github-baeldung articles
2021-09-09 08:52:53 +03:00
johnA1331 7fe837abd2 Update README.md 2021-09-09 00:43:30 +08:00
johnA1331 ba840cd655 Update README.md 2021-09-09 00:40:12 +08:00
johnA1331 7a0c377fe5 Update README.md 2021-09-09 00:35:27 +08:00
johnA1331 d85f4ef8b4 Update README.md 2021-09-09 00:31:47 +08:00
polomos 540690b06e BAEL-4266 Test default cryptography strength (#11155) 2021-09-08 18:29:09 +05:30
kwoyke 45a0c3d947 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 90c48445d3 JAVA-6006 Remove @ignore in test 2021-09-07 23:27:46 +02:00
Loredana Crusoveanu ea08759607 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