Commit Graph

12447 Commits

Author SHA1 Message Date
Kasra Madadipouya ea57198551 Merge pull request #14626 from panos-kakos/JAVA-23098
[JAVA-23098] Upgraded byte-buddy library version to latest available
2023-08-20 23:15:19 +02:00
Loredana Crusoveanu 0a10e4d8e0 Merge pull request #14616 from edizor/master
Update README
2023-08-20 20:17:59 +03:00
Kasra Madadipouya 2a4f7559b0 Merge pull request #14621 from panos-kakos/JAVA-24250
[JAVA-24250] Added classpath prefix
2023-08-20 15:41:22 +02:00
Kasra Madadipouya 2748e9d170 Merge pull request #14625 from panos-kakos/JAVA-24006
[JAVA-24006] Removed version definition from lombok-modules
2023-08-20 15:27:41 +02:00
Kasra Madadipouya 8f3d74e375 Merge pull request #14620 from panos-kakos/JAVA-23093
[JAVA-23093] Upgraded commons-io & commons-fileupload libraries to la…
2023-08-20 15:10:29 +02:00
panos-kakos 2de6e4e70f [JAVA-23098] Upgraded byte-buddy library version to latest available 2023-08-20 12:27:12 +03:00
panos-kakos 9adb243e2b [JAVA-24006] Removed version definition from lombok-modules 2023-08-20 10:59:35 +03:00
vunamtien 111379185d BAEL-6839-get-random-from-set (#14606)
* BAEL-6839-get-random-from-set

* edge cases
2023-08-20 08:34:15 +02:00
Shahul Basha 94ab13cacc Override Equals method improvement (#14446) 2023-08-20 08:25:42 +02:00
Kasra Madadipouya 9814ba18ae Merge pull request #14619 from panos-kakos/JAVA-24012
[JAVA-24012] Re-enabled libraries-testing module
2023-08-19 20:38:12 +02:00
Kasra Madadipouya 69dfa69253 Merge pull request #14618 from GaetanoPiazzolla/JAVA-23897-fix
JAVA-23897 | re enabling test
2023-08-19 20:06:11 +02:00
panos-kakos eecb334204 [JAVA-24250] Added classpath prefix 2023-08-19 19:40:38 +03:00
panos-kakos 6e7aad6897 [JAVA-23093] Upgraded commons-io & commons-fileupload libraries to latest versions 2023-08-19 18:06:37 +03:00
panos-kakos ad97598dbd [JAVA-24012] Re-enabled libraries-testing module 2023-08-19 17:52:28 +03:00
gaepi d5ebd8105d JAVA-23897 | re enabling test 2023-08-19 13:04:17 +02:00
Kai Yuan 98d959f33a Get the first n elements of a List into an Array (#14599)
* Get the first n elements of a List into an Array

* [first-n-to-array] rename N -> n
2023-08-18 20:30:24 -05:00
edizor 05b3ebd54e Update README.md
[skip ci]
2023-08-19 08:54:26 +08:00
edizor cbd608ed1f Update README.md
[skip ci]
2023-08-19 08:48:05 +08:00
edizor 7f2b467702 Update README.md
[skip ci]
2023-08-19 08:43:53 +08:00
edizor 7e2b840443 Update README.md
[skip ci]
2023-08-19 08:35:18 +08:00
edizor 3f70d07826 Update README.md
[skip ci]
2023-08-19 08:32:53 +08:00
edizor 8bd823054e Create README.md
[skip ci]
2023-08-19 08:24:42 +08:00
edizor c674fe4931 Update README.md
[skip ci]
2023-08-19 08:14:31 +08:00
edizor fc9afd1fa0 Update README.md
[skip ci]
2023-08-19 08:07:12 +08:00
edizor a218304cbe Create README.md
[skip ci]
2023-08-19 08:01:43 +08:00
edizor abfef847bd Update README.md
[skip ci]
2023-08-19 07:56:21 +08:00
edizor 42182417c8 Create README.md
[skip ci]
2023-08-19 07:50:32 +08:00
edizor 962653da28 Update README.md
[skip ci]
2023-08-19 07:45:37 +08:00
edizor f8b5cccb6c Update README.md
[skip ci]
2023-08-19 07:43:12 +08:00
edizor f299f2db2d Create README.md
[skip ci]
2023-08-19 07:40:29 +08:00
edizor c90142c335 Update README.md
[skip ci]
2023-08-19 07:37:08 +08:00
edizor 415eb1fae3 Update README.md
[skip ci]
2023-08-19 07:32:45 +08:00
Kai Yuan 16080930fa [map-KV-to-list] Get Values and Keys as ArralyLists From a HashMap (#14615) 2023-08-18 21:48:48 +02:00
Rufina Uche 8502670140 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 b25e324790 [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 08b5eda945 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 395d0f9d22 JAVA-24249 | Renamed test in LiveTest since it's using TestContainers. 2023-08-18 12:58:17 +02:00
timis1 04caad5f80 JAVA-24057 Upgrade java-aes-encryption-decription article (#14593) 2023-08-18 12:14:17 +03:00
Amol Gote fed88e6609 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 7f13b86f3b JAVA-23450: changes made for Update spring-boot-documentation module (#14533) 2023-08-17 15:44:53 +03:00
anuragkumawat 65159d313a 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 e21b1e364e Merge pull request #14603 from kasramp/JAVA-23441
JAVA-23441 fix small typo
2023-08-16 22:41:09 +02:00
Kingsley✨ 4551a5413e 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 c11dc3a6ac JAVA-23441 fix small typo 2023-08-16 18:05:37 +02:00
Kasra Madadipouya 1d86639891 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 dc524b75e7 JAVA-24009 | re-added spring-native to list of modules 2023-08-16 13:22:04 +02:00
Kai Yuan 1d0afe4f07 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 669aee4571 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 674b3d3453 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 06f473f5e6 JAVA-15019: changes made for updagrading Advanced Apache HttpClient C… (#14499) 2023-08-15 13:57:23 +03:00