Commit Graph

9366 Commits

Author SHA1 Message Date
Haroon Khan 8bf83f0fe6 [JAVA-13290] Update record name 2022-07-14 10:50:07 +01:00
Loredana Crusoveanu dfda4c7756 Merge pull request #12488 from Asjad-J/master
Updated README.mds
2022-07-14 10:25:58 +03:00
kwoyke f98efe9079 Merge pull request #12489 from panos-kakos/JAVA-12943
[JAVA-12943] Improvement
2022-07-14 09:17:28 +02:00
panagiotiskakos e80218d1e0 [JAVA-12943] Improvement 2022-07-14 08:23:11 +03:00
Abhinav Pandey 56fd1ef7b4 BAEL-3201 - Unit testing with Redis test containers (#12441)
* BAEL-3201 - Unit testing with Redis test containers

* BAEL-3201 - Updated test method names

Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-07-14 09:50:08 +05:30
Asjad J 5dd6471390 Updated README.md
added link back to the article: https://www.baeldung.com/java-truncating-strings
2022-07-14 08:41:09 +05:00
Asjad J 7bd70abf86 Updated README.md
added link back to the article: https://www.baeldung.com/java-wildcard-imports
2022-07-14 08:32:27 +05:00
Asjad J 38ab64081a Updated README.md
added link back to the article: https://www.baeldung.com/java-full-path-of-jar-from-class
2022-07-14 08:28:02 +05:00
Asjad J b4859d7778 Updated README.md
added link back to the article: https://www.baeldung.com/java-clear-stringbuilder-stringbuffer
2022-07-14 08:23:36 +05:00
Asjad J 263803754a Updated README.md
added link back to the article: https://www.baeldung.com/jar-windows-executables
2022-07-14 08:17:00 +05:00
Asjad J 24ace64b2e Updated README.md
added link back to the article: https://www.baeldung.com/java-record-vs-lombok
2022-07-14 08:13:33 +05:00
Asjad J 495b9b1ccf Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-java-date-operations
2022-07-14 08:09:34 +05:00
Asjad J ca850502be Created README.md
added link back to the article: https://www.baeldung.com/spring-same-class-multiple-beans
2022-07-14 07:25:52 +05:00
kwoyke 3860716e20 Merge pull request #12429 from freelansam/JAVA-12732
JAVA-12732: Rename modules to match the spring-security-* pattern
2022-07-13 15:32:10 +02:00
kwoyke 324b8ee7af Merge pull request #12482 from hkhan/JAVA-13264-fix-article-code
[JAVA-13264] Add missing classes
2022-07-13 10:51:46 +02:00
kwoyke eca10a0b7f Merge pull request #12473 from dkapil/task/JAVA-11495
JAVA-11495 Moved gradle modules to gradle-modules
2022-07-13 10:47:33 +02:00
Haroon Khan ef07ee6cac [JAVA-13264] Add missing classes 2022-07-12 21:00:42 +01:00
Dhawal Kapil 6cb32c1060 JAVA-11495 Removed gradle submodules from main pom 2022-07-12 21:33:48 +05:30
Dhawal Kapil 412c18b921 JAVA-11495 Further cleanup and fixes 2022-07-12 21:28:39 +05:30
kwoyke ce2ecef1e7 Merge pull request #12472 from jsgrah-spring/master
close #12095
2022-07-12 10:17:01 +02:00
kwoyke 193c7f82a6 Merge pull request #12475 from anuragkumawat/JAVA-12627
JAVA-12627 Fix DatasetUnitTest in apache-spark module
2022-07-12 09:27:28 +02:00
kwoyke 6f6612608d Merge pull request #12471 from anuragkumawat/JAVA-13089
JAVA-13089 Verify Java Base64 Encoding and Decoding article
2022-07-12 09:23:43 +02:00
panos-kakos a9c0015e64 Moved spring-mockito to testing-modules (#12476)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-07-11 20:59:42 +05:30
Loredana Crusoveanu 5100ac5874 Merge pull request #12322 from alonsoir/master
Remote Code Execution Affecting org.springframework:spring-beans Open this link in a new tab  package, versions [ ,5.2.20) [5.3.0, 5.3.18)
2022-07-11 16:33:59 +03:00
Abdul Wahab c0bba594a2 BAEL-5616: Added java wildcard imports example (#12448)
Co-authored-by: Abdul Wahab <abdul.wahab@monese.com>
2022-07-11 09:12:14 +05:30
Kai Yuan b372864029 BAEL-5650 jar file path (#12463)
* BAEL-5650 jar file path

* move to jar module
2022-07-10 21:09:49 -05:00
thibaultfaure 4c1e18b15e BAEL-5610 Code for the clearing stringbuilder or stringbuffer article (#12378)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2022-07-10 13:22:08 +01:00
anuragkumawat eda84c24b9 JAVA-12627 Fix DatasetUnitTest in apache-spark module 2022-07-10 13:40:05 +05:30
Sumit Pal Singh 58c7385029 BAEL-5633 - dockersing a simple java jar (#12454) 2022-07-09 10:42:38 -04:00
Dhawal Kapil 84c06c772b JAVA-11495 Moved gradle modules to gradle-modules 2022-07-09 20:10:23 +05:30
anuragkumawat 138c224907 JAVA-13089 Verify Java Base64 Encoding and Decoding article 2022-07-09 15:07:47 +05:30
davidmartinezbarua 2823129540 Merge pull request #12413 from opokharel/master
[BAEL-5421] by @opokharel
2022-07-08 15:03:49 -03:00
davidmartinezbarua 21ef5131d1 Merge pull request #12444 from etrandafir93/features/BAEL-5639-lombok_vs_records
BAEL-5639: added code samples for the article
2022-07-08 14:54:16 -03:00
davidmartinezbarua 39296fbf57 Merge pull request #12381 from thibaultfaure/improvements/BAEL-5180-sealed-classes
BAEL-5180 improvement on the article about sealed class
2022-07-08 14:34:02 -03:00
kwoyke 0eb9cfbad8 Merge pull request #12456 from hkhan/JAVA-12757-update-opencsv-code
[JAVA-12757] Update code for OpenCSV article
2022-07-08 10:38:26 +02:00
Sumit Kumar 2fe4ccbead BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446)
* added multiple bean instantiation

* added module /spring-core-6 and formatting changes

* resolved formatting issues as suggested

* resolved formatting issues and changed package names

* formatting changes in XML files

* Reformatted XML files as per the instructions

* FIXED Example in Section 3 and some changes in Pom.xml

* changed xml config to Java config in solution 3

* Project updated to spring boot application

* Removed unwanted spring dependencies from pom.xml

* moved the project under new module spring-core-6

* added spring-core-6 module in parent's pom.xml

* resolved formatting issue in parent's pom.xml

* new module entry in parent's pom

* final commit

* Added spring-core-6 in parent's pom.xml 

* fixed some merging issues.

* added spring-core-6 module entry under jdk9-and-above profile in main pom

* removed App.java from multibeaninstantiation directory
2022-07-08 09:14:24 +05:30
chrisjaimes b045e8309d BAEL-5363 Fixed pom files, assertions instead of console output, and fixed package folders (#12462)
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-07-07 12:41:30 -04:00
freelansam 7b1b24ad7c update pom to remove spring-social-login 2022-07-07 19:08:27 +05:30
chrisjaimes b094ba8098 BAEL-5363 Mongodb crud by date (#12293)
Created new mongo module, model, mongo client and unit test

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
Co-authored-by: bipster <openbip@gmail.com>
2022-07-06 23:57:53 -04:00
bipster b14f9aabac Merge pull request #12380 from azhwani/BAEL-5550
BAEL-5550: Truncate a string
2022-07-06 15:59:22 -04:00
Avin Buricha 9b4afd4ea3 BAEL-5361 | Article code (#12455) 2022-07-06 19:13:32 +02:00
Azhwani d46370d88f BAEL-5550: Trim a string based on the string length 2022-07-06 18:56:35 +02:00
kwoyke c876ceb2e0 Merge pull request #12452 from freelansam/JAVA-12733
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
2022-07-06 15:31:56 +02:00
Haroon Khan f7c39d586e [JAVA-12757] Update code for OpenCSV article 2022-07-06 12:01:36 +01:00
freelansam 72a9941130 Merge branch 'master' into JAVA-12732 2022-07-06 15:36:58 +05:30
sampadawagde 6f91643aa2 resolve conflict 2022-07-06 15:34:15 +05:30
sampadawagde 6ae4a1aaf7 JAVA-12732: move spring-ldap into spring-security-ldap 2022-07-06 15:25:12 +05:30
sampadawagde acb9cc97cd JAVA-12732: move security filters article to spring-security-web-mvc 2022-07-06 15:10:08 +05:30
Loredana Crusoveanu d90dc9454f Merge pull request #12451 from Asjad-J/master
Updated README.mds
2022-07-05 17:26:52 +03:00
sampadawagde dda5fc0093 JAVA-12733: Move spring-boot-jsp into spring-boot-modules 2022-07-05 19:39:15 +05:30