Commit Graph

28286 Commits

Author SHA1 Message Date
edizor
950b72b945 Create README.md
[skip ci]
2023-08-19 07:50:32 +08:00
edizor
64574dc508 Update README.md
[skip ci]
2023-08-19 07:45:37 +08:00
edizor
eda35f874f Update README.md
[skip ci]
2023-08-19 07:43:12 +08:00
edizor
ae0d468b8c Create README.md
[skip ci]
2023-08-19 07:40:29 +08:00
edizor
9f8e3f2d12 Update README.md
[skip ci]
2023-08-19 07:37:08 +08:00
edizor
dfc24e55f2 Update README.md
[skip ci]
2023-08-19 07:32:45 +08:00
Kai Yuan
f1a0a54652 [map-KV-to-list] Get Values and Keys as ArralyLists From a HashMap (#14615) 2023-08-18 21:48:48 +02:00
Rufina Uche
a7a7875e3c Calculating the Sum of Two Arrays Element by Element in Java (#14579)
* Create SumArraysUsingForLoop.java

* Update SumArraysUsingForLoop.java

* add sum arrays using for each loop and streams

* Create SumArraysUsingForLoopTest.java

* Add files via upload

* Update SumArraysUsingStreams.java

* Update and rename SumArraysUsingForEachTest.java to SumArraysUsingForEachUnitTest.java

* Rename SumArraysUsingForLoopTest.java to SumArraysUsingForLoopUnitTest.java

* Update and rename SumArraysUsingStreamsTest.java to SumArraysUsingStreamsUnitTest.java

* Update SumArraysUsingForEachUnitTest.java

* Update SumArraysUsingForLoopUnitTest.java

* Update SumArraysUsingForEachUnitTest.java

* Update SumArraysUsingStreamsUnitTest.java
2023-08-18 21:43:41 +02:00
Bhaskar Ghosh Dastidar
ff838d515d [BAEL-6859] Inner Classes vs. Subclasses in Java (#14608)
* [BAEL-6859] inner and sub classes

* [BAEL-6859] unit test cases added

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-08-18 21:36:51 +02:00
Kasra Madadipouya
8c838267ff Merge pull request #14611 from GaetanoPiazzolla/JAVA-24249-fixtest
JAVA-24249 | Renamed test in LiveTest since it's using TestContainers.
2023-08-18 20:31:47 +02:00
gaepi
62a8ae6fcf JAVA-24249 | Renamed test in LiveTest since it's using TestContainers. 2023-08-18 12:58:17 +02:00
timis1
6aad3df50a JAVA-24057 Upgrade java-aes-encryption-decription article (#14593) 2023-08-18 12:14:17 +03:00
Amol Gote
15bcf02b33 BAEL-6827 - Update an Existing Amazon S3 Object using Java (#14585)
* Deep and Shallow copy - code snippets

* removed maven files

* Ignore mvn files

* Removed application test file

* Removed .gitIgnore, additional review comments incorporated.

* Incorporate review comments

* incorporated review comments

* https://jira.baeldung.com/browse/BAEL-6827 - Initial Commit

* BAEL-6827 - Unit tests

* BAEL-6827 - Tests

* BAEL-6827 - Minor issue fixes

* Removed deep shalow copy project

* BAEL-6827 - BDD naming convention

* BAEL-6827 - Test classes end with *UnitTest,.java
2023-08-17 22:38:05 +02:00
Bipin kumar
f9f4a59037 JAVA-23450: changes made for Update spring-boot-documentation module (#14533) 2023-08-17 15:44:53 +03:00
anuragkumawat
7874709740 JAVA-19354 Potential issue in A Quick Guide to Using Keycloak With Spring Boot article (#14537) 2023-08-17 15:28:22 +03:00
Kasra Madadipouya
59355d1516 Merge pull request #14603 from kasramp/JAVA-23441
JAVA-23441 fix small typo
2023-08-16 22:41:09 +02:00
Kingsley✨
6236dfc5a3 XSLT Processing In Java (#14507)
* Jaxb vs Jaxp

* apache libraries added to profile

* XSLT processing in Java

* XSLT Processing In Java

* XSLT Processing modified

* XSLT Processing modified

* XSLT Processing

* pom clean up

* ReadMe clean up

* pom clean up

* Clean up
2023-08-16 18:38:36 +02:00
kasramp
813bb92dbd JAVA-23441 fix small typo 2023-08-16 18:05:37 +02:00
Kasra Madadipouya
cbe39fb7b9 Merge pull request #14562 from GaetanoPiazzolla/JAVA-24009-fix-test-springnative
JAVA-24009 | Changed maven repo address for spring-native dependencies
2023-08-16 17:57:50 +02:00
GaetanoPiazzolla
c3a88ad2bc JAVA-24009 | re-added spring-native to list of modules 2023-08-16 13:22:04 +02:00
Sam Gardner
ed5feb0173 BAEL-6818 Use JUnit assertions 2023-08-16 12:02:58 +01:00
Kai Yuan
a3ba5cc0c5 Convert an ArrayList of String to a String Array in Java (#14583)
* Convert an ArrayList of String to a String Array in Java

* fixing typo

* module moving
2023-08-15 19:40:47 -05:00
davidmartinezbarua
74c5b6fee7 Merge pull request #14529 from ueberfuhr/BAEL-6415
BAEL-6415: Add simple Kafka client example (with BootStrap Servers se…
2023-08-15 14:24:56 -03:00
parthiv39731
998bd1b8f1 BAEL-6801, Applied review comments (#14567)
* BAEL-6801
Validate string length with Java validation annotations

* Bael-6801, applied Review comments

* Bael-6801, applied Review comments, deleting the springboot implementation
2023-08-15 19:17:51 +02:00
Bipin kumar
a79e163efd JAVA-15019: changes made for updagrading Advanced Apache HttpClient C… (#14499) 2023-08-15 13:57:23 +03:00
Graham Cox
4ea3b59240 BAEL-6813: Moved Magic Square code to core-java-lang-math-3 (#14587)
* BAEL-6813: Moved Magic Square code to core-java-lang-math-3

* Fix code to work below Java 11

* Fix unrelated broken test
2023-08-15 12:56:05 +02:00
Loredana Crusoveanu
93a058e398 Merge pull request #14596 from eugenp/upgrade-module
upgrade core-java-collections-conversions-2 module to jdk 11
2023-08-15 13:19:37 +03:00
timis1
4c89855cae JAVA-24054 Upgrade java-enum-values article (#14590) 2023-08-15 11:40:13 +03:00
timis1
5644c2eeb3 JAVA-23695 Article's employee class doesn't exist in module (#14568)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-08-15 11:20:27 +03:00
Loredana Crusoveanu
62064f509c upgrade core-java-collections-conversions-2 module to jdk 11 2023-08-15 10:40:32 +03:00
Ralf Ueberfuhr
01c05d3141 Merge remote-tracking branch 'origin/BAEL-6415' into BAEL-6415 2023-08-15 07:50:45 +02:00
Ralf Ueberfuhr
13f6fe2729 BAEL-6415: Merged Kafka-3 project into Kafka-2 project 2023-08-15 07:47:27 +02:00
Michael Olayemi
8ffca600fc Conversion From 12 Hours Time to 24 Hours Time in Java (#14580) 2023-08-14 22:33:59 +05:30
alexandru.borza
28d1260f39 Add rename service 2023-08-13 17:42:25 +03:00
davidmartinezbarua
0c1a7bf5d1 Merge pull request #14539 from thibaultfaure/articles/BAEL-6613-speed-up-maven-build
BAEL-6613 Code for the Speed Up Maven Build article
2023-08-13 11:00:39 -03:00
anuragkumawat
4321edfd38 JAVA-24001 Check Article Code Matches GitHub - Week 33 - 2023 2023-08-13 13:20:17 +05:30
Abhinav Pandey
95161a0f36 Bael 6625 new (#14476)
* BAEL-6625 - spring data neo4j example

* BAEL-6625 - spring data neo4j example

* BAEL-6625 - optimized imports

* BAEL-6625 - moving project to jdk9 and above

* BAEL-6625 - changing test names
2023-08-13 09:52:02 +05:30
Kasra Madadipouya
4a174c632d Merge pull request #14584 from kasramp/JAVA-21093
JAVA-21093 add endpoints to the readme file of the thymeleaf module
2023-08-12 21:16:34 +02:00
kasramp
1bb301488b JAVA-21093 add endpoints to the readme file of the thymeleaf module 2023-08-12 21:10:44 +02:00
MohamedHelmyKassab
a1ef4ba4c1 This PR is for BAEL-6788 (#14563)
This PR aims to add java classes for the HashMap multi values operations with same key
2023-08-12 09:00:00 +02:00
Kasra Madadipouya
719f6c02d1 Merge pull request #14571 from GaetanoPiazzolla/JAVA-24048-fix-test
JAVA-24048 | Changed to Manual test
2023-08-11 15:35:08 +02:00
Kasra Madadipouya
3e88ff856a Merge pull request #14557 from Bipinkumar27/JAVA-23094
JAVA-23094: changes made for updating jackson dependency
2023-08-11 15:09:09 +02:00
Loredana Crusoveanu
e568cee6e1 Merge pull request #14573 from collaboratewithakash/master
backlink updated
2023-08-11 15:27:55 +03:00
Graham Cox
cbde128cd4 BAEL-6813: Creating a Magic Square in Java (#14572) 2023-08-11 12:57:48 +02:00
GaetanoPiazzolla
e89a549b17 JAVA-24048 | Changed to Manual test 2023-08-11 10:41:51 +02:00
collaboratewithakash
a9fbd0abd9 backlink removed 2023-08-11 12:45:36 +05:30
collaboratewithakash
1a59338b4b backlink removed 2023-08-11 12:42:29 +05:30
collaboratewithakash
e0ff30f586 backlink updated 2023-08-11 12:38:40 +05:30
collaboratewithakash
4f9178ca3c backlink updated 2023-08-11 12:36:43 +05:30
collaboratewithakash
99ac8fb3d4 backlink updated 2023-08-11 12:33:16 +05:30