Commit Graph

12902 Commits

Author SHA1 Message Date
rajatgarg 982a592fc6 Address review comments 2023-09-06 23:27:10 +05:30
Kasra Madadipouya 9977905f35 Merge pull request #14723 from GaetanoPiazzolla/java-23292-fixname
JAVA-23292 | removed folder
2023-09-06 18:35:39 +02:00
Kasra Madadipouya d602c636cf Merge pull request #14713 from panos-kakos/JAVA-24663
[JAVA-24663]
2023-09-06 18:19:09 +02:00
Liam Williams 05b86e4049 Merge pull request #14712 from balasr21/master
BAEL-6572: Added mapping for id and test, based on review comment
2023-09-06 11:55:37 +01:00
parthiv39731 b066bce2b6 BAEL-6669, Passing Class Name as Parameter in Java 2023-09-06 03:02:37 -07:00
Shahul Basha 75046a3f32 BAEL-6830 (#14722)
* BAEL-6830 initial commit

* BAEL-6830 clean up code
2023-09-05 17:41:18 -07:00
rajatgarg d7f6dfff1c Address review comments 2023-09-06 02:18:51 +05:30
rajatgarg d7367094f3 Address review comments 2023-09-06 02:17:39 +05:30
rajatgarg 869b931e73 Update Tests to get multiple extensions 2023-09-06 02:12:57 +05:30
gaepi 2c68e62d80 JAVA-23292 | removed folder 2023-09-05 22:07:12 +02:00
Sam Gardner 4c7bc8d19a BAEL-6729 Add example code for mocking one method with multiple parameters 2023-09-05 19:18:56 +01:00
balasr3 eb5e1efcc1 BAEL-6572: Removed lombok on License model 2023-09-05 23:44:09 +05:30
lajka a0ca4e6438 BAEL-6871: Remove junit-jupiter-api dependency. 2023-09-05 19:44:37 +02:00
lajka 5116a17b36 BAEL-6871: Add code and tests demonstrating how to compare objects using apache commons lang 3. 2023-09-05 19:42:03 +02:00
davidmartinezbarua 41facdad5f Merge pull request #14670 from manfred106/BAEL-6894-close-iostream
BAEL-6894: Closing Java IO Streams
2023-09-05 14:15:27 -03:00
davidmartinezbarua c29ced2b9b Merge pull request #14709 from hmdrzsharifi/bael-6473
Bael 6473: Upgrade article https://www.baeldung.com/spring-security-5-reactive
2023-09-05 14:08:16 -03:00
Vini 6477f9694a Merge pull request #14658 from TanyaOhotnik/BAEL-6812
BAEL-6812 Test Main Method with JUnit
2023-09-05 17:12:25 +02:00
Tetiana Okhotnik c9ad63f05d BAEL-6812 Test Main Method with JUnit
- fixed missed review comments
2023-09-05 12:07:11 +03:00
Timon Back 68b78c845c Update asyncapi.json 2023-09-05 08:16:27 +02:00
balasr3 2a7f3fbc54 BAEL-6572: Modified test to validateId mapping 2023-09-05 10:04:58 +05:30
Timon Back c7d0b46531 [BAEL-6529] Update Springwolf version to 0.14.0 2023-09-04 22:02:38 +02:00
David Müller 982401a329 [BAEL-6529] Update Springwolf version to 0.13.0
Co-authored-by: Timon Back <timon.back+git@gmail.com>
2023-09-04 21:42:05 +02:00
balasr3 77d1de223b BAEL-6572: Modified test to validateId mapping 2023-09-05 00:56:58 +05:30
davidmartinezbarua 9ef7eaf237 Merge pull request #14597 from thibaultfaure/articles/BAEL-6864-multimodule-project-coverage-with-jacoco
BAEL-6864 Code for the Maven Multi-Module Project Coverage with Jacoc…
2023-09-04 12:56:45 -03:00
Kasra Madadipouya b176a7feff Merge pull request #14708 from GaetanoPiazzolla/JAVA-24699-delete-classes
JAVA-24699 | removing useless classes
2023-09-04 16:13:03 +02:00
timis1 19c1c23dde JAVA-24151 Potential issue in "Validate an XML File Against an XSD File" article (#14675)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-09-04 15:59:14 +05:30
Mo Helmy c4c613b5a8 This commit related to the article BAEL-6877 (#14676)
This commit aims to add a new test class to convert a HashMap string into a HashMap object using toString().
2023-09-04 12:12:03 +02:00
Loredana Crusoveanu dcf2685179 Merge pull request #14691 from edizor/master
Update README
2023-09-04 09:41:35 +03:00
panos-kakos cabe111699 [JAVA-24663] 2023-09-04 07:39:51 +03:00
panos-kakos 9b99a1d905 [JAVA-24663] 2023-09-04 07:09:30 +03:00
Kai Yuan 1811ec4bc1 [meaning-of-->] the meaning of --> (#14678) 2023-09-03 21:50:16 -05:00
balasr3 736fe8dee1 BAEL-6572: Added setter for id 2023-09-04 07:47:13 +05:30
balasr3 f0f66ceba9 BAEL-6572: Added mapping for id and test, based on review comment 2023-09-04 07:34:45 +05:30
Kasra Madadipouya 09b4688925 Merge pull request #14703 from panos-kakos/JAVA-24377
[JAVA-24377] Clean up
2023-09-03 23:53:00 +02:00
Kasra Madadipouya 015f920c4f Merge pull request #14692 from timis1/JAVA-23837
JAVA-23837 Verify code for "Java SPI" article
2023-09-03 23:33:52 +02:00
Liam Williams 51d6946563 Merge pull request #14711 from balasr21/master
BAEL-6572: Modified dto to remove lombok annotation as per guidelines and review comment
2023-09-03 22:29:03 +01:00
Liam Williams 9f17df3f7f Merge pull request #14700 from manfred106/BAEL-6848-tests-fix
BAEL-6848: Set a Parameter in a HttpServletRequest in Java
2023-09-03 22:01:39 +01:00
Tetiana Okhotnik 2f639b9aab BAEL-6812 Test Main Method with JUnit
- fixed review comments
2023-09-03 23:00:52 +03:00
Balamurugan c3141107b9 Merge branch 'eugenp:master' into master 2023-09-04 00:37:40 +05:30
balasr3 7128b5f44d BAEL-6572: Modified dto to remove lombok annotation as per guidelines and review comment 2023-09-04 00:36:13 +05:30
Manfred 6cb7a375cc BAEL-6848: Set a Parameter in a HttpServletRequest in Java 2023-09-03 19:32:39 +01:00
hmdrzsharifi c57b36d433 bael-6473: resolve block() error 2023-09-03 16:56:04 +03:30
hmdrzsharifi 234f2dfdd7 bael-6473: upgrade LocalServerPort package 2023-09-03 16:55:21 +03:30
hmdrzsharifi f5a2c0c03c bael-6473: upgrade LocalServerPort package 2023-09-03 16:54:59 +03:30
hmdrzsharifi 0846aa401f bael-6473: upgrade Spring Security to 6 2023-09-03 16:54:24 +03:30
hmdrzsharifi ad85139fe5 bael-6473: rename class name 2023-09-03 16:53:37 +03:30
gaepi 7d712320ed JAVA-24699 | removing useless classes 2023-09-03 15:12:14 +02:00
hmdrzsharifi 272f59e660 bael-6473: upgrade spring boot to 3 2023-09-03 16:29:14 +03:30
Ehsan Sasanianno 91ec107665 java-21464: upgrade and move java-cassandra to jdk9 profile 2023-09-03 14:40:10 +02:00
Ehsan Sasanianno 02a680c9d6 java-18762: move wildfly-mdb module to spring-ejb-modules (#14680) 2023-09-03 14:20:29 +05:30