Commit Graph

12596 Commits

Author SHA1 Message Date
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
balasr3 31682be3e3 BAEL-6572: Modifed test name as per convention 2023-08-19 14:40:18 +01:00
gaepi d5ebd8105d JAVA-23897 | re enabling test 2023-08-19 13:04:17 +02:00
Balamurugan 4891b5c575 Merge branch 'eugenp:master' into master 2023-08-19 07:23:51 +01:00
balasr3 801bdd95d8 BAEL-6572: Added examples and test for conditional mapping using mapstruct 2023-08-19 07:22:33 +01: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
Sam Gardner dda2970e52 BAEL-6818 Use JUnit assertions 2023-08-16 12:02:58 +01: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
Graham Cox 379992c84e 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 4a11a82b66 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 1f5590b7b5 JAVA-24054 Upgrade java-enum-values article (#14590) 2023-08-15 11:40:13 +03:00
timis1 7b074ab5c2 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 ef865442ea upgrade core-java-collections-conversions-2 module to jdk 11 2023-08-15 10:40:32 +03:00
Ralf Ueberfuhr b8da418270 Merge remote-tracking branch 'origin/BAEL-6415' into BAEL-6415 2023-08-15 07:50:45 +02:00