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
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
Loredana Crusoveanu
1556aac121
Merge pull request #15031 from edizor/master
...
Update README
2023-10-23 10:07:31 +03:00
Mo Helmy
80f0c86aa3
This commit is related to the article BAEL-7089 ( #15037 )
...
This commit aims to add a test class named "RemoveQueueElementsUnitTest" that provides code snippets for removing elements from a queue.
2023-10-22 19:12:19 -07:00
Thibault Faure
4cd426bb14
BAEL-7107 Code for the article Arrays mismatch method in Java
2023-10-22 23:40:15 +02:00
panos-kakos
de34619039
Merge branch 'master' into JAVA-25997
2023-10-22 20:36:09 +03:00
Kasra Madadipouya
225f82e50b
Merge pull request #14976 from alvin577austria/JAVA-23238
...
Java 23238 : Upgrade spring-cloud-security to JDK 17
2023-10-22 17:30:27 +02:00
Kasra Madadipouya
03fb4cacf7
Merge pull request #15014 from panos-kakos/JAVA-26119
...
[JAVA-26119] Merged aws-s3-update-object module with aws-s3
2023-10-22 17:14:01 +02:00
Gaetano Piazzolla
193fa95e8c
JAVA-26042 | updated to spring-boot-3 ( #14983 )
2023-10-22 15:40:23 +03:00
Bipin kumar
6e470ca730
JAVA-25111: Adding missed modules ( #14805 )
2023-10-22 15:09:12 +03:00
Dhawal Kapil
034f6d8e9a
Update README.md ( #15033 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2023-10-22 13:38:41 +05:30
anujgaud
781a1c265a
[BAEL-6623] Add code for Convert Object to String ( #15000 )
...
* Add Person class
* Add Unit tests for Person class
* Add Person class
* Add PersonWithHashCode class
* Address review comments
* Add PersonUnitTest class
* Add PersonWithHashCodeUnitTest class
* Add missing dependency
* Remove redundant code
* Remove redundant code
* Address review comments
* Address review comments
2023-10-22 09:49:38 +05:30
timis1
8282238126
JAVA-25525 Verify reactive-systems module
2023-10-21 22:50:36 +03:00
Rufina Uche
643da80391
Update WebSecurityConfig.java
2023-10-21 19:17:05 +01:00
Rufina Uche
b17ab69f4d
Update HttpSecurityConfig.java
2023-10-21 19:15:13 +01:00
timis1
1a7d3aff21
JAVA-23808 Rewrite Custom Spliterator Section of Introduction to Spliterator Article
2023-10-21 20:11:04 +03:00
Neetika23
c0d76384a4
Merge branch 'eugenp:master' into deepShallowCopy
2023-10-21 20:23:16 +05:30
anuragkumawat
b0ed62e8c8
JAVA-24938 Article Code Matches first commit ( #14820 )
2023-10-21 11:57:49 +03:00
Gaetano Piazzolla
adb490c874
JAVA-26048 | upgraded spring-mvc-5 to spring-boot-3 ( #15005 )
2023-10-21 11:46:20 +03:00
Gaetano Piazzolla
106067388d
JAVA-220644 | Upgrade spring-boot-persistence-h2 to Spring Boot 3 ( #14998 )
2023-10-21 11:36:49 +03:00
parthiv39731
ccd0238ff6
Update pom.xml
2023-10-21 10:58:15 +05:30
Loredana Crusoveanu
835cb8e15c
Merge pull request #15022 from eugenp/lor6-patch-2
...
Delete core-java-modules/core-java-lang-math-3/src/test/java/com/bael…
2023-10-20 19:26:01 +03:00
Loredana Crusoveanu
08c8682406
Merge pull request #15021 from eugenp/lor6-patch-1
...
Update README.md
2023-10-20 19:25:36 +03:00
timis1
20c2fc3bb5
JAVA-24463 Coalesce spring-reactive-data and spring-reactive-data-2 into a single module ( #15026 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-10-20 20:53:11 +05:30
Liam Williams
ab85c88147
Merge pull request #14817 from ashleyfrieze/BAEL-7006-mock-env-variables
...
BAEL-7006 Create example code for environment variables article
2023-10-20 16:10:20 +01:00
anuragkumawat
41ed71587d
JAVA-25998 Fix parent.relativePath warning ( #15032 )
2023-10-20 19:45:03 +05:30
edizor
faae5f776b
Update README.md
...
[skip ci]
2023-10-20 22:12:59 +08:00
edizor
de67a0416a
Update README.md
...
[skip ci]
2023-10-20 22:10:18 +08:00
edizor
6fd419707f
Update README.md
...
[skip ci]
2023-10-20 22:08:56 +08:00