Commit Graph

12737 Commits

Author SHA1 Message Date
timis1 76f82aaa0b JAVA-25113 Review add-opens and add-exports in modules - Week 35 - 2023 (moved-1) (conti-1) 2023-09-11 23:53:29 +03:00
mmomjya 3d522eb8c4 BAEL-6142 Map clear methods in Java (#14255)
Co-authored-by: Mariam Momjyan <mmomjyan@vmware.com>
2023-09-11 07:40:30 -07:00
Hamid Reza Sharifi d2a1340d5c Bael 6188: Extract CN from X509Certificate in Java (#14681)
* #BAEL-6188:add unit tests

* #BAEL-6188:add dependencies

* #BAEL-6188:add certificate

* #BAEL-6188:add extract CN using Regex

* #BAEL-6188:refactor CN using Regex

* #BAEL-6188:refactor test case name

* #BAEL-6188:add properties for dependency version
2023-09-10 14:11:22 -05:00
Alexandru Borza 53f3cf70a1 BAEL-6727 Streams vs. Loops in Java (#14741) 2023-09-10 08:49:43 -07:00
Shahul Basha f3069c6ebc BAEL-6830 (#14742)
* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments
2023-09-10 08:45:10 -07:00
Kasra Madadipouya fa5eb584ed Merge pull request #14729 from timis1/JAVA-23697_1
JAVA-23697 Upgrade spring-ejb-modules/ejb-beans sub-module to work wi…
2023-09-10 00:10:36 +02:00
Harry9656 677f8ae2d0 BAEL-6538: Geospatial Support in ElasticSearch (#14554)
* Migrated to spring-boot and created the first working test.

* JAVA-6538: Refactor Java GeoQueries to Java Client for Ealastic.
2023-09-09 21:37:16 +02:00
Harry9656 4609814e3c BAEL-6896: Add test for public static final field lookup. (#14668) 2023-09-09 21:28:24 +02:00
Loredana Crusoveanu e6a231d824 Merge pull request #14734 from edizor/master
Update README
2023-09-09 18:33:53 +03:00
Liam Williams ba5065c692 Merge pull request #14740 from rajat-garg/rg/extension-from-mime-type
[BAEL-6730] Move hardcoded version to properties
2023-09-09 15:47:46 +01:00
Ehsan Sasanianno e6495a3ad1 java-21464: rename test classes to LiveTest for Jenkins operation 2023-09-09 14:50:27 +02:00
rajatgarg 30b5e9d7cb Move hardcoded version to properties 2023-09-09 15:25:14 +05:30
Bipinkumar27 1189911fc0 JAVA-24545: Changes made for fixing issues in core-java-perf-2 2023-09-09 15:22:02 +05:30
davidmartinezbarua c23598241f Merge pull request #14721 from sam-gardner/BAEL-6729-mock-same-method-different-params
BAEL-6729 Add example code for mocking one method with multiple param…
2023-09-08 14:17:23 -03:00
edizor bcacb5a37a Update README.md
[skip ci]
2023-09-08 22:48:56 +08:00
edizor ce893ce074 Update README.md
[skip ci]
2023-09-08 22:46:17 +08:00
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