Commit Graph

9569 Commits

Author SHA1 Message Date
Abhinav Pandey bf5ed18f63 BAEL-3201 - Deleting Integration Test file 2022-07-18 14:35:30 +00:00
kwoyke 211d04b5d7 Merge pull request #12508 from hkhan/JAVA-12608-webclient-error-logging
[JAVA-12608] Split test scenarios and add logging
2022-07-18 09:52:06 +02:00
kwoyke f585f2667b Merge pull request #12502 from anuragkumawat/JAVA-13328
JAVA-13328 Update Convert Byte Size Into a Human-Readable Format in Java
2022-07-18 09:44:49 +02:00
Haroon Khan 958bbb5cea [JAVA-12608] Split test scenarios and add logging 2022-07-17 10:31:59 +01:00
Abhinav Pandey 170c8990a9 Merge branch 'master' of https://github.com/abh1navv/tutorials into BAEL-3201 2022-07-17 08:52:52 +00:00
Roger e65ce930bb BAEL-5642 Using @NotNull as a method parameter (#12483)
* BAEL-5642 Using @NotNull as a method parameter

* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions
2022-07-16 21:17:36 +02:00
panagiotiskakos 27a3dd08d9 [JAVA-12192] Renamed to *ManualTest 2022-07-16 20:30:06 +03:00
lucaCambi77 09651da81e [ BAEL-5503 ] - Difference Between links and depends_on in Docker-Compose (#12503)
* updates pom-xml and adds Dockerfile to build a web-app image

* add depends-on vs links yml examples
2022-07-16 10:37:07 -05:00
Abhinav Pandey 0518e6726b BAEL-3201 - Skipping test container based test 2022-07-16 20:18:52 +05:30
thibault.faure bd44bc5f2d BAEL-842 fix failed build because of UserAccountUnitTest 2022-07-16 15:57:24 +02:00
thibault.faure 9d59e267ac BAEL-842 improvement to the spring controller return image or file in controller example: add a dynamic example 2022-07-16 15:57:24 +02:00
anuragkumawat 662f3c4f3e JAVA-13328 Update Convert Byte Size Into a Human-Readable Format in Java 2022-07-16 14:28:46 +05:30
apeterlic 012c924afb Add Maven Snapshot Repository vs Release Repository 2022-07-16 07:46:52 +02:00
davidmartinezbarua b6e04505ef Merge pull request #12478 from thibaultfaure/articles/BAEL-5671-validate-an-xml-file-against-an-xsd
BAEL-5671 code for the validate an XML file against an XSD file article
2022-07-15 14:46:21 -03:00
Ulisses Lima 8982fdcf73 adjustments
* removed controlled
* fixed formatting on Car
2022-07-15 13:17:12 -03:00
Ulisses Lima b2d7045e84 Merge branch 'eugenp:master' into master 2022-07-15 13:11:36 -03:00
kwoyke 38da95f63d Merge pull request #12499 from dkapil/task/JAVA-12032
JAVA-12032 Move Mockito ebook articles code to common module - mockit…
2022-07-15 17:45:10 +02:00
Christian German b8dc7b574a BAEL-5589-springboot-keycloak-integration-testing-with-testcontainers (#12484) 2022-07-15 17:34:13 +02:00
kwoyke 18f919bf30 Merge pull request #12496 from freelansam/JAVA-13136
JAVA-13136: Fix formatting of POMs
2022-07-15 17:07:52 +02:00
Yavuz Tas 2a30030555 BAEL-2729 code samples for the article (#12443)
* BAEL-2729 code samples for the article

* BAEL-2729 fix formatting issues.

Co-authored-by: Yavuz Tas <ytas@vwd.com>
2022-07-15 15:34:02 +02:00
Dhawal Kapil 144c2f1239 JAVA-12032 Added mockito-simple to testing-modules list 2022-07-15 17:54:12 +05:30
Dhawal Kapil 24d4feb541 JAVA-12032 Move Mockito ebook articles code to common module - mockito-simple- Delete mockito-3 since it had only 1 article which was moved to mockito-simple 2022-07-15 17:52:21 +05:30
anuragkumawat f56d707bf4 JAVA-13088 Check whether spring-boot-multiple-datasources and spring-data-jdbc modules have duplicate code (#12495) 2022-07-15 14:39:17 +05:30
kwoyke ab3a728721 Merge pull request #12477 from panos-kakos/JAVA-13222
Java 13222
2022-07-15 09:31:12 +02:00
kwoyke 33d3612c66 Merge pull request #12494 from hkhan/JAVA-13294-sync-code-with-article
[JAVA-13294] Add missing code for article
2022-07-15 09:08:31 +02:00
freelansam d7c38b05d6 Merge branch 'master' into JAVA-13136 2022-07-15 10:01:48 +05:30
sampadawagde 2b5179baba JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
Avin Buricha c252786fa9 Updated article code (#12493) 2022-07-14 20:38:20 +02:00
Haroon Khan 3fda2ec694 [JAVA-13294] Add missing code for article 2022-07-14 17:07:04 +01:00
kwoyke 3db189f71a Merge pull request #12490 from hkhan/JAVA-13290-sync-article-code
[JAVA-13290] Update record name
2022-07-14 13:08:24 +02:00
Haroon Khan 8bf83f0fe6 [JAVA-13290] Update record name 2022-07-14 10:50:07 +01:00
Loredana Crusoveanu dfda4c7756 Merge pull request #12488 from Asjad-J/master
Updated README.mds
2022-07-14 10:25:58 +03:00
kwoyke f98efe9079 Merge pull request #12489 from panos-kakos/JAVA-12943
[JAVA-12943] Improvement
2022-07-14 09:17:28 +02:00
panagiotiskakos e80218d1e0 [JAVA-12943] Improvement 2022-07-14 08:23:11 +03:00
Abhinav Pandey 56fd1ef7b4 BAEL-3201 - Unit testing with Redis test containers (#12441)
* BAEL-3201 - Unit testing with Redis test containers

* BAEL-3201 - Updated test method names

Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-07-14 09:50:08 +05:30
Asjad J 5dd6471390 Updated README.md
added link back to the article: https://www.baeldung.com/java-truncating-strings
2022-07-14 08:41:09 +05:00
Asjad J 7bd70abf86 Updated README.md
added link back to the article: https://www.baeldung.com/java-wildcard-imports
2022-07-14 08:32:27 +05:00
Asjad J 38ab64081a Updated README.md
added link back to the article: https://www.baeldung.com/java-full-path-of-jar-from-class
2022-07-14 08:28:02 +05:00
Asjad J b4859d7778 Updated README.md
added link back to the article: https://www.baeldung.com/java-clear-stringbuilder-stringbuffer
2022-07-14 08:23:36 +05:00
Asjad J 263803754a Updated README.md
added link back to the article: https://www.baeldung.com/jar-windows-executables
2022-07-14 08:17:00 +05:00
Asjad J 24ace64b2e Updated README.md
added link back to the article: https://www.baeldung.com/java-record-vs-lombok
2022-07-14 08:13:33 +05:00
Asjad J 495b9b1ccf Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-java-date-operations
2022-07-14 08:09:34 +05:00
Asjad J ca850502be Created README.md
added link back to the article: https://www.baeldung.com/spring-same-class-multiple-beans
2022-07-14 07:25:52 +05:00
kwoyke 3860716e20 Merge pull request #12429 from freelansam/JAVA-12732
JAVA-12732: Rename modules to match the spring-security-* pattern
2022-07-13 15:32:10 +02:00
kwoyke 324b8ee7af Merge pull request #12482 from hkhan/JAVA-13264-fix-article-code
[JAVA-13264] Add missing classes
2022-07-13 10:51:46 +02:00
kwoyke eca10a0b7f Merge pull request #12473 from dkapil/task/JAVA-11495
JAVA-11495 Moved gradle modules to gradle-modules
2022-07-13 10:47:33 +02:00
Haroon Khan ef07ee6cac [JAVA-13264] Add missing classes 2022-07-12 21:00:42 +01:00
Dhawal Kapil 6cb32c1060 JAVA-11495 Removed gradle submodules from main pom 2022-07-12 21:33:48 +05:30
Dhawal Kapil 412c18b921 JAVA-11495 Further cleanup and fixes 2022-07-12 21:28:39 +05:30
kwoyke ce2ecef1e7 Merge pull request #12472 from jsgrah-spring/master
close #12095
2022-07-12 10:17:01 +02:00