Commit Graph

13034 Commits

Author SHA1 Message Date
edizor 218938048a Update README.md
[skip ci]
2023-09-08 22:42:31 +08:00
edizor 272fddbc4b Create README.md
[skip ci]
2023-09-08 22:37:55 +08:00
edizor 03610a604c Update README.md
[skip ci]
2023-09-08 22:32:48 +08:00
edizor db4b3b2445 Update README.md
[skip ci]
2023-09-08 22:29:20 +08:00
edizor d68d446414 Update README.md
[skip ci]
2023-09-08 22:25:42 +08:00
edizor 7ed3a423cf Update README.md
[skip ci]
2023-09-08 22:22:17 +08:00
edizor 6ce1d12ff1 Update README.md
[skip ci]
2023-09-08 22:15:04 +08:00
edizor 1b5d9edacb Update README.md
[skip ci]
2023-09-08 22:10:24 +08:00
edizor 0516328746 Update README.md
[skip ci]
2023-09-08 22:02:03 +08:00
edizor 2a4f7f0e86 Update README.md
[skip ci]
2023-09-08 21:55:48 +08:00
edizor 90216306d7 Update README.md
[skip ci]
2023-09-08 21:49:40 +08:00
Gaetano Piazzolla cf1a561443 JAVA-24659 Simplifying Logic of Consumer-Producer problem. (#14682)
* JAVA-24659 | moving runflag inside consumer and producer. it makes no sense to have it inside

* JAVA-24659 | using atomic integer for sequence, and moving thread.sleep() in the same place

* JAVA-24659 | enhanced logic for simplicity
2023-09-08 19:14:38 +05:30
Loredana Crusoveanu 071b34e376 Merge pull request #14732 from collaboratewithakash/master
backlink updated
2023-09-08 16:04:41 +03:00
Anastasios Ioannidis 28d4771dfd JAVA-1597 Abstract Factory pattern example (#14733)
Upgraded example displaying a more complex use of the pattern
2023-09-08 14:51:15 +03:00
Bipin kumar b4d796004d JAVA-24414: Changes made for fixing failing test cases in core-java-st… (#14647) 2023-09-08 11:58:51 +03:00
collaboratewithakash b6dca7a633 backlink updated 2023-09-08 11:54:30 +05:30
Liam Williams 62e3033f5c Merge pull request #14701 from rajat-garg/rg/extension-from-mime-type
[BAEL-6730] Add getting Extension from MIME type of a file
2023-09-07 18:34:53 +01:00
rajatgarg 2b5199a2c6 Address review comments 2023-09-07 22:48:08 +05:30
Bipin kumar 9748166751 JAVA-23291: adding missed modules in pom.xml (#14614) 2023-09-07 18:47:37 +03:00
Vini c488be7122 Merge pull request #14685 from ovidiumihaitacu/master
[BAEL-6810] - Sequenced Collections in Java 21
2023-09-07 17:07:37 +02:00
Loredana Crusoveanu ca0599956a Merge pull request #14730 from Michaelin007/master
update clamp function
2023-09-07 08:40:16 +03:00
Michael Olayemi 75bd390e27 update clamp function 2023-09-07 05:09:07 +00:00
Kai Yuan 7a0c69e969 [stream-map-object] Create List of Object From Another Type Using Java 8 (#14716) 2023-09-06 22:33:56 -05:00
timis1 94b07c7f28 JAVA-23697 Upgrade spring-ejb-modules/ejb-beans sub-module to work with JDK 11+ 2023-09-06 23:16:58 +03:00
rajatgarg 982a592fc6 Address review comments 2023-09-06 23:27:10 +05:30
Kasra Madadipouya 9977905f35 Merge pull request #14723 from GaetanoPiazzolla/java-23292-fixname
JAVA-23292 | removed folder
2023-09-06 18:35:39 +02:00
Kasra Madadipouya d602c636cf Merge pull request #14713 from panos-kakos/JAVA-24663
[JAVA-24663]
2023-09-06 18:19:09 +02:00
Liam Williams 05b86e4049 Merge pull request #14712 from balasr21/master
BAEL-6572: Added mapping for id and test, based on review comment
2023-09-06 11:55:37 +01:00
parthiv39731 b066bce2b6 BAEL-6669, Passing Class Name as Parameter in Java 2023-09-06 03:02:37 -07:00
Shahul Basha 75046a3f32 BAEL-6830 (#14722)
* BAEL-6830 initial commit

* BAEL-6830 clean up code
2023-09-05 17:41:18 -07:00
rajatgarg d7f6dfff1c Address review comments 2023-09-06 02:18:51 +05:30
rajatgarg d7367094f3 Address review comments 2023-09-06 02:17:39 +05:30
rajatgarg 869b931e73 Update Tests to get multiple extensions 2023-09-06 02:12:57 +05:30
gaepi 2c68e62d80 JAVA-23292 | removed folder 2023-09-05 22:07:12 +02:00
Sam Gardner 4c7bc8d19a BAEL-6729 Add example code for mocking one method with multiple parameters 2023-09-05 19:18:56 +01:00
balasr3 eb5e1efcc1 BAEL-6572: Removed lombok on License model 2023-09-05 23:44:09 +05:30
lajka a0ca4e6438 BAEL-6871: Remove junit-jupiter-api dependency. 2023-09-05 19:44:37 +02:00
lajka 5116a17b36 BAEL-6871: Add code and tests demonstrating how to compare objects using apache commons lang 3. 2023-09-05 19:42:03 +02:00
davidmartinezbarua 41facdad5f Merge pull request #14670 from manfred106/BAEL-6894-close-iostream
BAEL-6894: Closing Java IO Streams
2023-09-05 14:15:27 -03:00
davidmartinezbarua c29ced2b9b Merge pull request #14709 from hmdrzsharifi/bael-6473
Bael 6473: Upgrade article https://www.baeldung.com/spring-security-5-reactive
2023-09-05 14:08:16 -03:00
Vini 6477f9694a Merge pull request #14658 from TanyaOhotnik/BAEL-6812
BAEL-6812 Test Main Method with JUnit
2023-09-05 17:12:25 +02:00
Tetiana Okhotnik c9ad63f05d BAEL-6812 Test Main Method with JUnit
- fixed missed review comments
2023-09-05 12:07:11 +03:00
Timon Back 68b78c845c Update asyncapi.json 2023-09-05 08:16:27 +02:00
balasr3 2a7f3fbc54 BAEL-6572: Modified test to validateId mapping 2023-09-05 10:04:58 +05:30
Timon Back c7d0b46531 [BAEL-6529] Update Springwolf version to 0.14.0 2023-09-04 22:02:38 +02:00
David Müller 982401a329 [BAEL-6529] Update Springwolf version to 0.13.0
Co-authored-by: Timon Back <timon.back+git@gmail.com>
2023-09-04 21:42:05 +02:00
balasr3 77d1de223b BAEL-6572: Modified test to validateId mapping 2023-09-05 00:56:58 +05:30
davidmartinezbarua 9ef7eaf237 Merge pull request #14597 from thibaultfaure/articles/BAEL-6864-multimodule-project-coverage-with-jacoco
BAEL-6864 Code for the Maven Multi-Module Project Coverage with Jacoc…
2023-09-04 12:56:45 -03:00
Kasra Madadipouya b176a7feff Merge pull request #14708 from GaetanoPiazzolla/JAVA-24699-delete-classes
JAVA-24699 | removing useless classes
2023-09-04 16:13:03 +02:00
timis1 19c1c23dde JAVA-24151 Potential issue in "Validate an XML File Against an XSD File" article (#14675)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-09-04 15:59:14 +05:30