Commit Graph

6833 Commits

Author SHA1 Message Date
Mateusz Szablak 3ed0cfe585 BAEL-4920 - How BigInteger works (#11016)
Co-authored-by: Mateusz Szablak <mateusz.szablak@pekao.com.pl>
2021-07-09 07:29:40 -07:00
anmoldeep0123 37db34cb8a BAEL-4933 | Differences between static classes and the singleton pattern in Java (#11014)
* BAEL-4220 | A Guide to IllegalAccessError and when it happens

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names

* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

* BAEL-4933 | Differences between static classes and the singleton pattern in Java

Co-authored-by: root <anmoldeep0123@gmail.com>
2021-07-09 11:27:55 +02:00
kwoyke 1910561a54 JAVA-5986: Cleanup pom.xml files (#11010)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-09 08:43:41 +05:30
sgrverma23 00df9206fe Extra source Directory in Maven by sgrverma23 (#10991)
* Extra source Direcotry in Maven

* Update pom.xml

correcting Java version

Co-authored-by: Sakshi Verma <sakshikaju23@gmail.con>
2021-07-08 23:07:44 +02:00
Loredana Crusoveanu a50be6d21c Merge pull request #11008 from johnA1331/master
BAEL-37781 - add links to github-baeldung articles
2021-07-08 09:57:06 +03:00
johnA1331 f02fba02a0 Update README.md 2021-07-07 23:31:00 +08:00
johnA1331 41e789eaef Update README.md 2021-07-07 23:29:24 +08:00
johnA1331 1cd9efa35c Update README.md 2021-07-07 23:27:01 +08:00
johnA1331 84d61f69f2 Update README.md 2021-07-07 23:24:39 +08:00
johnA1331 a9e2931e50 Update README.md 2021-07-07 23:22:36 +08:00
johnA1331 dc2ccf984f Update README.md 2021-07-07 23:19:11 +08:00
johnA1331 24a3e9b351 Update README.md 2021-07-07 23:17:34 +08:00
johnA1331 fe18b30a34 Update README.md 2021-07-07 23:09:06 +08:00
devanshtrivedi5 bd4beba1f0 Grouping by collector java (#11001)
* Initial Commit - Ports and Adapters

* Restructured code to implement input and outbou ports and adapters

* Added tests for groupingBy Collector

* Revert "Initial Commit - Ports and Adapters"

This reverts commit 55152dea

* Added tests for groupingBy Collector

* reverting

* corrected typo

* used BDD naming strategy for tests

* Added a test for groupingByConcurrent

* added new module and package

* added core-java-streams-4 module in main pom.xml

* updated pom.xml and changed artifactId

* removed gitignore and README.md
Converted spaces to tabs and reformatted code

* removed gitignore and README.md

* used baeldung formatter
2021-07-06 22:30:22 -07:00
kwoyke dee85d33c1 BAEL-5015: Add Java 9 example for readAllBytes (#10999)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-06 16:54:57 +02:00
Loredana Crusoveanu 1660e33cf9 Merge pull request #11000 from kwoyke/JAVA-6091
JAVA-6091: Fix enum comparison
2021-07-06 16:01:25 +03:00
Krzysztof Woyke 95faea30bb JAVA-6091: Fix enum comparison 2021-07-06 12:18:59 +02:00
devanshtrivedi5 2e6ba6c3a1 Grouping by collector java (#10986)
* Initial Commit - Ports and Adapters

* Restructured code to implement input and outbou ports and adapters

* Added tests for groupingBy Collector

* Revert "Initial Commit - Ports and Adapters"

This reverts commit 55152dea

* Added tests for groupingBy Collector

* reverting

* corrected typo

* used BDD naming strategy for tests

* Added a test for groupingByConcurrent

* added new module and package

* added core-java-streams-4 module in main pom.xml

* updated pom.xml and changed artifactId
2021-07-04 15:51:55 -07:00
KevinGilmore 1e5af80428 BAEL-4993: add link back to article (#10994) 2021-07-03 17:09:09 -05:00
MeenaGawande daf3450533 [BAEL-4268]Different Serialization Approaches for Java (#10928)
* [BAEL-4268]Different Serialization Approaches for Java

Code Changes

* [BAEL-4268]Different Serialization Approaches for Java

Code formatting changes

* [BAEL-4268]Different Serialization Approaches for Java

Added user proto file

* [BAEL-4268]Different Serialization Approaches for Java

updated pom.xml

* [BAEL-4268]Different Serialization Approaches for Java

Fixed indentation in pom.xml

* [BAEL-4268]Different Serialization Approaches for Java

Updated pom.xml

* [BAEL-4268]Different Serialization Approaches for Java

Fixed indentation in pom.xml

Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2021-07-03 16:55:12 -05:00
Kai Yuan 8011badd12 2 threads start at the same time (#10972)
* 2 threads start at the same time

* remove blank leading/trailing lines
2021-07-03 11:51:44 -05:00
ashleyfrieze d1d9ada490 BAEL-5025 Example code for camel case to words (#10964) 2021-07-03 11:43:55 -05:00
kaushal 9930b4c945 BAEL-4905: Send large messages with Kafka (#10992) 2021-07-03 15:11:51 +02:00
Mladen Savic c31d5fffe1 JPA Entities and the Serializable Interface (#10971)
* JPA Entities and the Serializable Interface

* JPA Entities and the Serializable Interface - edit after review

* JPA Entities and the Serializable Interface - formatting

* JPA Entities and the Serializable Interface - indentation
2021-07-02 20:47:54 -05:00
kwoyke fda111a5a1 JAVA-6222: Fix issues in the spring-boot-cassandre (#10988)
* JAVA-6222: Use parent-boot-2 in spring-boot-cassandre

* JAVA-6222: Fix PMD violation

* JAVA-6222: Cleanup pom.xml

* JAVA-6222: Fix app and package names

* JAVA-6222: Rename unit test to live test

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-02 21:18:53 +05:30
Loredana Crusoveanu 6be73ffa3f Merge pull request #10987 from johnA1331/master
BAEL-37483 - add links to github-baeldung articles
2021-07-02 11:12:36 +03:00
johnA1331 d4a715e78c Update README.md 2021-07-02 05:45:00 +08:00
johnA1331 8c345dc7c8 Update README.md 2021-07-02 05:41:29 +08:00
johnA1331 0a7e167bdf Update README.md 2021-07-02 05:40:28 +08:00
johnA1331 07f6efa261 Update README.md 2021-07-02 05:39:01 +08:00
johnA1331 f7f0a761ab Create README.md 2021-07-02 05:37:35 +08:00
johnA1331 817c2a6e84 Update README.md 2021-07-02 05:36:03 +08:00
johnA1331 dfa8224dfe Update README.md 2021-07-02 05:34:38 +08:00
johnA1331 dcf850a45f Update README.md 2021-07-02 05:33:10 +08:00
johnA1331 3cca2f8716 Update README.md 2021-07-02 05:32:00 +08:00
johnA1331 1aba5c12a7 Update README.md 2021-07-02 05:30:22 +08:00
johnA1331 7df7443e68 Update README.md 2021-07-02 05:29:15 +08:00
johnA1331 8cea77cf58 Update README.md 2021-07-02 05:23:38 +08:00
Greg e81d9373da Merge pull request #10932 from hmdrzsharifi/BAEL-4956
Bael 4956: Swagger @Api description is deprecated
2021-07-01 16:08:05 -04:00
ukhan1980 d500209eeb [BAEL-4264] Surefire and Failsafe comparison (#10968)
* [BAEL-4264] Surefire and Failsafe comparison

* [BAEL-4264] Update tests

* [BAEL-4264] Move code to different module

* [BAEL-4264] Rename test

Co-authored-by: uzma khan <uzma.khan@nominet.uk>
2021-07-01 12:36:44 -07:00
Dhawal Kapil 2c9bb8f04d JAVA-5975 Disabled spring-security-web-react, will be fixing in JAVA-6216 (#10981) 2021-06-29 22:48:40 +05:30
Jonathan Cook 9cb0171d03 Merge pull request #10937 from polomos/BAEL-4447-Enable_logging_for_Apache_HttpClient
BAEL-4447 Enable logging for Apache HttpClient
2021-06-29 15:11:50 +02:00
Diego Torres 0d722c1d90 [uuid] diegotorres/dtorres.py@gmail.com Improvements for UUIDv5 generation (#10978)
* [uuid] Added method to generate UUID identifiers for version 5

Signed-off-by: Diego Torres <dtorres.py@gmail.com>

* [uuid] Small improvements for UUIDv5 generation

Signed-off-by: Diego Torres <dtorres.py@gmail.com>
2021-06-29 10:46:32 +02:00
Jonathan Cook 9b5d2b8077 Merge pull request #10934 from yavuztas/BAEL-3682
BAEL-3682
2021-06-29 10:08:03 +02:00
Anshul Bansal 2cf52853fa BAEL-4913 - Spring Native (#10942)
* BAEL-4913 - Spring Native

* BAEL-4913 - review commit
2021-06-28 09:42:50 -06:00
kwoyke dbb923f57e Merge pull request #10963 from freelansam/JAVA-5934
JAVA-5934: Analyse bean overriding fix in modules - Part 2
2021-06-28 10:41:19 +02:00
kwoyke b45ee10f63 Merge pull request #10962 from freelansam/JAVA-5933
JAVA-5933: Analyse bean overriding fix in modules - Part 1
2021-06-28 10:38:59 +02:00
Dhawal Kapil da30dde624 JAVA-5975 Resolved test errors in jee-7 (#10973) 2021-06-28 00:23:18 +05:30
Greg 5f37e9c11f Merge pull request #10889 from MajewskiKrzysztof/BAEL-4269
BAEL-4269 3DES in Java
2021-06-27 12:53:51 -04:00
Jonathan Cook f808407f8f Merge pull request #10944 from thomasduxbury/BAEL-4986
BAEL-4986: Private constructors in Java
2021-06-27 12:59:44 +02:00