13700 Commits

Author SHA1 Message Date
anuragkumawat
520b679733 JAVA-26393 Move couchbase to persistence-modules (#15059) 2023-10-27 14:34:45 +03:00
anuragkumawat
1028ab97c4 Java 26392 Move modules to patterns-module (#15060)
* JAVA-26392 Move axon module and ddd module to patterns-modules

* JAVA-26292 Move ddd-contexts to patterns-module
2023-10-27 13:27:32 +03:00
Neetika23
befba49dec Update StringIteratorTest.java 2023-10-27 14:52:14 +05:30
Neetika23
66604b8e27 Update StringIterator.java 2023-10-27 14:51:01 +05:30
Neetika23
98c8e96fca Delete core-java-modules/core-java-lang-oop-patterns/src/test/java/com/baeldung/shallowdeepcopy/ShallowDeepCopyExampleTest.java 2023-10-27 14:49:52 +05:30
Neetika23
f20dbd4ed9 Delete core-java-modules/core-java-lang-oop-patterns/src/main/java/com/baeldung/shallowdeepcopy/Student.java 2023-10-27 14:49:29 +05:30
Neetika23
002def2d24 Delete core-java-modules/core-java-lang-oop-patterns/src/main/java/com/baeldung/shallowdeepcopy/School.java 2023-10-27 14:49:09 +05:30
Azhwani
16b931c4df BAEL-7055: How can I capitalize the first letter of each word in a string? (#14927)
Co-authored-by: Mo Helmy <135069400+BenHelmyBen@users.noreply.github.com>
2023-10-27 08:46:04 +02:00
Michael Olayemi
d9c72a1c1a Limit for Repository Query Methods (#15055)
* Limit for Repository Query Methods

* Limit for Repository Query Methods
2023-10-27 10:14:00 +05:30
Neetika23
9f1ce56f82 Update StringIteratorTest.java 2023-10-27 00:09:53 +05:30
Neetika23
aa7ad247e1 Update StringIteratorTest.java 2023-10-27 00:02:38 +05:30
Neetika23
7aeb97fcdf Update StringIterator.java 2023-10-26 23:57:27 +05:30
Neetika23
0fa77ed809 Create StringIteratorTest.java 2023-10-26 23:45:34 +05:30
Neetika23
d3d60f392b Update StringIterator.java 2023-10-26 23:41:32 +05:30
Neetika23
450b6d8025 Create StringIterator.java 2023-10-26 23:25:17 +05:30
CHANDRAKANT Kumar
ed75b80958 Added few more changes to accommodate review comments. 2023-10-26 23:15:14 +05:30
Azhwani
b4db616646 BAEL-7026: Check If a String Contains a Number Value in Java (#14867)
Co-authored-by: Luis Javier Peris Morillo <javierperis@gmail.com>
2023-10-26 08:18:01 +02:00
Kasra Madadipouya
e23cb46bad Merge pull request #15061 from anuragkumawat/JAVA-26283
JAVA-26283 Improve module build time
2023-10-25 23:10:09 +02:00
Kasra Madadipouya
a7258d0843 Merge pull request #15062 from anuragkumawat/JAVA-26379
JAVA-26379 Change parent of spring-web-modules to parent-spring-5
2023-10-25 22:40:39 +02:00
davidmartinezbarua
ba577997ae Merge pull request #14978 from etrandafir93/features/BAEL-7001-retry_completable_future
BAEL-7001: retry RetryCompletableFuture
2023-10-25 17:22:38 -03:00
davidmartinezbarua
5337edf3b2 Merge pull request #15041 from thibaultfaure/article/BAEL-7107-arrays-mismatch
BAEL-7107 Code for the article Arrays mismatch method in Java
2023-10-25 16:55:13 -03:00
davidmartinezbarua
2b44a380df Merge pull request #14863 from sam-gardner/BAEL-6895-truncating-doubles-to-two-decimal-places
BAEL-6895 Add code for truncating a double to two decimal places
2023-10-25 16:43:13 -03:00
emanueltrandafir1993
f5bb9479b4 MKT-7001: formatting 2023-10-25 19:53:50 +02:00
anuragkumawat
f182b714a9 JAVA-26379 Fix failing test 2023-10-25 22:42:51 +05:30
Mo Helmy
69aaf2dbf7 This commit is related to the article BAEL-7089 (#15065)
This commit aims to update the evenElementsQueue queue with oddElementsQueue.
2023-10-25 09:10:28 -07:00
Saikat Chakraborty
6807803bd3 Renamed file to skip test in jenkins (#14870)
* Renamed file to skip test in jenkins

* javadoc add
2023-10-25 17:10:55 +05:30
parthiv39731
f8bad9e049 Merge branch 'eugenp:master' into PR-7135 2023-10-25 16:08:15 +05:30
parthiv39731
3c8e7eb634 BAEL-7135
migrated to junit 5
2023-10-25 15:48:55 +05:30
parthiv39731
78f5072f7c BAEL-7135
updated component scan
2023-10-25 15:10:31 +05:30
parthiv39731
18fc64eedd Merge remote-tracking branch 'origin/PR-7135' into PR-7135 2023-10-25 13:32:07 +05:30
parthiv39731
90f25fc449 BAEL-7135
renamed package
2023-10-25 13:31:26 +05:30
parthiv39731
ba64b64412 Update pom.xml
fixed Formatting
2023-10-25 13:18:34 +05:30
CHANDRAKANT Kumar
03c9dce8cf Incorporated some review comments on the code. 2023-10-25 10:40:32 +05:30
davidmartinezbarua
29d0e4f04c Merge pull request #14882 from Finniki/httpvswebsecurity
Httpvswebsecurity
2023-10-24 14:44:14 -03:00
MohamedHelmyKassab
01bce216c4 This PR is related to the article BAEL-6878 (#15057)
* Update pom.xml

This commit aims to add additional required dependencies:

        <dependency>
            <groupId>org.apache.xmlbeans</groupId>
            <artifactId>xmlbeans</artifactId>
            <version>5.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>2.12.4</version>
        </dependency>

* This commit is related to the article BAEL-6878

This commit aims to add the "log4j2.xml" file to the resources folder.

* This commit is related to the article BAEL-6878 

This commit aims to add a new test class named "XMLObjectToStringUnitTest" that suggests several approaches to convert XML objects to a Java string
2023-10-24 10:15:46 -07:00
anuragkumawat
2b7e938e09 JAVA-26379 Change parent of spring-web-modules to parent-spring-5 2023-10-24 14:40:19 +05:30
Alvin Austria
7dd0b41342 JAVA-18813 : Update Creating a Fat Jar in Gradle (#15030) 2023-10-24 11:48:34 +03:00
anuragkumawat
46f3aac299 JAVA-26283 Improve module build time 2023-10-24 14:10:17 +05:30
Kasra Madadipouya
ee407c2cd8 Merge pull request #14999 from panos-kakos/JAVA-25997
[JAVA-25997] Clean up
2023-10-23 21:54:28 +02:00
Kasra Madadipouya
41dd09ece8 Merge pull request #14922 from panos-kakos/JAVA-25958
[JAVA-25958] Upgraded jackson-dataformat-xml version to 2.15.2
2023-10-23 21:09:44 +02:00
anujgaud
e99ce4da19 Add tests for UnicodeLetterChecker 2023-10-23 23:45:43 +05:30
anujgaud
9756cb1d10 Add UnicodeLetterChecker to check if String contains Unicode 2023-10-23 23:44:18 +05:30
emanueltrandafir1993
5b4fc0d6f3 BAEL-7001: small fix 2023-10-23 18:13:35 +02:00
emanueltrandafir1993
210eaf2c0b BAEL-7001: fixed formatting 2023-10-23 18:07:43 +02:00
davidmartinezbarua
c16eeea003 Merge pull request #14942 from parthiv39731/PR-6910
BAEL-6910
2023-10-23 12:23:39 -03:00
Bipinkumar27
d2cd902965 JAVA-18764: Update article "CAS SSO with Spring Security" 2023-10-23 16:12:35 +05:30
Bipinkumar27
199df44c7f JAVA-18764: Changes made for updating the code 2023-10-23 16:11:03 +05:30
CHANDRAKANT Kumar
c36a6cc5a4 Changed the name of tests from LiveTests to LiveTest 2023-10-23 16:05:03 +05:30
CHANDRAKANT Kumar
9796fd5197 Adding sourcecode for reference in the article tracked under BAEL-6970. 2023-10-23 16:04:27 +05:30
CHANDRAKANT Kumar
7392b003f1 Adding sourcecode for reference in the article tracked under BAEL-6970. 2023-10-23 14:33:05 +05:30